home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / admin / note_brd / runsp.bat < prev    next >
Encoding:
DOS Batch File  |  1993-12-02  |  613 b   |  25 lines

  1. @echo off
  2. cls
  3. echo *** Runsp.bat     -     Version 2.0
  4. echo ***
  5. echo *** This is an example batch file used for executing commands.
  6. echo ***
  7. echo *** This batch file will run your spreadsheet package if you tell it 
  8. echo *** which directory to use, and what it is called.
  9. echo ***
  10. echo ***
  11. pause
  12. rem
  13. rem Replace the following commands with the appropriate commands to run
  14. rem your spreadsheet package (and remove the 'rem' part!)
  15. rem
  16. rem cd \spread
  17. rem runsp
  18. rem
  19. rem Replace the following with the commands to restart NOTICE BOARD, such as:
  20. rem
  21. rem cd \notice\source
  22. rem notice
  23. rem
  24. notice
  25.