home *** CD-ROM | disk | FTP | other *** search
/ PC Play 2 / PCPLAY2.ISO / install / hind.bat < prev    next >
Encoding:
DOS Batch File  |  1996-10-15  |  166 b   |  14 lines

  1. @echo off
  2. cls
  3. IF EXIST c:\hinddemo\NUL GOTO GO
  4. call Find.bat Hind
  5. echo Installing Hind to C:\Hind...
  6. call install.bat
  7. :GO
  8. c:
  9. cd \
  10. cd hinddemo
  11. Hind.exe
  12.  
  13.  
  14.