home *** CD-ROM | disk | FTP | other *** search
/ PC Play 2 / PCPLAY2.ISO / install / z.bat < prev   
Encoding:
DOS Batch File  |  1996-10-19  |  106 b   |  14 lines

  1. @echo off
  2. cls
  3. IF EXIST c:\Z_demo\NUL GOTO GO
  4. cd..
  5. cd Z
  6. install
  7. :GO
  8. c:
  9. cd \
  10. cd Z_demo
  11. Z.bat
  12.  
  13.  
  14.