home *** CD-ROM | disk | FTP | other *** search
/ Supergames 2 / SupergamesVolume2.bin / doom099 / doomit.bat < prev    next >
DOS Batch File  |  1994-04-11  |  308b  |  14 lines

  1. @Echo off
  2. if NOT exist c:\doomdata\*.* goto makeit
  3. :doexist
  4. echo Your DOOMDATA Directory on C: exists..... Running DOOM
  5. DOOM
  6. GOTO EXIT
  7. :makeit
  8. Echo There is NO DOOMDATA directory on C:..... Creating One
  9. Md C:\DOOMDATA
  10. xcopy doomdata c:\DOOMDATA /S
  11. Echo Copying Done..... Running DOOM
  12. DOOM
  13. :EXIT
  14.