home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / daygold.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-12-03  |  550b  |  15 lines

  1. echo off
  2. echo I am going to create a directory named c:\daygold
  3. echo Press any key to continue or CTRL C to stop.
  4. pause (Hold the Control key and press the "C" key).
  5. md c:\daygold
  6. echo Now I am going to copy files to that directory.
  7. Pause Press any key to continue or CTRL C to stop.
  8. copy *.* c:\daygold
  9. echo You are now ready to run the program.
  10. echo Change to the \windows subdirectory and 
  11. echo start Windows with the following command:
  12. echo win c:\daygold\daygold.tbk
  13. echo If you get a file not found message see the readme file.
  14.  
  15.