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 / NEW.BAT < prev    next >
DOS Batch File  |  1986-12-18  |  867b  |  25 lines

  1. Echo off
  2. A:
  3. CLS
  4. Echo S C H E D U L E    Project "%1" Data Base Creation.
  5. If .%1 == . Syntax1 %0
  6. If Exist %1   Syntax2 %0 %1 %2 %3 %4 %5 %6 %7
  7. If Exist %1.* Echo -----------------------------------------------------------
  8. If Exist %1.* Echo "%1" files already exist.
  9. If Exist %1.* SYNTAX5 %1
  10. Copy New.SKB %1.SKB >nul
  11. SCHEDULE %1
  12. Erase %1.SKB
  13. If errorlevel 1 Exitcode %1
  14. Cls
  15. Echo S C H E D U L E    Project "%1" Data Base Creation.
  16. Echo ----------------------------------------------------------------
  17. Echo  A data base for project "%1" has been created on the A: disk.
  18. Echo ----------------------------------------------------------------
  19. Echo  R E M E M B E R   to use this project name "%1"
  20. Echo  to reference this project.
  21. Echo ----------------------------------------------------------------
  22. Echo  Command "VIEW %1" is next.
  23. Pause
  24. View %1
  25.