home *** CD-ROM | disk | FTP | other *** search
/ The Education Master 1994 (4th Edition) / EDUCATIONS_MASTER_4TH_EDITION.bin / files / educmisc / student / student.exe / SIS.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-07-23  |  443 b   |  20 lines

  1. echo off
  2. Rem ********************************************
  3. Rem * (c) Copyright 1993 Software Essentials   *
  4. Rem *                                          *
  5. Rem *   Start The Student' Information System  *
  6. Rem *                                          *
  7. Rem ********************************************
  8. Rem
  9. Rem Get to the Directory
  10. Rem
  11. cd \sis
  12. Rem
  13. Rem Start the Product
  14. Rem
  15. sis
  16. Rem
  17. Rem Return to the root Directory
  18. Rem
  19. cd\
  20.