home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 April / WHAT_PC_APR_96.ISO / share / dos / nite3d / install.bat < prev    next >
Encoding:
DOS Batch File  |  1995-10-16  |  244 b   |  12 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo The files are going to be copied to a directory on hard disc C: 
  5. echo in a directory called C:\Nitemare
  6. pause
  7. md c:\nitemare
  8. copy *.* c:\nitemare
  9. c:
  10. cd\nitemare
  11. echo To run the program type GO
  12. del install.bat