home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / autocad / param1.arj / GO.BAT < prev    next >
DOS Batch File  |  1991-09-02  |  957b  |  38 lines

  1. echo off
  2. cls
  3. list pgdraft.inf
  4. if exist PARAM1.zip goto DOINST
  5. if exist pgpg0991.zip goto PARTINST
  6. if exist PGPG.EXE goto DONE
  7. :tell
  8. echo.  To install ParaDraft Trial Version
  9. echo.                  from the ZIP files
  10. echo           downloaded from CompuServe
  11. echo.
  12. echo. You need to download both PARAM1.ZIP and PARAM2.ZIP files.
  13. echo.
  14. echo.
  15. echo. 1. Copy PARAM1.ZIP and PARAM2.ZIP into the directory, where you
  16. echo.    want the ParaDraft files to be.
  17. echo.
  18. echo. 2. Run GO batch file again to perform the installation. 
  19. echo. 
  20. echo. Thank you for trying ParaDraft
  21. goto end
  22. :DOINST
  23. if exist PARAM2.zip goto DOINST2
  24. goto tell
  25. :DOINST2
  26. echo. Proceeding to install ParaDraft Trial version in the current directory
  27. CD
  28. pause
  29. ren PARAM1.zip pgpg0991.zip
  30. :PARTINST
  31. if not exist PARAM2.zip goto TELL
  32. ren PARAM2.zip pgrun991.zip
  33. PKUNZIP -x PGPG0991 INSTALL.BAT
  34. INSTALL
  35. :done
  36. echo.  ParaDraft Trial version already installed
  37. :end
  38.