home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / PULDWG23.ZIP / GO.BAT < prev    next >
DOS Batch File  |  1990-02-07  |  380b  |  18 lines

  1. echo off
  2. cls
  3. rem
  4. rem *----- Put programs here to run before Pull_DWG and AutoCAD -----*
  5. rem
  6. :LOOP
  7. PULL_DWG %1 %2
  8. IF ERRORLEVEL 1 GOTO DONE
  9. rem
  10. rem *----- Put programs here to run between Pull_DWG and AutoCAD -----*
  11. rem *----- (only if you are using batch mode)                    -----*
  12. rem
  13. :ACAD exit selected
  14. GOTO LOOP
  15. :DONE
  16. rem
  17. echo Pull_DWG (c) Jerry Workman
  18.