home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / Dos / Demogm / GREENDMO.ZIP / INSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1992-07-06  |  253 b   |  10 lines

  1. @echo off
  2. rem ************** Golf Install Program *******************
  3. echo Installing 'Greens 2 hole demo' to C:\GREENS.
  4. echo Please Wait...
  5.  
  6. pkunzip -d demo.zip c:\greens
  7. rename golf.exe greens.exe
  8. echo Please type 'GREENS' to run program...
  9.  
  10.