home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / punchcad.zip / INSTAL.BAT < prev    next >
DOS Batch File  |  1993-03-13  |  858b  |  25 lines

  1. Echo off
  2. echo ***************************************************************
  3. echo This is a DEMONSTRATION version of Pivot Punch Corporation's
  4. echo CAD Design Program.  The shaped points and I.D.s are
  5. echo disabled. Only round points or I.D.s can be drawn with
  6. echo this demo version.
  7. echo The full program is available from Pivot for the cost
  8. echo of $19.95 including printed manual and one year of free updates.
  9. echo ***************************************************************
  10. echo Pivot Punch Corporation
  11. echo 6550 Campbell Blvd.
  12. echo Lockport, New York 14094
  13. echo 716-625-8000
  14. echo 800-622-3227 Fax
  15. pause
  16. echo off
  17. MD %1:PPC
  18. DEL %1:\%2\PIVOT.MNU
  19. echo       * * * copying Pivot Punch cad file to directory named PPC
  20. ppc %1:\ppc -o
  21. IF %3 == 10 acad10 %1:\%2 -o
  22. IF %3 == 11 acad11 %1:\%2 -o
  23. IF %3 == 12 acad12 %1:\%2 -o
  24. echo on
  25.