home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SCREEN / VIDSAVE.ZIP / VIDSAVE.DOC < prev   
Encoding:
Text File  |  1991-10-31  |  1.4 KB  |  31 lines

  1. ******************************************************************
  2. * * * * *   PROGRAMMER'S JOURNAL--Volume 9.6 CODE DISK   * * * * *
  3. ******************************************************************
  4.  
  5. The source code files on this disk are from Programmer's Journal,
  6. Volume 9.6, November/December 1991. These files are identical to those 
  7. published in the magazine, except where noted; OBJ and EXE files
  8. have been added. 
  9.  
  10. The copyrights are held by the programs' authors, as indicated in the 
  11. files. All other rights are reserved by Oakley Publishing Company, 
  12. 1991. No one may commercially distribute these files. Every effort 
  13. has been made to assure that the program files are correct and 
  14. complete. No guarantee, express or implied, is offered as to the 
  15. correctness of the files, nor to the fitness of the programs for 
  16. any purpose whatsoever.
  17.  
  18.                           * * * *
  19.  
  20. Code from "Save your Video Mode" by Walter Oney
  21.  
  22. Are you tired of having your video mode trashed by applications 
  23. that make rude and hasty exits? Don't get mad--get VIDSAVEd. Screen 
  24. preservation and restoration are just a program away. Walt also shows 
  25. you how to go about wrapping an EXE program with a COM file.
  26.  
  27.     VIDSAVE.ASM    Source code for a useful utility that forms a 
  28.                    wrapper around programs that trash your machine's
  29.                    text video mode
  30.     VIDSAVE.COM    An executable version
  31.