home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / civil-ab.zip / GANTT.ZIP / SWGANTT.BAT < prev    next >
DOS Batch File  |  1988-05-29  |  618b  |  19 lines

  1. Echo off
  2. Cls
  3. Echo G A N T T   Project "%1" Creating a large print file.
  4. Echo ----------------------------------------------------------------------
  5. If .%1 == . Syntax1 %0
  6. If Exist %1 Syntax2 %0 %1 %2 %3 %4 %5 %6 %7
  7. If Not exist %1.PRT Echo The project print file was not found. "%1.PRT"
  8. If Not exist %1.PRT Syntax3 %0 %1 %2 %3 %4 %5 %6 %7
  9. If exist %1.GBU Syntax4 %0 %1 %2 %3 %4 %5 %6 %7
  10. If exist %1.GKB rename %1.GKB %1.GBU
  11. Copy BIGGANTT.GKB %1.GKB >nul
  12. GANTT %1
  13. Erase %1.GKB
  14. If exist %1.GBU Rename %1.GBU %1.GKB
  15. Biggantt %1
  16. If Errorlevel = 1 Echo Conversion failed.
  17. If Errorlevel = 1 Pause
  18. Menu %1
  19.