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 / EASY.BAT < prev    next >
DOS Batch File  |  1987-06-10  |  1KB  |  49 lines

  1. Echo off
  2. If Exist Easy.Job Erase Easy.Job
  3. If Exist Easy.Tsk Erase Easy.Tsk
  4. If Exist Easy.Sta Erase Easy.Sta
  5. If Exist Easy.Act Erase Easy.Act
  6. If Exist Easy.Cal Erase Easy.Cal
  7. If Exist Easy.Res Erase Easy.Res
  8. If Exist Easy.Prt Erase Easy.Prt
  9. Cls
  10. Type Easy.L1
  11. Pause
  12. Cls
  13. Type Easy.L2
  14. Pause
  15. Cls
  16. Type Easy.L3
  17. Pause
  18. Cls
  19. Type Easy.L4
  20. Pause
  21. Cls
  22. Type Easy.L5
  23. Pause
  24. Cls
  25. Type Menu.Doc
  26. Echo Note: "project" is replaced with the 7 character name of your project.
  27. Echo Enter a command:
  28. Echo A:NEW EASY
  29. Echo        - I entered the command "NEW" with a project name of "EASY".
  30. Pause
  31. SCHEDULE EASY
  32. :Change to A disk since the printout is directed to the A: disk.
  33. A:
  34. GANTT EASY
  35. Cls
  36. Echo That ends the EASY demonstration. To modify the project data, use the
  37. Echo "PLAN EASY" command.
  38. Echo --------------------------------------------------------------------------
  39. Echo For a sample of the powerful resource facilities you may want to print the
  40. Echo STATION data base. Use the "PLAN STATION" command then select frame 10
  41. Echo (F10) and print using 7,8,9,0. You can also modify this data base or add
  42. Echo jobs (F3) as a means of learning SCHEDULE capabilities.
  43. Echo --------------------------------------------------------------------------
  44. Echo To start your own project use the "NEW project" command.
  45. Echo --------------------------------------------------------------------------
  46. Echo I will return you to the MENU frame when you
  47. Pause
  48. Menu EASY
  49.