home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / NEWVER11.ZIP / NEW_VER.DOC < prev   
Encoding:
Text File  |  1990-01-27  |  1.1 KB  |  35 lines

  1.                         New Version 1.1 
  2.                        By Paul Vercellotti 
  3.  
  4.     Use NEW_VER to change what DOS version number the computer 
  5. thinks you have. Use for programs that are made for earlier 
  6. versions of DOS or to test if a program will only run on a 
  7. specific version of DOS. 
  8.  
  9.     The syntax is NEW_VER [major version #].[minor version #]. 
  10. Major version is the 3 in 3.21 and can be between 0 and 255. 
  11. Minor version is the 21 in 3.21 and can be anywhere between 0 and
  12. 255. 
  13. Examples: 
  14.          NEW_VER 1.2 
  15.          NEW_VER 4.83 
  16.          NEW_VER 3.02      (If the last digit is excluded it is 
  17.          NEW_VER 255       assumed to be zero) 
  18.  
  19.     NEW_VER is only loaded into memory once, but you can still change
  20. the DOS version #.
  21.  
  22.     You can and are encouraged to freely copy and distribute this program.
  23.   If you would like to continue using this program send $10.00 and a disk to 
  24. Paul Vercellotti 
  25. 423 N. Theard St.
  26. Covington, LA 70433 
  27.  
  28. Or you can contact me on Compuserve [76116,2636].
  29.  
  30. Update Info:
  31.  
  32. NEW_VER 1.0    Initial version
  33.  
  34. NEW_VER 1.1    .COM file size decreased
  35.