home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / govdocl / 3044 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.3 KB  |  49 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!PSUVM.PSU.EDU!ACADMARG
  3. Return-Path: <@VMD.CSO.UIUC.EDU:LISTSERV@PSUVM.PSU.EDU>
  4. Original_To:  JNET%"govdoc-l@psuvm.bitnet"
  5. Original_cc:  ACADMARG
  6. Approved-By:  RAED@VMD.CSO.UIUC.EDU
  7. Message-ID: <GOVDOC-L%93011118193468@PSUVM.PSU.EDU>
  8. Newsgroups: bit.listserv.govdoc-l
  9. Date:         Mon, 11 Jan 1993 17:20:20 CST
  10. Sender:       Discussion of Government Document Issues <GOVDOC-L@PSUVM.BITNET>
  11. From:         ACADMARG%STMARYTX@PSUVM.PSU.EDU
  12. Subject:      Re: Getting from CD drive prompt to menus
  13. Lines: 34
  14.  
  15. ----------------------------Original message----------------------------
  16. Regarding the question on how to put CDs such as NTDB on a menuing system,
  17. this was a problem for us also. This is solved by trying to find the batch
  18. file which actually calls the program you want to execute.  On the NTDB disk,
  19. the program I generally want to execute is run from the batch file "1.bat"
  20. and the "x.bat" file returns the user to the dos prompt.  Then you write
  21. your own batch files which calls these files to execute the first one and
  22. use the second one to return to the menu.
  23.  
  24. My batch file for running this part of NTDB on our menuing systems looks like:
  25.  
  26. @echo off
  27. call 1.bat
  28. call x.bat
  29.  
  30. and that's all.  I named this batch file "ntcd.bat" and our menu runs this
  31. file when asked for NTDB.  Any program on the disk can have its own batch
  32. file to call it and be placed on the menu.  In one way this is kind of nice, be-
  33. cause some of the things on NTCD are not things we want users to be examining,
  34. like the setup.
  35.  
  36. If this is not clear enough, please contact me directly as I am not on
  37. this email group.  This question was referred to me by our documents librarian.
  38.  
  39.  Margaret
  40.  
  41. *********************************************************************
  42. Margaret Sylvia                           acadmarg@stmarytx.bitnet
  43. St. Mary's University Academic Library    acadmarg@vax.stmarytx.edu
  44. One Camino Santa Maria                    voice (210) 436-3441
  45. San Antonio, TX 78228-8608                fax (210) 436-3782
  46. CD-ROM Local Area Network Systems Adminstrator
  47. Acquisitions and Collection Development Department Head
  48. *********************************************************************
  49.