home *** CD-ROM | disk | FTP | other *** search
/ WADS of WADS / WadsOfWads.1994.zip / OTHER / DMCHECK / README.1ST < prev   
Text File  |  1994-09-09  |  4KB  |  83 lines

  1. ****************************************************************************
  2. * DMCHECK by Jean-Serge Gagnon <az589@freenet.carlton.ca> or (613)791-0785 *
  3. ****************************************************************************
  4. *** Check infant2.sphs.indiana.edu or the Game Palace BBS (305)587-4258  ***
  5. *** for latest version.                                                  ***
  6. ****************************************************************************
  7.  
  8.  
  9.                                ** COPYWRIGHT **
  10.  
  11. This program is freeware. You may distribute it in any way you'd like,
  12. but please distribute ONLY the ZIP archive with all the files, or if you
  13. convert the ZIP to an other archive format, make sure you include all the
  14. original files.
  15.  
  16. If problems arise because of it's use, then I may not be held responsible
  17. for any consequential or incidental computer failures. I am releasing
  18. this utility AS-IS even though it should do exactly what I say it does,
  19. I can not be held responsible if it doesn't.
  20.  
  21.  
  22.                                  ** HISTORY **
  23.  
  24. 09/09/94 - 14:24:00
  25. A limited alpha was released with still a few bugs.
  26.  
  27. 09/09/94 - 15:39:00
  28. Shortly after, the first beta was release that corrected the bugs with the
  29. Change date/time function and with the Space bug. It should be Okay now.
  30. I still need the data for versions 0.9 and 1.1 of DOOM.
  31.  
  32.                                  ** GENERAL **
  33.  
  34. A utility for DOOM, versions 0.9 to 2!
  35.  
  36. This is a handy little program for all you PWAD authors out there that
  37. want a way of knowing what version of DOOM the user is using. You
  38. can use DMCHECK to verify the version of DOOM. It will also tell you if
  39. it is registered or not. I added a few usefull features for those who have
  40. more complex PWAD setups, like patches for monsters and floors, you'll
  41. want to know if there's enough room on the hard disk to do the update
  42. and you may also want to set the time and date back to their original
  43. state after modifying a file or two. You can do all that with DMCHECK.
  44.  
  45. There is also a small batch file called DOOMVER.BAT to show you how
  46. you can use DMCHECK.
  47.  
  48.                                   ** USAGE **
  49.  
  50. DMCHECK [/q] [/h] [S[pace] [Drive] NeededSpace | V[ersion] [DOOMversion] |
  51.         C[hange] filename date time | W[hat]]
  52. /q                Do not display output (except in case of error or help).
  53. /h                Display this help screen.
  54. Space             Returns zero (ERRORLEVEL = 0) if [Drive] free space is more
  55.                   than or equal to [NeededSpace].
  56.     Drive         Drive to test free space for.
  57.     NeededSpace   Amount of free space required.
  58. Version           Returns zero (ERRORLEVEL = 0) if the DOOM version number is
  59.                   the same as [DOOMversion]. Will return 250 if installed DOOM
  60.                   version is not the registered version.
  61.     DOOMversion   The DOOM version number to test for (ex: 1.2, 1.666, II).
  62. Change            Change date and time of file.
  63.                   Returns ERRORLEVEL = 1 if unsucessfull.
  64.     filename      Filename to change date and time of.
  65.     date          Date to change to in MM-DD-YY format.
  66.     time          Time to change to in HH:MM:SS format.
  67. What              Returns the DOOM version as an ERRORLEVEL code like this:
  68.                   1-> 0.99, 2->1.1, 3->1.2, 4->1.4, 5->1.5, 6->1.666
  69.                   20->DOOM ][, 250 for sharewear or 255 for not found.
  70.  
  71.  
  72.                                   ** THANKS **
  73.  
  74. S Widlake <swidlake@rl.ac.uk> for most of the DOOM.WAD and DOOM.EXE specs.
  75. Tom Neff <tneff@panix.com> for initial alpha testing and distribution.
  76.  
  77.  
  78.                                    ** HELP **
  79.  
  80. Don't hesitate to e-mail at az589@freenet.carlton.ca or phone me at
  81. (613) 791-0785 (from 8AM to 9PM EST (NewYork time)) for questions or bugs.
  82.  
  83.