Well here's a bunch of routines off my HD, I hope you'll find something in them that you like. It's all freeware so do with it whatever just be sure to keep the collection together and if you upload it include all the files intact. Basically this is just some of the stuff I'm messing around with, it's scattered everywhere and this is the best way for me to keep up with it. If my HD should trash one day I'll just re-download it from somewhere. Also I think some people will like it and it might help them out a lot. All I really ask is send me a letter at internet address marty1@rbdc.rbdc.com OR No compuserve they charge sheez!!!!!!! OR Marty Lineberry 2047 School Str. Winston-Salem, NC 27105 and let me know whatcha think of it? Here's some breif info on the files Car.cpp Some stupid game thingy with the mouse as a space ship. Don't ask why it's named car for, I have no ideal. d7.cpp A ok Directory program I wrote to get around on my HD with. d7.exe This thing is cool and I can't seem to find too many if any bugs in it. Just look at the source so you'll know what files like itc.exe and stuff it looks for. volume_2.zip Volume before this one, I actually lost this one when I moved and sold my computer, I downloaded it back off a BBS. Whatever happened to Volume_1.zip I have no ideal, if any body has it I would really like to get a copy of it back! itc.cpp Just reads the current directory for any zip files and makes it2.cpp a directory with the zip file name and unzips it into it. itc.exe it.bas work1.bas A program to read the autoexec.bat & config.sys file and lets you pick (UNDER Multiple Config thingy) a menuitem out of each and will write a backup of each and then will make a new autoexec & config file with just the menuitem in it. NOTE: I did this because i had like 20 some menuitems and wanted to run memaker on them. Since I got Win95, who needs it! Draw2.exe A coloring program i wrote for my 2 kids to use, BTW never .pcx finished it yet. Runs way to slow under windows!!!!!!!!! .cpp win_test.cpp A test of the win_it.h & win_it.cpp code test_prt.cpp A test to see which screen routine is the fastest, Write_Teletype won. kkkk.cpp A test of simple editing, could be a start to a editor? marty.cpp A program I'm working on to keep up with the Home Electronics .cfg I'm getting in here , will probaly do a great deal of work to this cause I'm planning on opening a repair shop soon. BTW I do work on Home Electronics, give me a call at 661-0550 or call curtis music at 767-6480. Free Advtisement heheheheh Any other programs I forget what they are..all well look at the source code! Program Header files and such bios10.h About all the int 10 routines, mostly some cool graphics stuff bios10.cpp bios21.h About all the Dos int 21 routines. bios21.cpp graphvga.h Some graphics stuff using ega bgi thingy YUCk graphvga.cpp keyboard.h Some real neat keyboard routines keyboard.cpp mouse.h Do I need to say more? mouse.cpp NOTE!!!!!!!!!!!!! Function Button_Press_XY(&X,&Y,int Button_to_Check) // //Under Windows 95 Button_Press_XY will not set //Y or X to the button release position //this works great under dos 6.22 so it must be //a bug with windows 95 not allowing correct dos //mouse routines? Beats me. I had to change the //code in Draw2.cpp when I installed Win 95 //This is mouse function 0x06 CX & DX returned misc.h Some cool routines I use sometimes misc.cpp win_it.h Nice collection of pop-up graphics windows win_it.cpp pcx.cpp to display PCX picture