home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / nnscpt.exe / NNMSD1.NNA < prev    next >
Text File  |  1993-03-24  |  1KB  |  40 lines

  1. * NNMSD1.NNA  ver 1.00  03.24.93  Script to run MSD
  2. *
  3. * MSD usage:
  4. *
  5. * MSD [/B] [/I] [/F filename] [/P filename] [/S [filename]]
  6. *
  7. * /B     Runs MSD in black and white instead of color (for monitors
  8. *        that cannot correctly display MSD in color).
  9. * /I     Specifies that no initial hardware detection be performed
  10. *         (used if MSD does not start up correctly).
  11. *
  12. * /F filename     Writes complete MSD report to specified file.
  13. * /P filename     Writes complete MSD report to specified file, without
  14. *                 requesting any user input.
  15. * /S [filename]   Writes summary MSD report to specified file.  If no
  16. *                 filename is specified, output will be to the screen.
  17. *
  18. * Notify ADMIN w/ an MSD report
  19. %NOTIFY ADMIN PC DFN='MSDREPRT.LOG' APPEND
  20. *
  21. * LOCATE WINDOWS DIRECTORY
  22. %ONERROR :NOWIN
  23. %LPATH=WINFILE.EXE /D=C
  24. *
  25. * RUN THE MSD UTILITY: OUTPUT TO A FILE
  26. COPY %RPATH\NNMSD1.KSF
  27. SCHEDRUN NNMSD1
  28. %EXIT SETPROC
  29. *
  30. :NOQUE
  31. %LOGMSG COULD NOT QUEUE MSD RESULTS
  32. %EXIT
  33. :NOWIN
  34. %LOGMSG NO COPY OF WINDOWS FOUND
  35. %EXIT NOPROC
  36. *
  37. :NORUNMSD
  38. %LOGMSG COULD NOT RUN MSD UTILITY
  39. %EXIT NOPROC
  40.