home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / volume_3.zip / README.TXT < prev    next >
Text File  |  1995-11-06  |  4KB  |  108 lines

  1. Well here's a bunch of routines off my HD, I hope you'll find something
  2. in them that you like. It's all freeware so do with it whatever
  3. just be sure to keep the collection together and if you upload it
  4. include all the files intact. Basically this is just some of the stuff
  5. I'm messing around with, it's scattered everywhere and this is the
  6. best way for me to keep up with it. If my HD should trash one day
  7. I'll just re-download it from somewhere. Also I think some people
  8. will like it and it might help them out a lot. 
  9. All I really ask is send me a letter at
  10. internet address marty1@rbdc.rbdc.com
  11.          OR
  12. No compuserve they charge sheez!!!!!!!
  13.          OR
  14. Marty Lineberry
  15. 2047 School Str.
  16. Winston-Salem, NC 27105 
  17.  
  18. and let me know whatcha think of it?
  19. Here's some breif info on the files
  20.  
  21. Car.cpp       Some stupid game thingy with the mouse as a space ship.
  22.               Don't ask why it's named car for, I have no ideal.
  23.  
  24. d7.cpp        A ok Directory program I wrote to get around on my HD with.
  25. d7.exe        This thing is  cool and I can't seem to find too many
  26.               if any bugs in it. Just look at the source so you'll know
  27.               what files like itc.exe and stuff it looks for.
  28.  
  29. itc.cpp       Just reads the current directory for any zip files and makes
  30. it2.cpp       a directory with the zip file name and unzips it into it.
  31. itc.exe
  32. it.bas
  33.  
  34. work1.bas     A program to read the autoexec.bat & config.sys file and
  35.               lets you pick (UNDER Multiple Config thingy) a menuitem
  36.               out of each and will write a backup of each and then will
  37.               make a new autoexec & config file with just the menuitem in it.
  38.               NOTE: I did this because i had like 20 some menuitems and wanted
  39.               to run memaker on them. Since I got Win95, who needs it!
  40.  
  41.  
  42. Draw2.exe     A coloring program i wrote for my 2 kids to use, BTW never
  43.      .pcx     finished it yet. Runs way to slow under windows!!!!!!!!!
  44.      .cpp
  45.  
  46.  
  47. win_test.cpp  A test of the win_it.h & win_it.cpp code
  48.  
  49. test_prt.cpp  A test to see which screen routine is the fastest, Write_Teletype
  50.               won.
  51.  
  52.  
  53. kkkk.cpp      A test of simple editing, could be a start to a editor?
  54.  
  55.  
  56. marty.cpp     A program I'm working on to keep up with the Home Electronics
  57.      .cfg     I'm getting in here , will probaly do a great deal of work to
  58.               this cause I'm planning on opening a repair shop soon. BTW I do
  59.               work on Home Electronics, give me a call at 661-0550 or
  60.               call curtis music at 767-6480. Free Advtisement heheheheh
  61.  
  62.  
  63. Any other programs I forget what they are..all well look at the source code!
  64.  
  65.  
  66. Program Header files and such
  67.  
  68. bios10.h      About all the int 10 routines, mostly some cool graphics stuff
  69. bios10.cpp
  70.  
  71. bios21.h      About all the Dos int 21 routines.
  72. bios21.cpp
  73.  
  74. graphvga.h    Some graphics stuff using ega bgi thingy YUCk
  75. graphvga.cpp
  76.  
  77. keyboard.h    Some real neat keyboard routines
  78. keyboard.cpp
  79.  
  80. mouse.h       Do I need to say more?
  81. mouse.cpp
  82.  
  83. NOTE!!!!!!!!!!!!! Function Button_Press_XY(&X,&Y,int Button_to_Check)
  84. //
  85. //Under Windows 95 Button_Press_XY will not set
  86. //Y or X to the button release position
  87. //this works great under dos 6.22 so it must be
  88. //a bug with windows 95 not allowing correct dos
  89. //mouse routines? Beats me. I had to change the 
  90. //code in Draw2.cpp when I installed Win 95
  91. //This is mouse function 0x06 CX & DX returned
  92.  
  93.  
  94. misc.h        Some cool routines I use sometimes
  95. misc.cpp
  96.  
  97. win_it.h      Nice collection of pop-up graphics windows
  98. win_it.cpp
  99.  
  100. pcx.cpp       to display PCX picture
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.