$! $! Written at Sonoma State University, by Mark Resmer, Copyright (c) 1991-92 $! $! This software is supplied "as is". It may be freely distributed $! as long as no charge is made for such distribution. It may be modified $! and redistributed in modified forms, as long as this notice is not removed $! from the program. The most recent version of the program will be maintained $! for access by anonymous ftp in the /pub directory on sonoma.edu $! $! The program requires that Multinet TCP/IP or Wollengong TCP/IP software is $! installed on the system and requires at least V5.0 of VAX/VMS or greater. $! This version only runs under VAX/VMS. A beta version for Unix 4.3BSD is also $! available, under the filename libs.sh in the same location. $! $! Please contact Mark Resmer, resmer@sonoma.edu, with any bug reports $! or suggested improvements/inclusions. Updates are posted regularly to $! the anonymous ftp server at sonoma.edu. If you would like to be kept $! informed of updates automatically when they become available, please send $! a request to be added to the libs mailing list to resmer@sonoma.edu. $! $! symbol definitions $! $ set noon $ on control_c then goto byebye $ bell[0,8] = 7 $ bs[0,8] = 8 $ esc[0,8] = 27 $ clr = esc+"[H"+esc+"[J" $ beg=esc+"[1m" $ lbeg=esc+"[1m"+bs $ fin=esc+"[0m" $ clear = "write sys$output clr $ lecho = "write sys$output """ $ echo = "write sys$output "" " $ type = "type" $! $! The following code sets up appropriate commands for Multinet or Wollengong $! CMU-TEK or UCX (Vax/Ultrix connection): $! $ vendor=f$logical("MULTINET_ROOT") $ if vendor .nes. "" then goto multinet $ vendor=f$logical("TWG$TCP") $ if vendor .nes. "" then goto wollengong $ vendor=f$logical("CMUTEK_ROOT") $ if vendor .nes. "" then goto cmutek $ vendor=f$logical("UCX$INET_HOST") $ if vendor .nes. "" then goto ucx $ goto novendor $! $ multinet: $ tnt = "telnet/esca=^c" $ port = "/port=" $! $! The telnet command ignores the /ESCAPE= qualifier _when in 3270 mode_, and $! goes with whatever is specified in the MAP3270.DAT file. If a site has $! changed this file people will complain that the directions to press $! Control-C Q don't work for IBM systems. $! $! To work around this, the following code changes the logical name $! MULTINET into a search list, so telnet finds a MAP3270.DAT with a ^c $! control character before the main MAP3270.DAT. $! $ tn3270 = "call TN3270 dummy" $ MAP3270_location=- f$parse("A.B;",f$environment("procedure"),,,"syntax_only")-"A.B;"- +","+f$trnlnm("MULTINET") $! $ TN3270: subroutine $ define/user/nolog sys$input sys$command $ define/user/nolog multinet 'MAP3270_location' $ telnet/tn3270=force 'p2' 'p3' 'p4' 'p5' 'p6' 'p7' 'p8' $ endsubroutine $! $ qchar= "C" $ qcomm=" Q" $ goto vendorok $! $ wollengong: $ assign/nolog "^z" TELNET_ESCAPE $ qchar= "Z" $ qcomm=" Q" $! $! Wollengong uses two styles of command interface, UNIX or VMS. The following $! code ensures that the port parameter is passed correctly in either case. $! $! Jim Gerland's help with this section of the code is gratefully acknowledged. $! $ if f$logical("WINTCP_COMMAND_STYLE") .nes. "UNIX" then goto vmsstyle $ port = "" $ tnt = "$TWG$TCP:[NETDIST.USER]TELNET" $ TN3270 = "$TWG$TCP:[NETDIST.USER]TN3270" $ goto vendorok $! $ vmsstyle: $ port = "/port=" $ tnt = "telnet" $ tn3270 = "tn3270" $ goto vendorok $! $ cmutek: $ write sys$output bell $ type sys$input: This program was designed to work with either TGV Multinet or Wollongong TCP/IP software on the VAX. This VAX uses the CMU-TEK TCP/IP software, which does not have all the necessary functionality to connect to all the systems listed in the menus. If you attempt to connect to a system which is not compatible with the software on this VAX, you will receive an error message, telling you that a connection cannot be made. To ensure that you can connect to all systems listed, this VAX should be upgraded to one of the commercial TCP/IP implementations noted above. $ read/end=byebye/prompt="Press to continue: " sys$command junk $ tnt = "telnet/escape=control-]" $ port = "/port=" $ tn3270 = "call cmuTN3270 dummy" $ cmuTN3270: subroutine $ write sys$output "Sorry, your computer does not allow connections to be made to that host." $ read/prompt="Press return to continue:" sys$command dummy $ endsubroutine $ qchar="]" $ qcomm=" C" $ goto vendorok $! $ ucx: $ write sys$output bell $ type sys$input: This program was designed to work with either TGV Multinet or Wollongong TCP/IP software on the VAX. This VAX uses the UCX TCP/IP software, which does not have all the necessary functionality to connect to all the systems listed in the menus. If you attempt to connect to a system which is not compatible with the software on this VAX, you will receive an error message, telling you that a connection cannot be made. $ read/end=byebye/prompt="Press to continue: " sys$command junk $ tnt = "telnet" $ port = " " $ tn3270 = "call cmuTN3270 dummy" $ qchar="]" $ qcomm=" Close" $ goto vendorok $! $ novendor: $ type sys$input: This software requires that you have either TGV Multinet software or Wollengong TCP/IP software installed on your system in order to optain full functionality. A more limited range of functionality is available under CMU-TEK and UCX TCP/IP software. You do not appear to have any of these packages installed at this time. If you have some other TCP/IP implementation on your system, you will need to modify the LIBS program to use it correctly. If you do have one of the packages identified above, and you see this message, please contact resmer@sonoma.edu or your local system manager for assistance. $ exit $! $ vendorok: $ ttyt = F$GETDVI("SYS$COMMAND","DEVTYPE") $ if ttyt .eq. 0 then $ SET TERMINAL/INQUIRE $ ttyt = F$GETDVI("SYS$COMMAND","DEVTYPE") $ if ttyt .EQ. 96 THEN SET TERM/DEVICE=VT100 $ if ttyt .eq. 100 .or. ttyt .eq. 101 .or. ttyt .eq. 102 .or. ttyt .eq. 3 - .or. ttyt .eq. 96 .or. ttyt .eq. 110 .or. ttyt .eq. 97 .or. ttyt .eq. 111 - .or. ttyt .eq. 98 .or. ttyt .eq. 99 .or. ttyt .eq. 112 then goto termok $ type sys$input: To use this program, you need a VT100 or compatible terminal or emulator. Your terminal does not appear to be VT100 compatible. If you continue, this program may not work correctly for you. Suitable VT100 emulators are MacIP or NCSA telnet for the Macintosh, or NCSA telnet for the PC. Dial-up programs such as Red Ryder/White Knight, Kermit, Smartcom, and MacTerminal should also work correctly. $ read/end=byebye/prompt="Do you want to continue (Y or N): " sys$command junk $ if .not. junk then goto byebye $ termok: $ start: $ clear $ echo " $ echo "+beg+" LIBS - Internet Access Software v1.4a"+fin $ echo "+beg+"Mark Resmer, Sonoma State University, April 1992"+fin $ echo " $ echo "+" Based on data collected by" $ echo "+" Art St. George - University of New Mexico" $ echo "+" and other sources" $ echo " $ echo "+beg+"On-line services available through the Internet"+fin $ echo " $ echo 1. United States Library Catalogs" $ echo 2. Library Catalogs in other countries" $ echo 3. Campus-wide Information Systems" $ echo 4. Miscellaneous databases" $ echo 5. Information for first-time users of this program" $ echo " $ echo "+beg+"Enter the appropriate number followed by RETURN"+fin $ echo " $ echo "+beg+"Press to exit"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer0 $ if answer0.eqs."" then goto byebye $ if answer0.gt. 5 .or. answer0 .lt. 1 then goto start $ goto MENU'answer0' $! $ MENU1: $ clear $ lecho "+lbeg+"Libraries in these states are accessible"+fin $ echo " $ echo "+" 1. Alabama 2. Arizona 3. California" $ echo "+" 4. Colorado 5. Connecticut 6. Delaware" $ echo "+" 7. Florida 8. Georgia 9. Hawaii" $ echo 10. Idaho 11. Illinois 12. Indiana" $ echo 13. Iowa 14. Kansas 15. Kentucky" $ echo 16. Maine 17. Maryland 18. Massachussetts" $ echo 19. Michigan 20. Minnesota 21. Missouri" $ echo 22. Mississippi 23. Montana 24. Nebraska" $ echo 25. Nevada 26. New Hampshire 27. New Jersey" $ echo 28. New Mexico 29. New York 30. North Carolina" $ echo 31. Ohio 32. Oklahoma 33. Oregon" $ echo 34. Pennsylvania 35. Puerto Rico 36. Rhode Island" $ echo 37. South Carolina 38. Tennessee 39. Texas" $ echo 40. Utah 41. Vermont 42. Virginia" $ echo 43. Washington 44. Washington DC 45. Wisconsin" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer1 $ if answer1.eqs."" then goto start $ if answer1.gt. 45 .or. answer1 .lt. 1 then goto MENU1 $ echo " $ echo Please wait..." $ goto lmenu'answer1' $ MENU2: $ clear $ echo " $ lecho "+lbeg+"Libraries in these countries are accessible"+fin $ echo " $ echo "+" 1. Australia" $ echo "+" 2. Canada" $ echo "+" 3. Finland" $ echo "+" 4. Germany" $ echo "+" 5. Hong Kong" $ echo "+" 6. Ireland" $ echo "+" 7. Israel" $ echo "+" 8. Mexico" $ echo "+" 9. New Zealand" $ echo 10. Spain" $ echo 11. Sweden" $ echo 12. Switzerland" $ echo 13. United Kingdom" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer1 $ if answer1.eqs."" then goto start $ if answer1.gt. 13 .or. answer1 .lt. 1 then goto MENU2 $ echo " $ echo Please wait..." $ goto imenu'answer1' $ MENU3: $ clear $ echo " $ lecho "+lbeg+"Campus-wide Information Systems are accessible in the following places:"+fin $ echo " $ echo "+" 1. Arizona 2. Arkansas 3. California" $ echo "+" 4. Colorado 5. Connecticut 6. Illinois" $ echo "+" 7. Iowa 8. Maryland 9. Massachussetts" $ echo 10. Michigan 11. Minnesota 12. Mississippi" $ echo 13. Missouri 14. New Brunswick 15. New Hampshire" $ echo 16. New Jersey 17. New Mexico 18. New York" $ echo 19. North Carolina 20. Ohio 21. Pennsylvania" $ echo 22. South Carolina 23. Switzerland 24. United Kingdom" $ echo 25. Vermont" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer1 $ if answer1.eqs."" then goto start $ if answer1.gt. 25 .or. answer1 .lt. 1 then goto MENU3 $ echo " $ echo Please wait..." $ goto cmenu'answer1' $! $ MENU4: $ clear $ echo " $ lecho "+lbeg+"Services of the following types are accessible"+fin $ echo " $ echo 1. Agricultural Databases/Information Systems" $ echo 2. Arts/Humanities Databases/Information Systems" $ echo 3. Business Databases/information Systems" $ echo 4. Scientific Databases/Information Systems" $ echo 5. Weather/Time/Earthquake Information" $ echo 6. Wide-area Information Access Tools" $ echo 7. Other services" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer1 $ if answer1.eqs."" then goto start $ if answer1.gt. 7 .or. answer1 .lt. 1 then goto MENU4 $ echo " $ echo Please wait..." $ goto dmenu'answer1' $! $ menu5: $ clear $ lecho "+lbeg+"Using Remote Libraries and other Information Services"+fin $ type sys$input: This program allows you to access a wide range of information resources at many different institutions. Since the systems all use different software packages, and run on different computers, you need to know something about each system in order to use it. This vital information is provided immediately before you connect to each system. If you are unfamiliar with a system, it is very important that you write down these special instructions before connecting to the system. In many cases, the screen will clear as soon as you connect, so you should not count on having the instructions visible after you connect. Since the remote systems may not know what kind of terminal you are using, there may be differences in the terminology used for various keys. In particular, when a system says "Press ENTER", that means "Press RETURN" on most of our computers. Likewise, "Press CLEAR" means "Press Control-Z". $ lecho "+lbeg+"The most important thing to remember is how to quit any system:"+fin $ echo " $ echo "+beg+"Hold down the Control (or CTRL) key, and press the "+qchar+" key."+fin $ echo "+beg+"Then type "+Qcomm+", then press the RETURN key."+fin $ echo " $ read/end=byebye/prompt="Press to continue: " sys$command junk $ goto start $! $! Universal exit point $! $ byebye: $ test=f$logical("TELNET_ESCAPE") $ if test .nes. "" then deassign TELNET_ESCAPE $ exit $! $! individual services and sub menus from here $! $ lmenu1: $ clear $ echo " $ lecho "+lbeg+"Alabama Libraries:"+fin $ echo " $ echo 1. Auburn University $ echo 2. University of Alabama $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lMENU1 $ goto l1menu'answer2' $! $ l1menu1: $ clear $ echo " $ lecho "+lbeg+"Auburn University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Push TAB until cursor is in the APPLICATION field Type 01 Press To exit: type STOP $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 AUDUCACD.DUC.AUBURN.EDU $ deassign/user/all $ goto lmenu1 $! $ l1menu2: $ clear $ echo " $ lecho "+lbeg+"University of Alabama"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login as library Press to get past the Computer Center screen Type exit at any time $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 UA2MVS.UA.EDU $ deassign/user/all $ goto lmenu1 $! $ lmenu2: $ clear $ echo " $ lecho "+lbeg+"Arizona Libraries:"+fin $ echo " $ echo 1. Arizona State University $ echo 2. Maricopa Community Colleges $ echo 3. University of Arizona Main Library $ echo 4. University of Arizona Science/Engineering/Photography Library $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 4 .or. answer2 .lt. 1 then goto lMENU2 $ goto l2menu'answer2' $! $ l2menu1: $ clear $ echo " $ lecho "+lbeg+"Arizona State University"+fin $ type sys$input: This catalog is notable for various specialized indexes. The song index is an index of popular songs found in collections of songs owned by the Music Library. Any song may be searched by composer, librettist, title or first line. Another important resource, the Solar Energy Index, covers journal articles, patents, pamphlets, technical reports, manuscripts and other material on alternative energy topics such as solar, wind, ocean and biomass. These materials, from the late 1800's to the present, are part of ASU's extensive Solar Energy Collection. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Enter Choice> CARL When prompted, select option 5 (VT100) from list of terminal types. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt carl.lib.asu.edu $ deassign/user/all $ goto lmenu2 $! $ l2menu2: $ clear $ echo " $ lecho "+lbeg+"Maricopa Community Colleges"+fin $ type sys$input: The Maricopa Community Colleges include Chandler Gilbert Community College, Glendale Community College, Gateway Community College, Mesa Community College, Phoenix Community College, Paradise Valley Community College, Rio Salado Community College, Scottsdale Community College, South Mountain Community College, and Maricopa Center for Learning and Instruction. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: LIB $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIB.MARICOPA.EDU $ deassign/user/all $ goto lmenu2 $! $ l2menu3: $ clear $ echo " $ lecho "+lbeg+"University of Arizona Main Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press repeatedly until something happens. Type: geac $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt IDX.TELCOM.ARIZONA.EDU $ deassign/user/all $ goto lmenu2 $! $ l2menu4: $ clear $ echo " $ lecho "+lbeg+"University of Arizona Science/Engineering/Photography Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (this must be in lower case) Type: v for VT100 emulation Type: y to confirm $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.ARIZONA.EDU $ deassign/user/all $ goto lmenu2 $! $ lmenu3: $ clear $ myhost = f$logical("MULTINET_HOST_NAME") $ echo " $ lecho "+lbeg+"California Libraries:"+fin $ echo " $ echo 1. CSU Chico" $ echo 2. CSU Fresno Agricultural Technology Institute" $ echo 3. CSU Long Beach" $ echo 4. CSU San Francisco" $ echo 5. CSU San Luis Obispo" $ echo 6. Occidental College" $ echo 7. Stanford University" $ echo 8. UC System - MELVYL" $ echo 9. UC Berkeley - GLADIS " $ if myhost .nes. "VAX.SONOMA.EDU" then echo 99. Sonoma State University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if (answer2.gt. 9 .or. answer2 .lt. 1) .and. answer2 .ne. 99 then goto lmenu3 $ goto l3menu'answer2' $! $ l3menu99: $ clear $ echo " $ lecho "+lbeg+"Sonoma State University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: OPAC $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt vax.sonoma.edu $ deassign/user/all $ goto lmenu3 $! $ l3menu1: $ clear $ echo " $ lecho "+lbeg+"CSU Chico"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt libcat.csuchico.edu $ deassign/user/all $ goto lmenu3 $! $ l3menu2: $ clear $ echo " $ lecho "+lbeg+"CSU Fresno"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: public (Must be in lower case) This service is available 24 hours a day, 7 days a week. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CATICSUF.CSUFRESNO.EDU $ deassign/user/all $ goto lmenu3 $! $ l3menu3: $ clear $ echo " $ lecho "+lbeg+"CSU Long Beach"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Enter VT100 or VT102 at terminal type prompt. Press return key a few times. Searching COAST (NOTIS) should be self-explanatory and specific help screens abound. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt COAST.LIB.CSULB.EDU $ deassign/user/all $ goto lmenu3 $! $ l3menu4: $ clear $ echo " $ lecho "+lbeg+"CSU San Francisco"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: sfsu (must be in lower case!) Password: (no password required - just hit the return key) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt opac.sfsu.edu $ deassign/user/all $ goto lmenu3 $! $ l3menu5: $ clear $ echo " $ lecho "+lbeg+"CSU San Luis Obispo"+fin $ type sys$input: Polycat, the online catalog, contains books, periodical titles, senior projects, maps, media, computer software, and Cal Poly's masters' theses. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Select option 1 (Polycat) from the menu $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.CALPOLY.EDU $ deassign/user/all $ goto lmenu3 $! $ l3menu6: $ clear $ echo " $ lecho "+lbeg+"Occidental College"+fin $ echo " $ type sys$input: The Occidental College library contains approximately 500,000 volumes, and holds an extensive video library and subscribes to thousands of periodicals and government publications. In the fall of 1990, Oasys, the library catalog system, was installed. Its purpose is to easily guide users through the colleges extensive holdings, making the paper card catalog obsolete. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type oasys at the resource prompt Type oasys again at the login prompt. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt KITTY.OXY.EDU $ deassign/user/all $ goto lmenu3 $! $ l3menu7: $ clear $ echo " $ lecho "+lbeg+"Stanford University"+fin $ echo " $ type sys$input: Socrates contains citations for most items added to the libraries since 1973, including all materials in Meyer library. Titles of all serials at Stanford are listed, but not the articles in serials. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Account? prompt, type: socrates At the OK to proceed? prompt, type: YES At the Terminal type? prompt, type: VT100 Type END, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt FORSYTHETN.STANFORD.EDU $ deassign/user/all $ goto lmenu3 $! $ l3menu8: $ clear $ echo " $ lecho "+lbeg+"University of California System - MELVYL"+fin $ echo " $ type sys$input: The MELVYL catalog is the online union catalog of monographs and serials (periodicals) held by the nine University of California campuses and affiliated libraries. The monograph database, which includes records for books and nonbook materials such as maps, films, musical scores, and sound recordings, contains over 5.5 million unique titles representing nearly 11 million holdings at UC, the California State Library, and the Center for Research Libraries. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Specify VT100 as the terminal type, then press To end your session: type LOGOFF $ if qchar .eqs. "C" then lecho "+lbeg+fin+"or press \q" $ if qchar .nes. "C" then lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ if qchar .eqs. "C" then echo " $ if qchar .eqs. "C" then lecho "+lbeg+fin+"Control-"+qchar+qcomm+" does NOT work with MELVYL!" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ if ans .and. (qchar .eqs. "C") then telnet/esca=\ MELVYL.UCOP.EDU $ if ans .and. (qchar .nes. "C") then tnt MELVYL.UCOP.EDU $ deassign/user/all $ goto lmenu3 $! $ l3menu9: $ clear $ echo " $ lecho "+lbeg+"UC Berkeley - GLADIS"+fin $ echo " $ type sys$input: The catalog covers the holdings of most UCB libraries, including the main library, the Moffitt Undergraduate Library, the Bancroft Library and some 23 branch libraries. The catalog is complete for monographic holdings from 1977 to the present and incomplete for monographic holdings prior to that date. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: To end your session type LOGOFF $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt GOPAC.BERKELEY.EDU $ deassign/user/all $ goto lmenu3 $! $ lmenu4: $ clear $ echo " $ lecho "+lbeg+"Colorado Libraries:"+fin $ echo " $ echo 1. CARL - Colorado Aliance of Research Libraries $ echo 2. University of Colorado at Colorado Springs $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lMENU4 $ goto l4menu'answer2' $! $ l4menu1: $ clear $ echo " $ lecho "+lbeg+"CARL - Colorado Aliance of Research Libraries"+fin $ echo " $ type sys$input: CARL offers access to a number of library catalogs, and an extensive range of on-line databases. Access to some of the databases is restricted to paying clients only. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Specify VT100 (code 5) as the terminal type To exit: type //EXIT $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt pac.carl.org $ deassign/user/all $ goto lmenu4 $! $ l4menu2: $ clear $ echo " $ lecho "+lbeg+"University of Colorado at Colorado Springs"+fin $ echo " $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Logon please: ARLO (this must be in upper case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ARLO.COLORADO.EDU $ deassign/user/all $ goto lmenu4 $! $ lmenu5: $ clear $ echo " $ lecho "+lbeg+"Yale University"+fin $ type sys$input: Orbis is the Online Research and Bibliographic Information System of the Yale University Libraries. Its Public Access Catalog is available to all library patrons for bibliographic searching. Orbis contains over 1,000,000 titles of materials cataloged from 1977 to the present including books, journals, manuscript and archival collections, maps, musical scores, sound recordings, and other formats. Items ordered after mid-July 1989 are also included. Remote access to Orbis is available between the hours of 8:00 AM and 12 midnight, 7 days per week. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt umpg.ycc.yale.edu 'port'06520 $ deassign/user/all $ goto menu1 $! $ lmenu6: $ clear $ echo " $ lecho "+lbeg+"University of Delaware"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: In response to the ENTER TERMINAL TYPE: prompt, type: VT100 . Press the key again when the "Welcome to DELCAT" screen appears, and follow the directions as outlined on the resulting screen of instructions. To exit: To log off DELCAT, type either QUIT or EXIT and press the RETURN key, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt DELCAT.UDEL.EDU $ deassign/user/all $ goto menu1 $! $ lmenu7: $ clear $ echo " $ lecho "+lbeg+"Florida Libraries:"+fin $ echo " $ echo 1. University of Florida at Gainesville" $ echo 2. University of Miami" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu7 $ goto l7menu'answer2' $! $ l7menu1: $ clear $ echo " $ lecho "+lbeg+"University of Florida at Gainesville"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: SYSTEM DISPLAY: NERVM logo screen with "Command ==>" at the end. Press until cursor is located at "Command" prompt ENTER:dial vtam (following "Command ==>) SYSTEM DISPLAY: NERDC VTAM IS ACTIVE ENTER: nerluis fclskya (below "NERDC VTAM IS ACTIVE") SYSTEM DISPLAY: LUIS User Menu $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 nervm.nerdc.ufl.edu $ deassign/user/all $ goto lmenu7 $! $ l7menu2: $ clear $ echo " $ lecho "+lbeg+"University of Miami"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (this must be in lower case!) Select v for VT100 Type y to confirm $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt STACKS.LIBRARY.MIAMI.EDU $ deassign/user/all $ goto lmenu7 $! $ lmenu8: $ clear $ echo " $ lecho "+lbeg+"Georgia Libraries:"+fin $ echo " $ echo 1. Emory University" $ echo 2. Georgia State University" $ echo 3. University of Georgia and Georgia College" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto lmenu8 $ goto l8menu'answer2' $! $ l8menu1: $ clear $ echo " $ lecho "+lbeg+"Emory University"+fin $ echo " $ type sys$input: The online catalog system is based on IBM DOBIS/Leuven software. The catalog contains the union catalog for 5 library units: General Libraries (Woodruff, Chandler, and Chemistry Libraries), Health Sciences Center Library, Law Library, Oxford College Library, and Theology Library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: o After the VM screen is displayed, press return to get a CP READ. o Tab down to the bottom line (Command:) o Type DIAL VTAM and press return. o At the VTAM screen, type LIB and press return. o When the CICS screen appears, press the Esc key then press the "1" key. o The next screen will be the initial library systems screen. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 EMUVM1.CC.EMORY.EDU $ deassign/user/all $ goto lmenu8 $! $ l8menu2: $ clear $ echo " $ lecho "+lbeg+"Georgia State University"+fin $ echo " $ type sys$input: The GSU OPAC utilizes the PALS Library software marketed by the UNISYS Corporation, and developed by Mankato State University, Mankato, MN. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Select VT100 as your terminal type. To exit type: $$soff $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.GSU.EDU $ deassign/user/all $ goto lmenu8 $! $ l8menu3: $ clear $ echo " $ lecho "+lbeg+"University of Georgia and Georgia College"+fin $ echo " $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice to position cursor at the Command prompt Type DIAL VTAM on the command line On the IBM Systems menu, type L Press at the next screen $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 UGA.CC.UGA.EDU $ deassign/user/all $ goto lmenu8 $! $ lmenu9: $ clear $ echo " $ lecho "+lbeg+"University of Hawaii"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: The UH Computing Center greeting will display, which concludes with the prompt: "enter class". Then type LIB. Select VT100 as your terminal type from the menu (option 5) To exit the system, simply type //EXIT, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt STARMASTER.UHCC.HAWAII.EDU $ deassign/user/all $ goto menu1 $! $ lmenu10: $ clear $ echo " $ lecho "+lbeg+"Boise State University (Catalyst)"+fin $ type sys$input: In addition to the entire collection of the Boise State University Library, Catalyst also contains the entire collection of the Idaho State Library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: catalyst (must be in lower case!) At the terminal type menu, select option 6, XMAC.VT100 MAC -VT100 Emulation $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt catalyst.idbsu.edu $ deassign/user/all $ goto menu1 $! $ lmenu11: $ clear $ echo " $ lecho "+lbeg+"Illinois Libraries:"+fin $ echo " $! $ echo 1. Loyola University" $ echo 2. Northwestern University" $ echo 3. University of Chicago" $ echo 4. University of Illinois at Chicago" $ echo 5. University of Illinois/Urbana-Champaign" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 5 .or. answer2 .lt. 1 then goto lmenu11 $ goto l11menu'answer2' $! $ l11menu1: $ clear $ echo " $ lecho "+lbeg+"Loyola University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: GUEST at the logonid prompt Type: LUIS at the next screen $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 LIBRARY.LUC.EDU $ deassign/user/all $ goto lmenu11 $! $ l11menu2: $ clear $ echo " $ lecho "+lbeg+"Northwestern University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press till you reach the Command: prompt; Type: DIAL VTAM Type: LUIS To sign off, please enter (%) EXIT $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 NUACVM.ACNS.NWU.EDU $ deassign/user/all $ goto lmenu11 $! $ l11menu3: $ clear $ echo " $ lecho "+lbeg+"University of Chicago"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press RETURN At the ENTER CLASS prompt, enter LIB48 When CONNECTED appears, press To exit: type LOGOUT $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt OLORIN.UCHICAGO.EDU $ deassign/user/all $ goto lmenu11 $! $ l11menu4: $ clear $ echo " $ lecho "+lbeg+"University of Illinois at Chicago"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: UIC flame screen: Logon screen: DIAL PVM PVM (Passthru) screen: Press until cursor hits NOTIS and press One line message about port in use: LUIS introductory screen $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 UICVM.UIC.EDU $ deassign/user/all $ goto lmenu11 $! $ l11menu5: $ clear $ echo " $ lecho "+lbeg+"University of Illinois/Urbana-Champaign"+fin $ type sys$input: ILLINET Online searches over 3 million titles in the collection at the University of Illinois Library. ILLINET Online also provides searching access to the collections of over 800 libraries in the state (over 20 million items.) ILLINET Online consists of two separate but closely linked systems: LCS and FBR. LCS is a short-record circulation system, with information about a book's check out status, location, and call number. FBR contains more in-depth information about subjects, authors, titles, and series for books cataloged since 1975 and most serials cataloged since 1977 (over 1.5 million books) at the University of Illinois Library. Online help for searching FBR is available by typing INFO when you enter the system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Enter lcs at the login prompt. (Must be in lower case) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt GARCON.CSO.UIUC.EDU $ deassign/user/all $ goto lmenu11 $! $ lmenu12: $ clear $ echo " $ lecho "+lbeg+"Indiana Libraries:"+fin $ echo " $ echo 1. Indiana University" $ echo 2. Purdue University" $ echo 3. Notre Dame University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto lmenu12 $ goto l12menu'answer2' $! $ l12menu1: $ clear $ echo " $ lecho "+lbeg+"Indiana University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type GUEST at the prompt for a user ID $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt IUIS.UCS.INDIANA.EDU $ deassign/user/all $ goto lmenu12 $! $ l12menu2: $ clear $ echo " $ lecho "+lbeg+"Purdue University"+fin $ echo " $ type sys$input: THOR is an on-line database of information about books, periodicals, and other materials in the Purdue University Libraries. THOR is controlled through a set of single letter commands followed by an equal sign (=). Type the command, your search topic, and press the ENTER key. Upper and lower case are treated the same. For instructions on searching, type the search command without the equal sign. Example: "a" by itself gives instructions on author searching. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: THOR CATALOG SELECTION MENU: BOOK or FILM to select database Logoff Instructions: type: q to redisplay the menu screen type: quit to disconnect $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 LIB.CC.PURDUE.EDU $ deassign/user/all $ goto lmenu12 $! $ l12menu3: $ clear $ echo " $ lecho "+lbeg+"University of Notre Dame"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: At the ENTER COMMAND OR "HELP": prompt enter "library" and press the enter key. You will be logged onto the library system. Instructions are on the screen (after clearing the intro logo). To leave, type x on the command line and press the key. At the ENTER COMMAND OR "HELP": prompt, type bye and press the key. $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 IRISHMVS.CC.ND.EDU $ deassign/user/all $ goto lmenu12 $! $ lmenu13: $ clear $ echo " $ lecho "+lbeg+"Iowa Libraries:"+fin $ echo " $ echo 1. Iowa State University" $ echo 2. University of Iowa" $ echo 3. University of Northern Iowa" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto lmenu13 $ goto l13menu'answer2' $! $ l13menu1: $ clear $ echo " $ lecho "+lbeg+"Iowa State University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You should receive a "DIAL" prompt. At the prompt, reply LIB . You will then be prompted for a terminal type: reply VT100 . You will then be connected to VTAM: reply SCHOLAR2 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ISN.IASTATE.EDU $ deassign/user/all $ goto lmenu13 $! $ l13menu2: $ clear $ echo " $ lecho "+lbeg+"University of Iowa"+fin $ type sys$input: OASIS currently contains over 1,000,000 bibliographic records. These records represent (1) all cataloged items in the Main Library and the eleven departmental libraries published since 1980 (along with many older books and journals), and (2) all Law Library materials except some Iowa documents in microfiche format and U.S. government documents. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to display a menu of available systems. Type 1 for OASIS access and press to display the Welcome screen. To Disconnect: Type STOP at any prompt $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt OASIS.UIOWA.EDU $ deassign/user/all $ goto lmenu13 $! $ l13menu3: $ clear $ echo " $ lecho "+lbeg+"University of Northern Iowa"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: 1 at the choose service prompt Keep pressing at one second intervals until you see a login prompt Type: library at the login prompt Type: v for vt100 Type: y to confirm $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt STARMASTER.UNI.EDU $ deassign/user/all $ goto lmenu13 $! $ lmenu14: $ clear $ echo " $ lecho "+lbeg+"Kansas Libraries:"+fin $ echo " $ echo 1. Kansas State University" $ echo 2. University of Kansas" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu14 $ goto l14menu'answer2' $! $ l14menu1: $ clear $ echo " $ lecho "+lbeg+"Kansas State University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: LYNX $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 KSUVM.KSU.EDU $ deassign/user/all $ goto lmenu14 $! $ l14menu2: $ clear $ echo " $ lecho "+lbeg+"University of Kansas"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Use to reach the Command: prompt Type: DIAL VTAM Type: OCAT Press Control-Z Type: OCAT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 UKANVM.CC.UKANS.EDU $ deassign/user/all $ goto lmenu14 $! $ lmenu15: $ clear $ echo " $ lecho "+lbeg+"University of Kentucky"+fin $ echo " $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice to move to the command line Type: dial vtam The next screen asks that you type L. Do this and press The next screen will be a menu of services. Type: 4 At the next screen, type: OPAC $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 ukcc.uky.edu $ deassign/user/all $ goto menu1 $! $ lmenu16: $ clear $ echo " $ lecho "+lbeg+"Maine Libraries:"+fin $ echo " $ echo 1. Bates College" $ echo 2. Bowdoin College" $ echo 3. Colby College" $ echo 4. University of Maine System" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 4 .or. answer2 .lt. 1 then goto lmenu16 $ goto l16menu'answer2' $! $ l16menu1: $ clear $ echo " $ lecho "+lbeg+"Bates College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Specify VT100 as your terminal type. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ladd.bates.edu $ deassign/user/all $ goto lmenu16 $! $ l16menu2: $ clear $ echo " $ lecho "+lbeg+"Bowdoin College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: library (this must be in lower case) Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.bowdoin.edu $ deassign/user/all $ goto lmenu16 $! $ l16menu3: $ clear $ echo " $ lecho "+lbeg+"Colby College"+fin $ type sys$input: The Colby College Library Catalog uses Innovative Interfaces software (INNOPAC) to provide access to the collections of the three campus libraries, the AV Center, and the Computer Center (over 250,000 titles). The online holdings of books and periodicals are complete, documents are selectively cataloged, and manuscripts are not cataloged on the system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: library (this must be in lower case) Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.colby.edu $ deassign/user/all $ goto lmenu16 $! $ l16menu4: $ clear $ echo " $ lecho "+lbeg+"University of Maine System"+fin $ type sys$input: URSUS is the union catalog of the University of Maine System Libraries, using the Innovative Interfaces software (INNOPAC). The URSUS database currently contains more than 700,000 bibliographic records, representing approximately 75% of the total holdings. A retrospective conversion project has been started. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type ursus in lower case letters at the login prompt, and press To quit: Type N (ew search) B, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt URSUS.MAINE.EDU $ deassign/user/all $ goto lmenu16 $! $ lmenu17: $ clear $ echo " $ lecho "+lbeg+"Maryland Libraries:"+fin $ echo " $ echo 1. Johns Hopkins University" $ echo 2. University of Maryland (UMCAT)" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu17 $ goto l17menu'answer2' $! $ l17menu1: $ clear $ echo " $ lecho "+lbeg+"Johns Hopkins University"+fin $ type sys$input: Janus is the catalog of the Milton S. Eisenhower Library and is based on NOTIS software. It is complete for all materials cataloged since 1975 and most materials cataloged before 1975. Circulation status is not available for some materials. The catalog is available daily 7am - 12 midnight. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At JHU/HAC logo screen: At the command prompt: Dial Janus When the port assignment appears in upper left corner: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 JHUVM.HCF.JHU.EDU $ deassign/user/all $ goto lmenu17 $! $ l17menu2: $ clear $ echo " $ lecho "+lbeg+"University of Maryland System"+fin $ type sys$input: The University of Maryland System operates an online catalog named VICTOR, based on CARL software and Tandem hardware. The library catalog includes separate databases for 13 libraries located on 11 campuses of the University system, plus a union catalog covering all 13 libraries. The sites are: Bowie State University, Center for Environmental and Estuarine Studies, Coppin State College, Frostburg State University, Salisbury State University, Towson State University, University of Baltimore, University of Baltimore Law Library, UM Baltimore Law Library, UM Eastern Shore, UM Baltimore County, UM College Park, and UM University College. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: PAC $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt VICTOR.UMD.EDU $ deassign/user/all $ goto lmenu17 $! $ lmenu18: $ clear $ echo " $ lecho "+lbeg+"Massachusetts Libraries:"+fin $ echo " $ echo 1. Boston University (TOMUS)" $ echo 2. Harvard University" $ echo 3. Massachusetts Institute of Technology" $ echo 4. Tufts University" $ echo 5. University of Massachusetts, Boston" $ echo 6. Wellesley College" $ echo 7. Williams College" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 7 .or. answer2 .lt. 1 then goto lmenu18 $ goto l18menu'answer2' $! $ l18menu1: $ clear $ echo " $ lecho "+lbeg+"Boston University (TOMUS)"+fin $ type sys$input: Boston University's online Catalog (TOMUS) provides access to over one and a half million volumes and two and a half million microforms. The collection represents a majority of holdings for all libraries on campus. TOMUS is a Carlyle system and provides online help screens. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Use stop $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.BU.EDU $ deassign/user/all $ goto lmenu18 $! $ l18menu2: $ clear $ echo " $ lecho "+lbeg+"Harvard University"+fin $ type sys$input: No password is required to enter HOLLIS. The union catalog of the Harvard libraries (database HU) and the database of older Widener Library materials (database OW) do not have any access restrictions. However, some other databases within HOLLIS may have access restrictions because of vendor requirements. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: If the first screen you see begins "Mitek Server..." press , otherwise. just continue as show below: Type "hollis" after the next prompt and press $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt hollis.harvard.edu $ deassign/user/all $ goto lmenu18 $! $ l18menu3: $ clear $ echo " $ lecho "+lbeg+"Massachusetts Institute of Technology"+fin $ type sys$input: This service provides access to BARTON, the MIT Libraries Online Catalogue, as well as the catalogues of several other libraries and the Boston Library Consortium's Union List of Serials. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press Press again when asked to press the SEND key $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.MIT.EDU $ deassign/user/all $ goto lmenu18 $! $ l18menu4: $ clear $ echo " $ lecho "+lbeg+"Tufts University"+fin $ type sys$input: This catalog includes 300,000 monographs and 25,000serials. Not included are most government publications and some older materials. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: TUFTS (no password required) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.tufts.edu $ deassign/user/all $ goto lmenu18 $! $ l18menu5: $ clear $ echo " $ lecho "+lbeg+"University of Massachusetts, Boston"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: CATLOG (no password required) To select your terminal type, type: 1 (for VT100) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRA.CC.UMB.EDU $ deassign/user/all $ goto lmenu18 $! $ l18menu6: $ clear $ echo " $ lecho "+lbeg+"Wellesley College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.WELLESLEY.EDU $ deassign/user/all $ goto lmenu18 $! $ l18menu7: $ clear $ echo " $ lecho "+lbeg+"Williams College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.WILLIAMS.EDU $ deassign/user/all $ goto lmenu18 $! $ lmenu19: $ clear $ echo " $ lecho "+lbeg+"Michigan Libraries:"+fin $ echo " $ echo 1. Central Michigan University" $ echo 2. Eastern Michigan University" $ echo 3. Kalamazoo College" $ echo 4. Michigan State University" $ echo 5. Michigan Technological University" $ echo 6. University of Michigan" $ echo 7. Wayne State University (DALNET)" $ echo 8. Western Michigan University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 8.or. answer2 .lt. 1 then goto lmenu19 $ goto l19menu'answer2' $! $ l19menu1: $ clear $ echo " $ lecho "+lbeg+"Central Michigan University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You may have to type a for the system to recognize your presence. The system will ask "Which Host?". Type: CMU-IBM Press again. The system will ask "ENTER TERMINAL TYPE:" Type: VT100 At the CMU banner screen, select option G - CENTRA and press At the "Session Establishment in Progress." message press again. Use stop $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CTS.MERIT.EDU $ deassign/user/all $ goto lmenu19 $! $ l19menu2: $ clear $ echo " $ lecho "+lbeg+"Eastern Michigan University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You may have to type a for the system to recognize your presence. The system will ask "Which Host?". Type: EMU-VAX At the "Username:" prompt, enter NOTIS Use stop $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CTS.MERIT.EDU $ deassign/user/all $ goto lmenu19 $! $ l19menu3: $ clear $ echo " $ lecho "+lbeg+"Kalamazoo College"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Use stop $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 146.113.32.11 'port'2700 $ deassign/user/all $ goto lmenu19 $! $ l19menu4: $ clear $ echo " $ lecho "+lbeg+"Michigan State University"+fin $ type sys$input: The online catalog of the Michigan State University Libraries contains 1,300,000 bibliographic records of books, serials, microforms, software, and other non-book materials. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the VM370 screen, press At next screen type: dial magic Press a second time This may drop you into a previous MAGIC session. If after dialing MAGIC, you are not greeted by a welcome screen, enter E and press . You will then see MAGIC's welcome screen. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 MAGIC.LIB.MSU.EDU $ deassign/user/all $ goto lmenu19 $! $ l19menu5: $ clear $ echo " $ lecho "+lbeg+"Michigan Technological University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You may have to type a for the system to recognize your presence. The system will ask "Which Host?". Type: FOCUS Press again. The system will ask "ENTER TERMINAL TYPE:" Type: VT100 Press again. Use stop $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CTS.MERIT.EDU $ deassign/user/all $ goto lmenu19 $! $ l19menu6: $ clear $ echo " $ lecho "+lbeg+"University of Michigan"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You may have to type a for the system to recognize your presence. The system will ask "Which Host?". Type: mirlyn You will be prompted for confirmation of terminal type: just press Use stop $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CTS.MERIT.EDU $ deassign/user/all $ goto lmenu19 $! $ l19menu7: $ clear $ echo " $ lecho "+lbeg+"Wayne State University (DALNET)"+fin $ type sys$input: DALNET is the Detroit Area Library Network. Members include Wayne State University, Oakland University, University of Detroit, Detroit Public Library, Oakland, Macomb, and Wayne County Community Colleges, Beaumont Royal Oak Hospital, Botsford Hospital, and Children's Hospital Libraries. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Use to move to the COMMAND line At the COMMAND line, type DIAL VTAM At the WSUNET menu, type LUIS To exit: type LOGOUT $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 CMS.CC.WAYNE.EDU $ deassign/user/all $ goto lmenu19 $! $ l19menu8: $ clear $ echo " $ lecho "+lbeg+"Western Michigan University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You may have to type a for the system to recognize your presence. The system will ask "Which Host?". Type: WMU-Finder You will be prompted for confirmation of terminal type: just press Use stop $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CTS.MERIT.EDU $ deassign/user/all $ goto lmenu19 $! $ lmenu20: $ clear $ echo " $ lecho "+lbeg+"Minnesota Libraries:"+fin $ echo " $ echo 1. Carleton College" $ echo 2. PALS/MSUS" $ echo 3. University of Minnesota" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto lmenu20 $ goto l20menu'answer2' $! $ l20menu1: $ clear $ echo " $ lecho "+lbeg+"Carleton College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the -> prompt, type: START $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIB1.CARLETON.EDU $ deassign/user/all $ goto lmenu20 $! $ l20menu2: $ clear $ echo " $ lecho "+lbeg+"PALS/MSUS"+fin $ type sys$input: This OPAC contains 3.4 million bibliographic records from 50 libraries in Minnesota. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Enter destination or '?' for help: pals SYS=> BEGIN (use "Basic access" - do not "LOGON") $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt MSUSGW.UMN.EDU $ deassign/user/all $ goto lmenu20 $! $ l20menu3: $ clear $ echo " $ lecho "+lbeg+"University of Minnesota"+fin $ type sys$input: Libraries of the University of Minnesota Integrated Network Access--LUMINA Running NOTIS on an IBM 4381, Lumina has nearly all the current collection online, and plans are in place to put periodicals and circulation information on the system next. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type 0 (terminal type VT100) when prompted for a terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LUMINA.LIB.UMN.EDU $ deassign/user/all $ goto lmenu20 $! $ lmenu21: $ clear $ echo " $ lecho "+lbeg+"Missouri Libraries:"+fin $ echo " $ echo 1. University of Missouri" $ echo 2. Washington University-St. Louis" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu21 $ goto l21menu'answer2' $! $ l21menu1: $ clear $ echo " $ lecho "+lbeg+"University of Missouri"+fin $ type sys$input: LUMIN features a linked authority file and either an unfriendly but powerful direct command interface or a less powerful but easy-to-use menu interface. Internet users are automatically brought into the menu interface. There is no online help. The LUMIN database contains (as of February, 1991) 1,350,000 bibliographic records and 1,960,000 summary holdings records. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: When the Missouri Map screen is displayed, press until cursor is at the COMMAND prompt and type DIAL VTAM. When request is displayed for VTAM LOGON or UNDIAL, type LUMIN. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 UMCVMB.MISSOURI.EDU $ deassign/user/all $ goto lmenu21 $! $ l21menu2: $ clear $ type sys$input: $ lecho "+lbeg+"Washington University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login:services (must be in lower case!) Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt wugate.wustl.edu $ deassign/user/all $ goto lmenu21 $! $ lmenu22: $ clear $ echo " $ lecho "+lbeg+"Mississippi State Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: libserv (Must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt Libserv.msstate.edu $ deassign/user/all $ goto menu1 $! $ lmenu23: $ clear $ echo " $ lecho "+lbeg+"Montana State University"+fin $ echo " $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the : prompt, type HELLO MSU.LIBRARY $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CATALOG.LIB.MONTANA.EDU $ deassign/user/all $ goto menu1 $! $ lmenu24: $ clear $ echo " $ lecho "+lbeg+"University of Nebraska"+fin $ type sys$input: The University Libraries and the Law Library of the University of Nebraska-Lincoln. The online catalog, called IRIS (Innovative Research Information System), contains approximately 75% of the holdings of the libraries of the University of Nebraska-Lincoln. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: at login prompt type: library (Must be in lower case) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UNLLIB.UNL.EDU $ deassign/user/all $ goto menu1 $! $ lmenu25: $ clear $ echo " $ lecho "+lbeg+"Nevada Libraries:"+fin $ echo " $ echo 1. University of Nevada, Las Vegas $ echo 2. University of Nevada, Reno $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu25 $ goto l25menu'answer2' $! $ l25menu1: $ clear $ echo " $ lecho "+lbeg+"University of Nevada, Las Vegas, James R. Dickinson Library"+fin $ type sys$input: The online catalog, INNOPAC, contains approximately 60% of UNLV's holdings, as well as those of the Southern Nevada Community Colleges. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the login prompt type library. This must be in lower case! You will be asked for vt100 or wyse terminal type. After typing v you will be connected. When you have finished searching type n to return to the main menu, then select disconnect to exit the system, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.LV-LIB.NEVADA.EDU $ deassign/user/all $ goto lmenu25 $! $ l25menu2: $ clear $ echo " $ lecho "+lbeg+"University of Nevada, Reno"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: wolfpac (must be in lower case) Select VT100 as the terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt wolfpac.unr.edu $ deassign/user/all $ goto lmenu25 $! $ lmenu26: $ clear $ echo " $ lecho "+lbeg+"Dartmouth College"+fin $ type sys$input: BOOKS file - all monographic holdings of Dartmouth College Libraries SERIAL file - all serial holdings ORDERS file - on order and in process materials Other special files of Dartmouth Special Collections are also available. SELECT FILE for a list of files. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ echo " $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIB.DARTMOUTH.EDU $ deassign/user/all $ goto menu1 $! $ lmenu27: $ clear $ echo " $ lecho "+lbeg+"New Jersey Libraries:"+fin $ echo " $ echo 1. Princeton University Library" $ echo 2. Princeton University Online Manuscripts Catalog" $ echo 3. University of Medicine and Dentistry of New Jersey" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto lmenu27 $ goto l27menu'answer2' $! $ l27menu1: $ clear $ echo " $ lecho "+lbeg+"Princeton University Library"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Response: Connect message, blank screen Type: Response: # Type: Call 500 Response: Welcome screen for the Online Catalog To exit: Type: end Response: # (your session will be ended) $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt PUCABLE.PRINCETON.EDU $ deassign/user/all $ goto lmenu27 $! $ l27menu2: $ clear $ echo " $ lecho "+lbeg+"Princeton University Online Manuscripts Catalog"+fin $ type sys$input: Princeton University Library online manuscripts catalog (LITMSS). As of Nov. 1990, it consists of over 56,000 records ranging in level of description from records for single important items (e.g. individual letters of George Washington) to records for massive collections (e.g. the papers of the publisher Charles Scribner's Sons). Included in the 56,000 records are nearly 1,000 collection records, i.e. summary descriptions of whole collections. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: VM370 logo Type: Welcome screen with list of choices Type: folio Welcome screen for FOLIO (PU's online research resources) Type: List of choices Type: 3 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 PUCC.PRINCETON.EDU $ deassign/user/all $ goto lmenu27 $! $ l27menu3: $ clear $ echo " $ lecho "+lbeg+"University of Medicine and Dentistry of New Jersey"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: PUBLIC Selection: ---> MC (must be in upper case!) To exit press control-Z, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.UMDNJ.EDU $ deassign/user/all $ goto lmenu27 $! $ lmenu28: $ clear $ echo " $ lecho "+lbeg+"New Mexico Libraries:"+fin $ echo " $ echo 1. University of New Mexico" $ echo 2. New Mexico State University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2.or. answer2 .lt. 1 then goto lmenu28 $ goto l28menu'answer2' $! $ l28menu1: $ clear $ echo " $ lecho "+lbeg+"University of New Mexico"+fin $ type sys$input: You can access the following services once you log in: General Library Medical Center Library $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At login prompt, enter unminfo (Must be in lower case) Specify VT100 as your terminal type. Select the Library Access option from main menu. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt unminfo.UNM.EDU $ deassign/user/all $ goto lmenu28 $! $ l28menu2: $ clear $ echo " $ lecho "+lbeg+"New Mexico State University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system At the ":" prompt enter: hello user.libr01 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.NMSU.EDU $ deassign/user/all $ goto lmenu28 $! $ lmenu29: $ clear $ echo " $ lecho "+lbeg+"New York Libraries:"+fin $ echo " $ echo "+" 1. City University of New York" $ echo "+" 2. Columbia University" $ echo "+" 3. Columbia University Law School" $ echo "+" 4. Cornell University" $ echo "+" 5. New York Public Library" $ echo "+" 6. New York University" $ echo "+" 7. New York University Medical and Dental catalog" $ echo "+" 8. Rensselaer Polytechnic Institute" $ echo "+" 9. Rochester Institute of Technology" $ echo 10. Rockefeller University" $ echo 11. State University of New York at Albany" $ echo 12. State University of New York at Binghamton" $ echo 13. State University of New York at Buffalo" $ echo 14. State University of New York at Stony Brook" $ echo 15. Syracuse University" $ echo 16. US Military Academy, West Point" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 16 .or. answer2 .lt. 1 then goto lmenu29 $ goto l29menu'answer2' $! $ l29menu1: $ clear $ echo " $ lecho "+lbeg+"City University of New York"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press at the login screen Type: DIAL VTAM Keep pressing until cursor is next to CUNYPLUS then press Press Control-Z (clear screen). Type: lucu $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then TN3270 CUNYVM.CUNY.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu2: $ clear $ echo " $ lecho "+lbeg+"Columbia University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Select 2. CLIO Plus: Library Catalogs and Encyclopedia $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt columbianet.columbia.edu $ deassign/user/all $ goto lmenu29 $! $ l29menu3: $ clear $ echo " $ lecho "+lbeg+"Columbia University Law School"+fin $ type sys$input: Full document delivery services are available on a fee basis. Requests can be sent via RLIN and OCLC ILL, via Internet mail to lawref@lawmail.law.columbia.edu or via fax at (212) 854-3295. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: pegasus (must be in lower case) Specify VT100 as your terminal type when prompted To end your session, select "disconnect" from main menu, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt pegasus.law.columbia.edu $ deassign/user/all $ goto lmenu29 $! $ l29menu4: $ clear $ echo " $ lecho "+lbeg+"Cornell University"+fin $ type sys$input: The online catalog database is stored on the IBM mainframe computer, CORNELLC, and includes records for approximately one-half of the five million volumes owned by the sixteen Cornell libraries. Most records are for materials acquired since 1973. However, records for many items acquired before 1973 have been added to the online catalog, including most holdings of the Africana, Engineering, Entomology, Hotel, ILR, Mathematics, Physical Sciences, and Veterinary libraries. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: System Prompts You Type/Press System Responds -------------- -------------- --------------- LOGON CP READ CORNELLC blank screen library online catalog screen $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 CORNELLC.CIT.CORNELL.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu5: $ clear $ echo " $ lecho "+lbeg+"New York Public Library"+fin $ type sys$input: The following Databases are currently available: NYPL Branch Libraries Catalog Metropolitan Inter-Library Cooperative System Regional Catalog NYPL Dance Collection Catalog Hours of Service: Monday-Thursday 8:30am-9:00pm EST Friday-Saturday 8:30am-6:00pm EST Sunday 12:00pm-5:00pm EST $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: nypl (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt nyplgate.nypl.org $ deassign/user/all $ goto lmenu29 $! $ l29menu6: $ clear $ echo " $ lecho "+lbeg+"New York University"+fin $ type sys$input: The online catalog lists more than 750,000 records, including many pre-1973 items and all material purchased after 1973. BobCat contains the holdings of NYU's Division of Libraries, as well as the consortium libraries of the New School for Social Research, the Parsons School of Design, the Cooper Union for the Advancement of Science and Art, and the New York Academy of Art. BobCat runs on the Geac System 9000. Circulation status information is posted in the OPC. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Hit to wake up a port Type END to disconnect $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt BOBCAT.NYU.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu7: $ clear $ echo " $ lecho "+lbeg+"New York University Medical and Dental catalog"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: library (must be in lower case) Type D to disconnect from main menu $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt MCLIB0.NYU.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu8: $ clear $ echo " $ lecho "+lbeg+"Rensselaer Polytechnic Institute"+fin $ type sys$input: The service has been known for some years as "Infotrac", a name created at Rensselaer before there was a commercial product by that name. The name will soon change to "Infotrax" in order to avoid confusion with this product. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You will be prompted for terminal type; type VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt INFOTRAC.RPI.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu9: $ clear $ echo " $ lecho "+lbeg+"Rochester Institute of Technology"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: LIBRARY $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ritvax.isc.rit.edu $ deassign/user/all $ goto lmenu29 $! $ l29menu10: $ clear $ echo " $ lecho "+lbeg+"Rockefeller University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (must be in lower case) Specify VT100 as your terminal type when prompted To end your session, select "exit" from main menu, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.ROCKEFELLER.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu11: $ clear $ echo " $ lecho "+lbeg+"SUNY-Albany"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press when connected to wake up the system At the Annex port prompt, type: LIBRARY Press again At the request prompt, type: 7 Press again $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt TERMINAL.ALBANY.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu12: $ clear $ echo " $ lecho "+lbeg+"State University of New York at Binghamton"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Use to position cursor at command line From command line type "dial vtam" From VTAM menu screen type "elixir" To exit: Type "off" , Type "undial" $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 BINGVMC.CC.BINGHAMTON.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu13: $ clear $ echo " $ lecho "+lbeg+"State University of New York at Buffalo"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 128.205.2.22 $ deassign/user/all $ goto lmenu29 $! $ l29menu14: $ clear $ echo " $ lecho "+lbeg+"SUNY-Stony Brook"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice At the COMMAND prompt, type: STARS At the CICS screen, press $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 CCVM.SUNYSB.EDU $ deassign/user/all $ goto lmenu29 $! $ l29menu15: $ clear $ echo " $ lecho "+lbeg+"Syracuse University"+fin $ type sys$input: This catalog connects you to a range of databases, including ERIC, and the Syracuse University Campus-Wide information system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press the key twice until the cursor is positioned at the COMMAND: prompt Type SUINFO $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 suvm.acs.syr.edu $ deassign/user/all $ goto lmenu29 $! $ l29menu16: $ clear $ echo " $ lecho "+lbeg+"United States Military Academy"+fin $ type sys$input: This catalog is only available during the following times (EST or EDT): Monday-Thursday 07:20-23:15 Friday 07:20-22:00 Saturday 07:20-21:00 Sunday 13:00-23:15 It is sometimes slow and difficult to connect to. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system. You must type END to finish your session. $ lecho "+lbeg+fin+"Please do not use Control-"+qchar+qcomm+" execpt in emergency!" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.USMA.EDU $ deassign/user/all $ goto lmenu29 $! $ lmenu30: $ clear $ echo " $ lecho "+lbeg+"Triangle Research Libraries"+fin $ type sys$input: The Triangle Research Libraries include Duke, North Carolina State University, and University of North Carolina. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system. The system provides no menus or other information - all you see is a ? prompt. To get more info, type help, or use commands such as the following: Author search: type "au tuchman barbara" & press RETURN key Title search: type "ti foundations edge" & press RETURN key Subject heading search: type "su dolphin" & press RETURN key $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBROT1.LIB.UNC.EDU $ deassign/user/all $ goto menu1 $! $ lmenu31: $ clear $ echo " $ lecho "+lbeg+"Ohio Libraries:"+fin $ echo " $ echo "+" 1. Air Force Institute of Technology" $ echo "+" 2. Case Western Reserve University" $ echo "+" 3. Cleveland Public Library" $ echo "+" 4. Cleveland State University" $ echo "+" 5. College of Wooster" $ echo "+" 6. Kent State University" $ echo "+" 7. Miami University" $ echo "+" 8. Northeastern Ohio Universities College of Medicine" $ echo "+" 9. Oberlin College" $ echo 10. Ohio State University" $ echo 11. University of Akron" $ echo 12. University of Cincinnati" $ echo 13. University of Dayton" $ echo 14. University of Toledo" $ echo 15. Wright State University" $ echo 16. Youngstown State University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 16 .or. answer2 .lt. 1 then goto lmenu31 $ goto l31menu'answer2' $! $ l31menu1: $ clear $ echo " $ lecho "+lbeg+"Air Force Institute of Technology" $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: AFITPAC Password: LIBRARY $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt SABRE.AFIT.AF.MIL $ deassign/user/all $ goto lmenu31 $! $ l31menu2: $ clear $ echo " $ lecho "+lbeg+"Case Western Reserve University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt EUCLID.CWRU.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu3 $ clear $ echo " $ lecho "+lbeg+"Clevelend Public Library"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 192.58.246.4 $ deassign/user/all $ goto lmenu31 $! $ l31menu4: $ clear $ echo " $ lecho "+lbeg+"Clevelend State University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the CSU logon screen press At next screen, type: SCHOLAR $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 VMCMS.CSUOHIO.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu5: $ clear $ echo " $ lecho "+lbeg+"College of Wooster"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt WOOLIB.WOOSTER.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu6: $ clear $ echo " $ lecho "+lbeg+"Kent State University"+fin $ type sys$input: CATALYST contains the complete holdings of the KSU Libraries. CATALYST is available Mon-Sat 7:00 AM to 2:00 AM and Sun 1:00 PM to 2:00 AM (EST). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Type VT100 as your terminal type Type D as the application Type LUKS at the CICS screen $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CATALYST.KENT.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu7: $ clear $ echo " $ lecho "+lbeg+"Miami University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt WATSON.LIB.MUOHIO.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu8: $ clear $ echo " $ lecho "+lbeg+"Northeastern Ohio Universities College of Medicine"+fin $ type sys$input: This catalog also contains the holdings of 17 affiliated hospitals. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: neocat (Must be in lower case) Hit at the next prompt, for VT100 To get help, type a "?" at the "?" prompt - this catalog is obscure! $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt scotty.neoucom.edu $ deassign/user/all $ goto lmenu31 $! $ l31menu9: $ clear $ echo " $ lecho "+lbeg+"Oberlin College"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt OBIS.LIB.OBERLIN.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu10: $ clear $ echo " $ lecho "+lbeg+"Ohio State University"+fin $ type sys$input: The catalog includes the holdings of all Libraries at The Ohio State University with the exception of the Law Library, which has only recently been adding new titles. Titles cataloged by OSU Libraries after September 1971 have full records and can be searched by author, title, subject, and series entry. Titles cataloged prior to September 1971 have short records and can be searched only by author and/or title. OSU has 2.2 million titles listed in LCS. LCS also contains the complete State Library of Ohio catalog, recently cataloged items available from the Center for Research Libraries, Chicago, and materials cataloged in the past ten years by the Ohio Historical Society Archives-Library Division. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: LCS is a command-driven system. The commands are usually three characters followed by a slash (/), e.g. aut/wolfe, tom. Basic search instructions are available by using the HELP commands on LCS. Press ESC and 1 for HELP or type HELP. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LCS.US.OHIO-STATE.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu11: $ clear $ echo " $ lecho "+lbeg+"University of Akron"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: DTC01>c lib1 LOGON: HELLO USER.CLAS01 Ignore possible garbage on the screen and END OF PROGRAM messages. If you are asked "Enter line number of the TERMINAL TYPE" type: 5 If you are asked "Enter Location Code" type: 0100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.UAKRON.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu12: $ clear $ echo " $ lecho "+lbeg+"University of Cincinnati"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: uclid (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UCOLK3.OLK.UC.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu13: $ clear $ echo " $ lecho "+lbeg+"University of Dayton"+fin $ type sys$input: The University of Dayton Online catalog service Contains over 600,000 items including the University, Law, and Marian Libraries. Then main library is a selective depository of U.S. government publications. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At a blank screen type LOGIN PUB02 press At Password? type PUBLIC press You will be asked to choose a terminal type: select VT-100 When you see the "Welcome to the University of Dayton" screen, you will be able to access Help Screens by typing ? Logging Off: Choose LOGOFF from the main menu or type Q, and press , $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UDAPRL.OCA.UDAYTON.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu14: $ clear $ echo " $ lecho "+lbeg+"University of Toledo"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: large UT logo on screen: enter one of the following commands: DIAL MVS dialed to mvs ####: UTMOST If the system does not seem to respond, trying pressing . If after dialing MVS you receive a message "application invalid", then just go ahead and type UTMOST anyway. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 UOFT01.UTOLEDO.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu15: $ clear $ echo " $ lecho "+lbeg+"Wright State University"+fin $ type sys$input: The Wright State University catalog represents the holdings of the Dayton metropolitan area Cooperative Library System (COLS) members, which includes Wright State University (University Library, Fordham Health Sciences Library, Music Library and Lake Campus); Children's Medical Center Library; Dayton Art Institute Library; Dayton Natural History Museum; Good Samaritan Hospital Library; Grandview Medical Center Library; Kettering College of Medical Arts; Kettering Medical Center Library; Miami Valley Hospital Library; St. Elizabeth Medical Center Library; Sycamore Medical Center Library; Veteran's Administration Medical Center Library (Dayton). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username : LIBNET2 Password : WRIGHT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt DESIRE.WRIGHT.EDU $ deassign/user/all $ goto lmenu31 $! $ l31menu16: $ clear $ echo " $ lecho "+lbeg+"Youngstown State University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the DTC01 prompt, type: C LIB1 At the logon prompt, type: HELLO USER.CLAS01 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.YSU.EDU $ deassign/user/all $ goto lmenu31 $! $ lmenu32: $ clear $ echo " $ lecho "+lbeg+"Oklahoma Libraries:"+fin $ echo " $ echo 1. University of Oklahoma" $ echo 2. University of Tulsa" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu32 $ goto l32menu'answer2' $! $ l32menu1: $ clear $ echo " $ lecho "+lbeg+"University of Oklahoma"+fin $ type sys$input: OLIN can be used to find call numbers, locations, and bibliographic information for materials held by the University of Oklahoma Libraries (excluding maps, Law Library and Health Sciences Center Library). The federal maps and publications of the government documents collections (from July 1976 and after) are also available on OLIN. Serial titles are being added to OLIN. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press three times Type: OLIN (on the application id line) Press (on the OLIN screen) At the enter selection prompt, type: A $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then TN3270 UOKMVSA.BACKBONE.UOKNOR.EDU $ deassign/user/all $ goto lmenu32 $! $ l32menu2: $ clear $ echo " $ lecho "+lbeg+"The University of Tulsa"+fin $ type sys$input: LIAS is the on-line catalog of the University of Tulsa Libraries. The catalog contains approximately 500,000 titles, representing the holdings of McFarlin Library (the general campus library) and the Law Library. Besides monographic and serials records, LIAS also provides bibliographic access to the curriculum collection, microforms, archives and manuscript collections, and the MARC Books All database. LIAS does not differentiate between author, title, series, or subjects in its command structure. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: LIAS Use END $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt VAX2.UTULSA.EDU $ deassign/user/all $ goto lmenu32 $! $ lmenu33: $ clear $ echo " $ lecho "+lbeg+"Oregon Libraries:"+fin $ echo " $ echo 1. Oregon State University" $ echo 2. Portland State University" $ echo 3. Reed College" $ echo 4. University of Oregon" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 4 .or. answer2 .lt. 1 then goto lmenu33 $ goto l33menu'answer2' $! $ l33menu1: $ clear $ echo " $ lecho "+lbeg+"Oregon State University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: oasis (must be in lower case) Specify VT100 as the terminal type. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt oasis.kerr.orst.edu $ deassign/user/all $ goto lmenu33 $! $ l33menu2: $ clear $ echo " $ lecho "+lbeg+"Portland State University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: dialin (must be lowercase) terminal type? vt100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt PSULIB.CC.PDX.EDU $ deassign/user/all $ goto lmenu33 $! $ l33menu3: $ clear $ echo " $ lecho "+lbeg+"Reed College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt TOMUS.REED.EDU $ deassign/user/all $ goto lmenu33 $! $ l33menu4: $ clear $ echo " $ lecho "+lbeg+"University of Oregon"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janus (must be lowercase) What kind of terminal are you using? vt100 Confirm your terminal choice $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt JANUS.UOREGON.EDU $ deassign/user/all $ goto lmenu33 $! $ lmenu34: $ clear $ echo " $ lecho "+lbeg+"Pennsylvania Libraries:"+fin $ echo " $ echo 1. Bucknell University" $ echo 2. Carnegie Mellon University (LIS II)" $ echo 3. Penn State University (LIAS)" $ echo 4. Lehigh University (ASA)" $ echo 5. University of Pennsylvania" $ echo 6. University of Pittsburgh" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 6 .or. answer2 .lt. 1 then goto lmenu34 $ goto l34menu'answer2' $! $ l34menu1: $ clear $ echo " $ lecho "+lbeg+"Bucknell University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the "Enter class:" prompt, type library and press . Press again to wake up the system $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt QUARTZ.BUCKNELL.EDU $ deassign/user/all $ goto lmenu34 $! $ l34menu2: $ clear $ echo " $ lecho "+lbeg+"Carnegie Mellon University (LIS II)"+fin $ type sys$input: LIS II is Carnegie Mellon University Libraries' new distributed retrieval system. It enables you to search the Carnegie Mellon Library Catalog and Journal List databases, and ArchPics, which is a database of architectural pictures and drawings in books owned by Carnegie Mellon University Libraries. The Library Catalog is the default database. Note: You cannot search the site-licensed databases in LIS II as an Internet guest. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (this must be in lower case) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.andrew.cmu.edu $ deassign/user/all $ goto lmenu34 $! $ l34menu3: $ clear $ echo " $ lecho "+lbeg+"Penn State University (LIAS)"+fin $ type sys$input: The Penn State University Libraries catalog system is known as LIAS (Library Information Access System). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You may need to type TERMINAL VT100 at the LIAS prompt (>>>) at the start of your session if your terminal emulator doesn't respond properly. To USE LIAS, type your search term at the LIAS prompt (>>>). LIAS will perform a combined SUBJECT, AUTHOR, TITLE and SERIES search on the term. You may also preface your term with SUBJECT, AUTHOR, TITLE or SERIES to restrict searches to those areas. Your search will product a citation listing -- type the citation number for the complete record. To exit: END at the >>> prompt $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lias.psu.edu $ deassign/user/all $ goto lmenu34 $! $ l34menu4: $ clear $ echo " $ lecho "+lbeg+"Lehigh University (ASA)"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt asa.lib.lehigh.edu $ deassign/user/all $ goto lmenu34 $! $ l34menu5: $ clear $ echo " $ lecho "+lbeg+"University of Pennsylvania"+fin $ type sys$input: PENNLIN is Penn's NOTIS-based on-line library catalog system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Type VT100 when prompted for a terminal type Press again to start using the catalog. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt pennlib.upenn.edu $ deassign/user/all $ goto lmenu34 $! $ l34menu6: $ clear $ echo " $ lecho "+lbeg+"University of Pittsburgh"+fin $ type sys$input: PITTCAT Plus offers access to PITTCAT, the University of Pittsburgh's online library catalog, which currently contains bibliographic information for over 1.5 million titles in all University of Pittsburgh libraries including the Hillman Library (humanities and social sciences), Afro-American, Buhl (Social Work), East Asian, Allegheny Observatory, Business, Chemistry, Computer Science, Darlington Memorial, Engineering, Fine Arts, Langley, Library and Information Science, Mathematics, Music, Physics, Public and International Affairs/Economics, Falk Library of the Health Sciences, Learning Resource Center (Nursing), Law, Western Psychiatric Institute and Clinic, and the regional campus libraries at Bradford, Greensburg, Johnstown, and Titusville. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: The PITTCAT Plus introductory screen will appear. Press The PITTCAT Plus database selection menu will appear $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 SEARCH.LIBRARY.PITT.EDU $ deassign/user/all $ goto lmenu34 $! $ lmenu35: $ clear $ echo " $ lecho "+lbeg+"University of Puerto Rico"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice to reach the Command: prompt Type: DIAL VTAM Type: NOTIS Press to clear the screen On the blank screen, type: LUUP On the next screen type: OPAC $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 136.145.2.10 $ deassign/user/all $ goto menu1 $! $ lmenu36: $ clear $ echo " $ lecho "+lbeg+"Brown University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the BROWN logon screen: TAB to "COMMAND" and type DIAL JOSIAH The passthru menu should display. TAB to any of the Josiah choices and $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 BROWNVM.BROWN.EDU $ deassign/user/all $ goto menu1 $! $ lmenu37: $ clear $ echo " $ lecho "+lbeg+"Clemson University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Select item B for the OPAC and press enter. No logon required. Follow instructions on the screen. To terminate connection: enter QUIT. OPAC is called "LUIS" and is the public access to NOTIS. All materials in the Clemson Libraries are included in this catalog except government documents, which will be loaded soon. Selecting item F from the vtam screen will bring up DORIS. This is Clemson's version of BRS Search. Access is provided without a user id to several locally generated files including the campus directory. From the initial DORIS entry screen, press enter for access to these files. To terminate access: type q , $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 CLEMSON.CLEMSON.EDU $ deassign/user/all $ goto menu1 $! $! $ lmenu38: $ clear $ echo " $ lecho "+lbeg+"Tennessee Libraries:"+fin $ echo " $ echo 1. University of Tennessee, Knoxville" $ echo 2. University of Tennessee, Memphis, Health Science Library" $ echo 3. Vanderbilt University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto lmenu38 $ goto l38menu'answer2' $! $ l38menu1: $ clear $ echo " $ lecho "+lbeg+"University of Tennessee, Knoxville"+fin $ type sys$input: The UTK OPAC runs on a Geac 9000 system and contains nearly 900,000 titles, representing 95% of the Library's holdings. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Enter LIBRARY at the "Enter Host Name or Help" prompt. The system provides on-screen menus and command instructions. To Log off: Type END $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt DCA.UTK.EDU $ deassign/user/all $ goto lmenu38 $! $ l38menu2: $ clear $ echo " $ lecho "+lbeg+"University of Tennessee, Memphis, Health Science Library"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Username prompt, type HARVEY and press return. Press Control-P and then press to end long displays. To log off, just press return at the main library menu $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 132.192.1.1 $ deassign/user/all $ goto lmenu38 $! $! $ l38menu3: $ clear $ echo " $ lecho "+lbeg+"Vanderbilt University"+fin $ type sys$input: Access is available to Acorn, the public access NOTIS catalog, but is restricted to the Multiple Database files (MEDLINE, Wilson and CRL). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Username prompt, enter ACORN and press . Type the letter "y" and press after "Are you ready to proceed?" Press again when you see "SysAv1 Appl" at the bottom of the screen. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CTRVAX.VANDERBILT.EDU $ deassign/user/all $ goto lmenu38 $! $ lmenu39: $ clear $ echo " $ lecho "+lbeg+"Texas Libraries:"+fin $ echo " $ echo "+" 1. Lamar University" $ echo "+" 2. Rice University" $ echo "+" 3. St. Mary''s University" $ echo "+" 4. Southern Methodist University" $ echo "+" 5. Texas A&M Library System" $ echo "+" 6. Texas Christian University" $ echo "+" 7. Texas Woman''s University" $ echo "+" 8. University of North Texas" $ echo "+" 9. University of Texas Arlington Library System" $ echo 10. University of Texas Austin Library System UTCAT" $ echo 11. University of Texas at Dallas" $ echo 12. University of Texas at Galveston" $ echo 13. University of Texas-Pan American" $ echo 14. University of Texas Southwestern Medical Center" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 14 .or. answer2 .lt. 1 then goto lmenu39 $ goto l39menu'answer2' $! $ l39menu1: $ clear $ echo " $ lecho "+lbeg+"Lamar University"+fin $ type sys$input: This catalog also provides access to the catalogs of Sam Houston State University and Southwest Texas State University $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the username prompt, type: LIBRARY At the menu, choose option 1 for Lamar or option 4 for other catalogs $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LUB001.LAMAR.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu2: $ clear $ echo " $ lecho "+lbeg+"Rice University"+fin $ type sys$input: LIBRIS is a computerized catalog of books, periodicals, and other materials in Fondren Library, Rice University. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the signon screen press twice On the COMMAND ==> line, type: DIAL LIBRIS Press again to clear the screen and start the system $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 LIBRARY.RICE.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu3: $ clear $ echo " $ lecho "+lbeg+"Saint Mary''s University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Username prompt, enter DYNIX At the Password prompt, enter CATALOG At the Logon please prompt, enter DIALUP At Enter Selection, pick 3 for VT100 When asked if screen was readable, type Y $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt VAX.STMARYTX.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu4: $ clear $ echo " $ lecho "+lbeg+"Southern Methodist University"+fin $ type sys$input: PONI (Public ONline Information) is the name for the NOTIS library public catalog system. The PONI catalog contains over one million bibliographic entries including over 185,000 U.S. government documents. SMU has completely converted the shelflist records for all campus libraries: Central Libraries, Underwood Law Library, Bridwell [Theology] Library, and the Business Information Center. Central libraries include Media Services, Special Collections in the Degolyer Library, ISEM Reading Room [Institute for the Study of Earth and Man], undergraduate/graduate collections in Fondren Library, Science Information Center and Hamon Arts Library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice to get to Command: prompt Type:DIAL VTAM Type: PONI Press Control-Z to clear the screen Type: LUSM $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 VM.CIS.SMU.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu5: $ clear $ echo " $ lecho "+lbeg+"Texas A&M Library System"+fin $ type sys$input: The Texas A&M University Library System uses NOTIS to provide information about the holdings of: Sterling C. Evans Library of Texas A&M University Medical Sciences Consortium Library of Texas A&M University John B. Coleman Library of Prairie View A&M University $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Texas A&M Statewide Network screen, type NOTIS To exit from NOTIS, type QUIT or LOGOFF at any prompt, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 TAMMVS1.TAMU.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu6: $ clear $ echo " $ lecho "+lbeg+"Texas Christian University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: TCUCAT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt GAMMA.IS.TCU.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu7: $ clear $ echo " $ lecho "+lbeg+"Texas Women''s University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: IRIS Press several times when prompted to do so $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt TWU.THE.NET $ deassign/user/all $ goto lmenu39 $! $ l39menu8: $ clear $ echo " $ lecho "+lbeg+"University of North Texas"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.UNT.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu9: $ clear $ echo " $ lecho "+lbeg+"UT Arlington Library System"+fin $ type sys$input: LUIS (Library User Information Service) at the University of Texas at Arlington contains materials held by the UT Arlington Library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press At the TERMINAL TYPE prompt, type VT100 At the VTAM selection menu, type NOTIS At the CICS Logo Screen, press On the next screen, type LUUT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ADMIN.UTA.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu10: $ clear $ echo " $ lecho "+lbeg+"UT Austin Library System UTCAT"+fin $ type sys$input: The Online Catalog (UTCAT) lists more than 4 million items in the University of Texas at Austin libraries $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system. Press again after you see the GO prompt Whan asked ENTER TERMINAL TYPE, say: vt100 Type: utcat $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UTCAT.UTEXAS.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu11: $ clear $ echo " $ lecho "+lbeg+"University of Texas at Dallas"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type : vt10x Press: until cursor points to "Command:" Type: LIBRARY Press: keypad $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt IBM.UTDALLAS.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu12: $ clear $ echo " $ lecho "+lbeg+"University of Texas at Galveston"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: 0 (for VT100) Type: 3 (at the enter code prompt) Press (as the function code) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then IBM.GAL.UTEXAS.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu13: $ clear $ echo " $ lecho "+lbeg+"University of Texas-Pan American"+fin $ type sys$input: This catalog also provides access to the catalogs of Audie L. Murphy Memorial Veterans' Adminstration Hospital, University of Texas Health Science Center at San Antonio, and University of Texas Health Science Center at Tyler $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: PACKEY $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt PANAM2.PANAM.EDU $ deassign/user/all $ goto lmenu39 $! $ l39menu14: $ clear $ echo " $ lecho "+lbeg+"University of Texas Southwestern Medical Center"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: medskul (must be in lower case!) password: library Press at the next menu If the main menu looks messed up, press control-O $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.SWMED.UTEXAS.EDU $ deassign/user/all $ goto lmenu39 $! $ lmenu40: $ clear $ echo " $ lecho "+lbeg+"Utah Libraries:"+fin $ echo " $ echo 1. Brigham Young University" $ echo 2. Dixie College" $ echo 3. Southern Utah University" $ echo 4. University of Utah" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 4 .or. answer2 .lt. 1 then goto lmenu40 $ goto l40menu'answer2' $! $ l40menu1: $ clear $ echo " $ lecho "+lbeg+"Brigham Young University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: USERID: BYLINE Press Control-Z to start the catalog $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 lib.byu.edu $ deassign/user/all $ goto lmenu40 $! $ l40menu2: $ clear $ echo " $ lecho "+lbeg+"Dixie College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: pub (must be in lower case!) Select VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lib.dixie.edu $ deassign/user/all $ goto lmenu40 $! $ l40menu3: $ clear $ echo " $ lecho "+lbeg+"Southern Utah University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: public (must be in lower case!) Select option 1 (VT100) as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lib.suu.edu $ deassign/user/all $ goto lmenu40 $! $ l40menu4: $ clear $ echo " $ lecho "+lbeg+"University of Utah Marriott Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press until cursor is positioned by Command: Type D UNIS, followed by . $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 LIB.UTAH.EDU $ deassign/user/all $ goto lmenu40 $! $ lmenu41: $ clear $ echo " $ lecho "+lbeg+"University of Vermont"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Use TAB to move to the COMMAND field Type LUIS When DIALED TO DOSLIBR appears, press $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 uvmvm.uvm.edu $ deassign/user/all $ goto menu1 $! $ lmenu42: $ clear $ echo " $ lecho "+lbeg+"Virginia Libraries:"+fin $ echo " $ echo 1. University of Virginia Law Library" $ echo 2. University of Virginia Library" $ echo 3. Virginia Polytechnic Institute and State University" $ echo 4. Virginia Commonwealth University Library System" $ echo 5. Virginia Military Institute" $ echo 6. Washington and Lee University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 6 .or. answer2 .lt. 1 then goto lmenu42 $ goto l42menu'answer2' $! $ l42menu1: $ clear $ echo " $ lecho "+lbeg+"University of Virginia Law Library"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Hit once or twice to get a network prompt Type CONNECT LAW Enter V (for VT100 access) then Y to confirm your choice To exit press D to disconnect from the catalog $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UBLAN.VIRGINIA.EDU $ deassign/user/all $ goto lmenu42 $! $ l42menu2: $ clear $ echo " $ lecho "+lbeg+"University of Virginia Library"+fin $ type sys$input: VIRGO is a NOTIS system serving the 14 libraries of the University Library system and the library of the Darden Graduate School of Business. The Law and Health Sciences Libraries have separate catalogs which are not accessible in VIRGO. VIRGO contains records for over 90% of circulating materials, including government documents from 1976 on, and for titles on order for the University Library. Records for rare books, manuscripts, microfilms, and as yet unconverted circulating items continue to be added. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Hit once or twice to get a network prompt Type CONNECT VIRGO Select VT100 as your terminal type Press to wake up the catalog system Press again to select the VCAT option from the menu (don't type VCAT!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UBLAN.VIRGINIA.EDU $ deassign/user/all $ goto lmenu42 $! $ l42menu3: $ clear $ echo " $ lecho "+lbeg+"Virginia Polytechnic Institute and State University"+fin $ type sys$input: Virginia Polytechnic Institute and State University runs VTLS. The VTLS system is connected to the outside world through the campus IBM ROLM CBX. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Issue the command CALL VTLS Press again to wake up the system $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt VTCBX.VT.EDU $ deassign/user/all $ goto lmenu42 $! $ l42menu4: $ clear $ echo " $ lecho "+lbeg+"Virginia Commonwealth University Library System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the "VM" screen, type: The VCU computer will respond "Enter one of the following commands" Type: DIAL VTAM. Press . Type: the letter L (for VCU library catalog). Press . Type: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 VCUVM1.UCC.VCU.EDU $ deassign/user/all $ goto lmenu42 $! $ l42menu5: $ clear $ echo " $ lecho "+lbeg+"Virginia Military Institute"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: LIBRARY $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt VAX.VMI.EDU $ deassign/user/all $ goto lmenu42 $! $ l42menu6: $ clear $ echo " $ lecho "+lbeg+"Washington and Lee University"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (this must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt III.LIBRARY.WLU.EDU $ deassign/user/all $ goto lmenu42 $! $ lmenu43: $ clear $ echo " $ lecho "+lbeg+"Washington Libraries:"+fin $ echo " $ echo 1. University of Washington" $ echo 2. Washington State University and Eastern Washington University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu43 $ goto l43menu'answer2' $! $ l43menu1: $ clear $ echo " $ lecho "+lbeg+"University of Washington"+fin $ type sys$input: The University of Washington online catalog contains over 1.3 million titles. Most materials received since 1979 and periodical titles are included. The catalog does not include materials in the Law Library, the Computing Information Center, nor most of the materials in the East Asia Library, Curriculum & Children's Literature, or Government Publications. The catalog is available between the hours of 7 a.m. to midnight every day. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Use the keypad key to wake up the catalog and move to the next screen. If the catalog does not come up, type END to wake it up. You may find yourself in the middle of someone else's session, to clear this, type START OVER . When the catalog refers to the SEND key, use the keypad key instead. Type END $ lecho "+lbeg+fin+"then press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UWCAT.LIB.WASHINGTON.EDU $ deassign/user/all $ goto lmenu43 $! $ l43menu2: $ clear $ echo " $ lecho "+lbeg+"Washington State University and Eastern Washington University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice Type: DIAL VTAM Type: COUGALOG The system uses function keys extensively. For each F key, use the corresponding key on the numeric keypad - e.g. F1 is the 1 key on the keypad etc. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 WSUVM1.CSC.WSU.EDU $ deassign/user/all $ goto lmenu43 $! $ lmenu44: $ clear $ echo " $ lecho "+lbeg+"Washington DC Libraries:"+fin $ echo " $ echo 1. Georgetown University Medical Center" $ echo 2. Washington Research Library Consortium" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto lmenu44 $ goto l44menu'answer2' $! $ l44menu1: $ clear $ echo " $ lecho "+lbeg+"Georgetown University Medical Center"+fin $ type sys$input: DOC (Dahlgren Online Catalog) is the public access catalog of The John Vinton Dahlgren Memorial Library of the Georgetown University Medical Center. It runs on Library Information System (LIS) (TM) software developed at Dahlgren, and lists the books, journals, audiovisuals, and software available in the library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: medlib (must be in lower case!) password: dahlgren (the password will be invisible) Enter Your Last Name: netguest $ lecho "+lbeg+fin+"then press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt gumedlib2.georgetown.edu $ deassign/user/all $ goto lmenu44 $! $ l44menu2: $ clear $ echo " $ lecho "+lbeg+"Washington Research Library Consortium"+fin $ type sys$input: WRLC includes American University, Catholic University of America, University of DC, Gallaudet University, George Mason University, George Washington University, Georgetown University, and Marymount University. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type B at the Application Name prompt Type: ALAD at the Database Selection: prompt $ lecho "+lbeg+fin+"then press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then TN3270 GMUIBM.GMU.EDU $ deassign/user/all $ goto lmenu44 $! $ lmenu45: $ clear $ echo " $ lecho "+lbeg+"Wisconsin Libraries:"+fin $ echo " $ echo 1. Marquette University Libraries" $ echo 2. Lawrence University" $ echo 3. University of Wisconsin (NLS) Milwaukee/Madison" $ echo 4. University of Wisconsin-Green Bay" $ echo 5. University of Wisconsin-River Falls" $ echo 6. University of Wisconsin-Stout" $ echo 7. University of Wisconsin-Superior" $ echo 8. University of Wisconsin-Oshkosh" $ echo 9. University of Wisconsin-Eau Claire" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu1 $ if answer2.gt. 9 .or. answer2 .lt. 1 then goto lmenu45 $ goto l45menu'answer2' $! $ l45menu1: $ clear $ echo " $ lecho "+lbeg+"Marquette University Libraries"+fin $ type sys$input: MARQCAT is the union catalog of Marquette University Libraries - Memorial (social sciences and humanities), Science, and Law. It uses the INNOPAC software from Innovative Interfaces mounted on a DEC VAX 6310. The MARQCAT database currently contains almost 500,000 bibliographic records, representing approximately 97% of the libraries' total holdings. Excluded as of this date are MU theses and dissertations submitted prior to 1981, and microform sets acquired prior to 1981. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press for the login prompt, type "M" and press to see a list of valid terminal types. Specify VT100 as your terminal type, confirm your terminal choice, and begin searching. A "QUIT" option is provided on the menu for logoff, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBUS.CSD.MU.EDU $ deassign/user/all $ goto lmenu45 $! $ l45menu2: $ clear $ echo " $ lecho "+lbeg+"Lawrence University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: LUNET $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LUCIA.LIB.LAWRENCE.EDU $ deassign/user/all $ goto lmenu45 $! $ l45menu3: $ clear $ echo " $ lecho "+lbeg+"University of Wisconsin"+fin $ type sys$input: The Network Library System (NLS) is the online public catalog of the libraries at the University of Wisconsin- Madison and the University of Wisconsin Milwaukee. NLS supports separate online catalogs for each campus. The UW-Madison online catalog contains more than 1.7 million titles cataloged since 1976, located in 25 libraries on the campus and at the Center for Research Libraries in Chicago. This represents roughly 50% of the collections. The UW- Milwaukee catalog contains approximately 900,000 titles and represents 85% of the general collection. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: You are presented a menu from which you select NLS, the library catalog - to the option you want and press . To exit, enter the command exit on any screen to return to the Main Menu. Here you select the option to quit, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 blue.adp.wisc.edu $ deassign/user/all $ goto lmenu45 $! $ l45menu4: $ clear $ lecho "+lbeg+"University of Wisconsin-Green Bay"+fin $ type sys$input $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to begin a session. Type: VT100 (must be in upper case!) when prompted for terminal type. To exit the system, type /exit $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt gbls2k.uwgb.edu $ deassign/user/all $ goto lmenu45 $! $ l45menu5: $ clear $ lecho "+lbeg+"University of Wisconsin-River Falls"+fin $ type sys$input There are two catalogs available, the Online Catalog and the General Sciences Index. A menu will direct you and provide assistance in accessing the catalogs and logging off the system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to begin a session. Type: VT100 (must be in upper case!) when prompted for terminal type. To exit the system, type /exit $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt davee.dl.uwrf.edu $ deassign/user/all $ goto lmenu45 $! $ l45menu6: $ clear $ lecho "+lbeg+"University of Wisconsin-Stout"+fin $ type sys$input $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to begin a session. Type: VT100 (must be in upper case!) when prompted for terminal type. To exit the system, type /exit $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lib.uwstout.edu $ deassign/user/all $ goto lmenu45 $! $ l45menu7: $ clear $ lecho "+lbeg+"University of Wisconsin-Superior"+fin $ type sys$input $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to begin a session. Type: VT100 (must be in upper case!) when prompted for terminal type. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sail.uwsuper.edu $ deassign/user/all $ goto lmenu45 $! $ l45menu8: $ clear $ lecho "+lbeg+"University of Wisconsin-Oshkosh"+fin $ type sys$input $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to begin a session. You will see a series of numbers (for example: 02/032). Press 2 at this point (i.e. hold down and press the "2" key at the top left of the keyboard (not on the keypad!) Type: VT100 (must be in upper case!) when prompted for terminal type. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt polk.cis.uwosh.edu 'port'3000 $ deassign/user/all $ goto lmenu45 $! $ l45menu9: $ clear $ lecho "+lbeg+"University of Wisconsin-Eau Claire"+fin $ type sys$input $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to begin a session. Type: VT100 (must be in upper case!) when prompted for terminal type. To exit the system, type /exit $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lib.uwec.edu $ deassign/user/all $ goto lmenu45 $! $ imenu1: $ clear $ echo " $ lecho "+lbeg+"Australian Libraries:"+fin $ echo " $ echo "+" 1. Australian Defence Force Acad. 2. Australian National Univ." $ echo "+" 3. James Cook University 4. Edith Cowan University" $ echo "+" 5. Curtin University Of Tech. 6. Deakin University Library" $ echo "+" 7. Griffith University 8. La Trobe University" $ echo "+" 9. Macquarie University 10. Monash University" $ echo 11. Murdoch University 12. Northern Territory Univ." $ echo 13. R.M.I.T. (V.U.T) - MATLAS 14. Charles Sturt University" $ echo 15. Univ. of Adelaide 16. University of Canberra" $ echo 17. Univ. of Melbourne 18. University of Newcastle" $ echo 19. Univ. of New England 20. Univ. of New South Wales" $ echo 21. Univ. of Queensland 22. University of South Australia" $ echo 23. Univ. of Sydney 24. University of Technology" $ echo 25. Univ. of Western Australia 26. Univ. of Wollongong" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 26.or. answer2 .lt. 1 then goto imenu1 $ goto i1menu'answer2' $! $ i1menu1: $ clear $ echo " $ lecho "+lbeg+"Australian Defence Force Academy"+fin $ type sys$input: The Defence Academy Library enquiry system provides access to the libraries catalog. The library has approximately 300,000 volumes with collection strengths in military history and Australiana. In addition to the ADFA CATALOGUE access can be obtained to our two in-house databases, AUSTLIT (Australian Literature) and MIHILIST (Australasian Military History) $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system When prompted for a destination, enter LIBRARY. When asked to login, type E. Note that all entries into the system must be in UPPER CASE To exit: Pick the X option from the main menu, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.ADFA.OZ.AU $ deassign/user/all $ goto imenu1 $! $ i1menu2: $ clear $ echo " $ lecho "+lbeg+"Australian National University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.ANU.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu3: $ clear $ echo " $ lecho "+lbeg+"James Cook University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: opac (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt JCULIB.JCU.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu4: $ clear $ echo " $ lecho "+lbeg+"Edith Cowan University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: COWANLIB When asked if you are on a VT100 terminal, type YES At the Welcome screen, press $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.UWA.OZ.AU $ deassign/user/all $ goto imenu1 $! $ i1menu5: $ clear $ echo " $ lecho "+lbeg+"Curtin University Of Technology T.L. Robertson Library"+fin $ type sys$input: The Library provides online access to the KWOCA (Keyword Online Catalogue Access) system of the library. Access is also available to the SCOR (Software and Courseware Online Review) database. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login as GUEST $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt cc.curtin.edu.au $ deassign/user/all $ goto imenu1 $! $ i1menu6: $ clear $ echo " $ lecho "+lbeg+"Deakin University Library"+fin $ type sys$input: The Library's online system contains records for all items held in the Library, as well as items which are on-order. In addition, the on-line system contains similar information on the holdings at the Gordon Technical College (GTC) Library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: alice (Must be in lower case) If you see "TERM = (unknown)", type VT100 Type "Q" to start To leave ALICE: Press: Type: ~. (i.e. tilde, dot) Press: $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.DEAKIN.OZ.AU $ deassign/user/all $ goto imenu1 $! $ i1menu7: $ clear $ echo " $ lecho "+lbeg+"Griffith University"+fin $ type sys$input: The online public access catalogue (OPAC) of the Griffith University Library provides access to over 250,000 bibliographic records for the majority of monogrraphs and serials at the Nathan campus of the Univeristy. The catalogue also provides approximately 70,000 bibliographic records for all monographs and serials held at the Mount Gravatt campus of the University and the Gold Coast University of Griffith University. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.gu.edu.au $ deassign/user/all $ goto imenu1 $! $ i1menu8: $ clear $ echo " $ lecho "+lbeg+"La Trobe University Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: opac (this must be in lower case!) At next prompt, press the \ key (backslash) then $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.LATROBE.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu9: $ clear $ echo " $ lecho "+lbeg+"Macquarie University Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Be patient at the "Landing on MARS" screen. The program is very slow at that point. Once you have "landed" things go quite fast. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 137.111.161.100 $ deassign/user/all $ goto imenu1 $! $ i1menu10: $ clear $ echo " $ lecho "+lbeg+"Monash University"+fin $ type sys$input: The library provides an on-line catalogue of over 780,000 of the books, serials and audio-visual materials held by the Clayton and Caufield/Frankston branches of the Monash Library. It also contains a list of nearly all the photocopies of articals and chapters from books that are in the Reserve Rooms in the branch libraries. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.MONASH.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu11: $ clear $ echo " $ lecho "+lbeg+"Murdoch University"+fin $ type sys$input: Murdoch University Library holdings prior to 1988 are not held on the Australian Bibliographic Network (ABN). There are no records for the Chinese language material on ABN. The collection has strengths in the areas of Women's Studies, Science Fiction and Australian popular culture from the 1960's on. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to display the Search Menu. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.MURDOCH.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu12: $ clear $ echo " $ lecho "+lbeg+"Northern Territory University"+fin $ type sys$input: This catalogue gives access to collections on the Casuarina and Myilly Point campuses, consisting of some 140,000 titles, plus an embryonic collection at Alice Springs. The special collection contains materials from the Northern Australian region. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: libnet (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lib2.ntu.edu.au $ deassign/user/all $ goto imenu1 $! $ i1menu13: $ clear $ echo " $ lecho "+lbeg+"R.M.I.T. (V.U.T) Library - MATLAS Library Catalogue."+fin $ type sys$input: The online public access catalogue at R.M.I.T. provides access to the Collective collections at R.M.I.T., the Victorian College of the Arts and the Victorian College of Pharmacy with access to over 250,000 bibliographic records. The majority of these are housed at the Central Library at R.M.I.T., therefore the default Library search mode for the Catalogue is the R.M.I.T. Central Library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Which System? prompt type: MATLAS Press again when you see the message "Connecting..." $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt vicnet.xx.rmit.OZ.AU $ deassign/user/all $ goto imenu1 $! $ i1menu14: $ clear $ echo " $ lecho "+lbeg+"Charles Sturt University"+fin $ type sys$input: This service covers two campuses: Bathurst and Wagga. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Type: CSUMITRIVREG (for Bathurst) Type: CSU-W L122 (for Wagga) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt OPAC.CLANN.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu15: $ clear $ echo " $ lecho "+lbeg+"University of Adelaide, Barr Smith Library"+fin $ type sys$input: Catalogue of the University of Adelaide Libraries (includes the Law Library and Waite Agricultural Research Institute). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the 'login:' prompt, type: bslnet (Must be in lower case) It is essential that you type this in lower case. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.adelaide.edu.au $ deassign/user/all $ goto imenu1 $! $ i1menu16: $ clear $ echo " $ lecho "+lbeg+"University of Canberra"+fin $ type sys$input: A catalogue of books, journals, non-book materials and tapes/notes held by the University of Canberra Library. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: uclid (must be in lower case!) Press at the first UCLID screen to reach main OPAC menu $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.canberra.edu.au $ deassign/user/all $ goto imenu1 $! $ i1menu17: $ clear $ echo " $ lecho "+lbeg+"University of Melbourne Baillieu Library"+fin $ type sys$input: Catalogue serves the Baillieu and associated branch libraries, the Education Resource Centre, and the Institute of Education (Kew Campus). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.unimelb.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu18: $ clear $ echo " $ lecho "+lbeg+"University of Newcastle"+fin $ type sys$input: The university of Newcastle Online Catalogue (Alleycat) provides access to four databases, namely: Auchmuty, Huxley, Central Coast and Gardiner. The first thress databases represent the campus libraries: gardnier Library Service is the hospital library service associated with the University. The catalogues are available seven days a week. Currently the system is heavily used and it will be appreciated if external users access the catalogue during the off-peak period; i.e. before 10:00 or after 15:00 (Australian Eeastern Standard Time) on weekdays. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: alleycat $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.NEWCASTLE.EDU.AU $ deassign/user/all $ goto imenu1 $! $ i1menu19: $ clear $ echo " $ lecho "+lbeg+"University of New England Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Type: pac Press again $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt opac.une.oz.au $ deassign/user/all $ goto imenu1 $! $ i1menu20: $ clear $ echo " $ lecho "+lbeg+"University of New South Wales"+fin $ type sys$input: The University of New South Wales Online public catalogue contains over 800,000 volumes and around 550,000 titles from all of the University's associated libraries. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: LOGIN LIBCAT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt libprime.libsys.unsw.OZ.AU $ deassign/user/all $ goto imenu1 $! $ i1menu21: $ clear $ echo " $ lecho "+lbeg+"University of Queensland Libraries"+fin $ type sys$input: The Online Catalogue is the online public access catalogue of all University of Queensland libraries. Approximately 800,000 titles covering all books, periodicals, maps, films, videos, audio-cassettes and music scores are included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: BE To leave the system type END or BYE, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt libsys.campus.uq.oz.au $ deassign/user/all $ goto imenu1 $! $ i1menu22: $ clear $ echo " $ lecho "+lbeg+"University of South Australia"+fin $ type sys$input: The Library uses the URICA system, running on a General Automation Pick system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Username prompt, enter: OPAC $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lv.levels.unisa.edu.au $ deassign/user/all $ goto imenu1 $! $ i1menu23: $ clear $ echo " $ lecho "+lbeg+"University of Sydney"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the OK prompt, type: LOGIN,LIBRARY2 At the Password prompt, just press $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.su.OZ.AU $ deassign/user/all $ goto imenu1 $! $ i1menu24: $ clear $ echo " $ lecho "+lbeg+"University of Technology, Sydney"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: UTS (use uppercase), then leave 3 spaces (do not press !) Then type: L119 (use uppercase) Type CMD for help with searching Type CAT to begin a new search $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt opac.clann.edu.au $ deassign/user/all $ goto imenu1 $! $ i1menu25: $ clear $ echo " $ lecho "+lbeg+"University of Western Australia, Reid Library"+fin $ type sys$input: The UWA Library holds over 1 million volumes, in 11 library locations, including Reid Library (Humanities and Social Sciences), Medical Library, Law Library, FIZ Library (Mathematics and Physical Sciences), Biological Sciences Library (two locations), Music Library, Geology Library, Zoology Library, Dental Library and some other branches. The UWA online catalogue contains approximately 650,000 bibliographic records, and includes the holdings of Edith Cowan University (formerly WACAE). Full holding details of UWA items are shown, with summary holdings of ECU titles. Further retrospective conversion is underway. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: LIBRARY Are you on a VT100 compatible terminal? Y $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.uwa.oz.au $ deassign/user/all $ goto imenu1 $! $ i1menu26: $ clear $ echo " $ lecho "+lbeg+"University of Wollongong"+fin $ type sys$input: The Wollongong Library runs PALS. The holdings include approximately 500,000 bibliographic records. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: PALS $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.uow.edu.au $ deassign/user/all $ goto imenu1 $! $ imenu2: $ clear $ echo " $ lecho "+lbeg+"Canadian Libraries:"+fin $ echo " $ echo "+" 1. Athabasca University 2. Brandon University" $ echo "+" 3. Queen`s University Libraries 4. Lakehead University" $ echo "+" 5. McGill University 6. McMaster University" $ echo "+" 7. Mount Allison University 8. Novanet" $ echo "+" 9. Trent University 10. University of Calgary" $ echo 11. University of New Brunswick 12. University of PE Island" $ echo 13. University of Saskatchewan 14. University of Toronto" $ echo 15. University of Waterloo 16. University of W. Ontario" $ echo 17. York University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 17.or. answer2 .lt. 1 then goto imenu2 $ goto i2menu'answer2' $! $ i2menu1: $ clear $ echo " $ lecho "+lbeg+"Athabasca University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the login prompt: type aucat Type quit to exit, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt auctus.admin.athabascau.ca $ deassign/user/all $ goto imenu2 $! $ i2menu2: $ clear $ echo " $ lecho "+lbeg+"Brandon University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Username: prompt, type LIBCAT Enter Q(uit) or E(xit) or E(nd) $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.BRANDONU.CA $ deassign/user/all $ goto imenu2 $! $ i2menu3: $ clear $ echo " $ lecho "+lbeg+"Queen`s University Libraries"+fin $ type sys$input: Catalogue contains 1,128,000 titles, 1,700,000 items. We are a NOTIS site. We have Law, Health Sciences, Documents, and Education libraries included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 QUCDNADM.QUEENSU.CA $ deassign/user/all $ goto imenu2 $! $ i2menu4: $ clear $ echo " $ lecho "+lbeg+"Lakehead University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: FACULTY $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt THINK2.LAKEHEADU.CA $ deassign/user/all $ goto imenu2 $! $ i2menu5: $ clear $ echo " $ lecho "+lbeg+"McGill University - MUSE"+fin $ type sys$input: MUSE is the McGill University (Montreal, Quebec) online library catalog. It provides relatively complete access to library holdings of books and serials as well as the microfiche set from the Canadian Instute for Historical Micro-reproductions. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Select menu item number 2 Press again to get past the CICS logo Type OFF $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 MVS.MCGILL.CA $ deassign/user/all $ goto imenu2 $! $ i2menu6: $ clear $ echo " $ lecho "+lbeg+"McMaster University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: TAB to the COMMAND prompt Type: DIAL VTAM. At the ENTER YOUR LOGONID prompt, type: super At the ENTER PASSWORD prompt, type: session At the SNA SYSTEMS INTERCONNECT screen, type: s At the SERVICE SELECTION screen, press the 9 key on the keypad At the SUPERSESSION APPLICATION SELECTION screen, press the 3 key on the keypad $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 MCMVM1.CIS.MCMASTER.CA $ deassign/user/all $ goto imenu2 $! $ i2menu7: $ clear $ echo " $ lecho "+lbeg+"Mount Allison University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: CATALOG $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 138.73.1.1 $ deassign/user/all $ goto imenu2 $! $ i2menu8: $ clear $ echo " $ lecho "+lbeg+"Novanet"+fin $ type sys$input: Novanet includes many libraries in Nova Scotia including Dalhousie, Mount Saint Vincent University, Nova Scotia College of Art, Technical University of Nova Scotia, University of Cape Breton, and University of Kings College. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt NOVANET.DAL.CA $ deassign/user/all $ goto imenu2 $! $ i2menu9: $ clear $ echo " $ lecho "+lbeg+"Trent University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: TOPCAT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt TRENTU.CA $ deassign/user/all $ goto imenu2 $! $ i2menu10: $ clear $ echo " $ lecho "+lbeg+"University of Calgary"+fin $ type sys$input: The system is DOBIS/NOMADS running on an IBM 3081 $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At Request: prompt, type: library At SELECT BRAND: prompt, type: 0C (for a VT100) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 136.159.1.70 $ deassign/user/all $ goto imenu2 $! $ i2menu11: $ clear $ echo " $ lecho "+lbeg+"University of New Brunswick"+fin $ type sys$input: The Harriet Irving Library and the branches at Engineering, Education and Science and Forestry have a number of strengths which may be of interest to Internet users. We have a particularly strong collection in Canadian Maritime Provincial history, including Loyalist history. Access is restricted to three simultaneous users from the Internet. You will be logged out automatically after five minutes of inactivity or if your session exceeds thirty minutes. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: A screen will appear with a menu of choices. To search PHOENIX choose option 8. PHOENIX searches can be done using either the Menu or Command modes. Initially, the user is placed in the Command Mode but can switch to Menu by typing Menu. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 131.202.1.2 $ deassign/user/all $ goto imenu2 $! $ i2menu12: $ clear $ echo " $ lecho "+lbeg+"University of Prince Edward Island"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: bobcat $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIB.CS.UPEI.CA $ deassign/user/all $ goto imenu2 $! $ i2menu13: $ clear $ echo " $ lecho "+lbeg+"University of Saskatchewan"+fin $ type sys$input: The Libraries offer two online catalogue systems to users: Geac and InfoAccess. The Geac OPAC contains records for the main collection. The InfoAccess system offers access to several bibliographic databases, including: 1. Government publications of international organizations and Canada 2. Special Collections pamphlets 3. ERIC (RIE and CIJE), 1983 to present 4. Early Canadiana $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: To access the Geac OPAC: At the REQUEST prompt, type To access the Infoaccess databases: At the REQUEST prompt, type SKLIB At the USERNAME prompt, type SONIA $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 128.233.20.1 $ deassign/user/all $ goto imenu2 $! $ i2menu14: $ clear $ echo " $ lecho "+lbeg+"University of Toronto"+fin $ type sys$input: "FELIX" is the online catalogue facility for the combined libraries of the University of Toronto. Their holdings comprise more than 6 million volumes. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Reply with FELIX (upper-case is mandatory) at the SERVICE? prompt You will be given a choice of libraries; most are self-explanatory. "Robarts" is the main research facility (the goal for most inquiries); Continue to use caps. Online help is provided. There is an important undocumented command. If you are given the message: "There are no copies presently labeled" issue the command: B to obtain bibliographic information on that volume. Q takes you back to the FELIX welcome screen. From this screen type BYE to logoff, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 128.100.100.31 $ deassign/user/all $ goto imenu2 $! $ i2menu15: $ clear $ echo " $ lecho "+lbeg+"University of Waterloo"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: After "Attached to port" appears, press At the # prompt, type: CALL 2100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt SYTEK.UWATERLOO.CA $ deassign/user/all $ goto imenu2 $! $ i2menu16: $ clear $ echo " $ lecho "+lbeg+"University of Western Ontario"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Enter LIBRARY at the SERVICE prompt $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 129.100.2.14 $ deassign/user/all $ goto imenu2 $! $ i2menu17: $ clear $ echo " $ lecho "+lbeg+"York University"+fin $ type sys$input: Yorkline can be used to find BIBLIOGRAPHIC information, LOCATIONS, CALL NUMBERS, and CIRCULATION status for materials held by the five York University Libraries. The five Libraries include Scott, Steacie Science, Law, Government Documents/ Administrative Studies, and Frost (Glendon Campus). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Specify VT100 as your terminal type At the York Banner, type YORKLINE At the main menu type X to exit, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 130.63.1.10 $ deassign/user/all $ goto imenu2 $! $ imenu3: $ clear $ echo " $ lecho "+lbeg+"Finnish Libraries:"+fin $ echo " $ echo 1. Finnish National Biography" $ echo 2. Jyvaskyla University" $ echo 3. Joensuu University" $ echo 4. Kuopio Reserve Library" $ echo 5. Lapin University" $ echo 6. Oulu University" $ echo 7. Swedish Business University" $ echo 8. Tampere University" $ echo 9. Vaasan University" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 9 .or. answer2 .lt. 1 then goto imenu3 $ goto i3menu'answer2' $! $ i3menu1: $ clear $ echo " $ lecho "+lbeg+"Finnish National Biography"+fin $ type sys$input: FENNICA is the Finnish National Bibliography Database, and uses the VTLS software. At this time, over 200,000 monographs since 1967 and about 20,000 serials are included. Older data are being converted. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the login prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 4 (VT 100) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 or to Swedish by entering /LANG 2. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt hyk.helsinki.fi $ deassign/user/all $ goto imenu3 $! $ i3menu2: $ clear $ echo " $ lecho "+lbeg+"Joensuu University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the first prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt JOYK.JOENSUU.FI $ deassign/user/all $ goto imenu3 $! $ i3menu3: $ clear $ echo " $ lecho "+lbeg+"Jyvaskyla University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the first prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt JYK.JYU.FI $ deassign/user/all $ goto imenu3 $! $ i3menu4: $ clear $ echo " $ lecho "+lbeg+"Kuopio Reserve Library"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the first prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt VARASTO.UKU.FI $ deassign/user/all $ goto imenu3 $! $ i3menu5: $ clear $ echo " $ lecho "+lbeg+"Lapin University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the first prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 128.214.30.51 $ deassign/user/all $ goto imenu3 $! $ i3menu6: $ clear $ echo " $ lecho "+lbeg+"Oulu University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the first prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt KIRJASTO.OULU.FI $ deassign/user/all $ goto imenu3 $! $ i3menu7: $ clear $ echo " $ lecho "+lbeg+"Swedish Business University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the first prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 128.214.44.16 $ deassign/user/all $ goto imenu3 $! $ i3menu8: $ clear $ echo " $ lecho "+lbeg+"Tampere University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the LAKKA> prompt, enter C HILLA At the next prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LAKKA.UTA.FI $ deassign/user/all $ goto imenu3 $! $ i3menu9: $ clear $ echo " $ lecho "+lbeg+"Vaasan University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the first prompt, enter HELLO YOURNAME,USER.CLAS01 At the terminal type menu screen, enter 10 (Other ASCII) At the location code prompt (Anna kokoelma) enter 100 At the prompt "Anna uusi..." change the language of help screens and VTLS messages to English by entering /LANG 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt KUSTAA.UWASA.FI $ deassign/user/all $ goto imenu3 $! $ imenu4: $ clear $ echo " $ lecho "+lbeg+"German Libraries:"+fin $ echo " $ echo 1. Universitaetsbibliothek Erlangen-Nuernberg" $ echo 2. Universitaet Heidelberg" $ echo 3. Universitaet Konstanz" $ echo 4. Universitaet des Saarlandes" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 4 .or. answer2 .lt. 1 then goto imenu4 $ goto i4menu'answer2' $! $ i4menu1: $ clear $ echo " $ lecho "+lbeg+"Universitaetsbibliothek Erlangen-Nuernberg"+fin $ type sys$input: This catalog operates in German only - i.e. no English commands are available. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the login prompt, enter gi $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt FAUI43.INFORMATIK.UNI-ERLANGEN.DE $ deassign/user/all $ goto imenu4 $! $ i4menu2: $ clear $ echo " $ lecho "+lbeg+"Universitaet Heidelberg"+fin $ type sys$input: This catalog operates in German only - i.e. no English commands are available. Only the info catalog is available to external users, the heidi services are only available on the campus. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: On the VM/SP screen, hit TAB twice. Type D VTAM on the command line On the Bitte waehlen Sie screen, type cicsub $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 VM.URZ.UNI-HEIDELBERG.DE $ deassign/user/all $ goto imenu4 $! $ i4menu3: $ clear $ echo " $ lecho "+lbeg+"University of Konstanz"+fin $ type sys$input: POLYDOS.UNI-KONSTANZ.DE is the machine of Univ. Konstanz' library, running KOALA, a proprietary online cataloging/database software. KOALA may be used to scan the library's inventory of about 1.4 million volumes (no journals yet) for a given volume, using (combinations of) about a dozen different search criteria, such as ISBN, ISSN, authors' names, title etc. The user interface is TTY-like and KEPT ENTIRELY IN GERMAN. It features an online help system, and a rudimentary message handling facility to contact the database managers. Note: KOALA can only be reached during library opening hours (8:00 to 21:30 Central European Time time on Mon to Fri, 9:00 to 19:00 CET on Sat) $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt POLYDOS.UNI-KONSTANZ.DE 'port'775 $ deassign/user/all $ goto imenu4 $! $ i4menu4: $ clear $ echo " $ lecho "+lbeg+"Universitaet des Saarlandes"+fin $ type sys$input: This catalog operates in German only - i.e. no English commands are available. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the / prompt, type .a logon ub,ub $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt UNISB.RZ.UNI-SB.DE $ deassign/user/all $ goto imenu4 $! $ imenu5: $ clear $ echo " $ lecho "+lbeg+"Hong Kong University of Science & Technology"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: library (This must be in lower case!) Type D from the main menu, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt USTLIB.UST.HK $ deassign/user/all $ goto menu2 $! $ imenu6: $ clear $ echo " $ lecho "+lbeg+"University College Dublin"+fin $ type sys$input: The library service is ONLY available between the hours of 6:00 and 23:30 GMT $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the which service prompt, enter LIBRARY Press again to wake up the system. Type E $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt PACX.UCD.IE $ deassign/user/all $ goto menu2 $! $ imenu7: $ clear $ echo " $ lecho "+lbeg+"Israeli InterUniversity Computerized Catalog System (ALEPH)"+fin $ type sys$input: ALEPH is a fully distributed catalog system. Internet access from this program is initially routed throguh Bar-Ilan University - to use any of the other sites, select the required catalog within ALEPH. ALEPH includes all seven universities in Israel: Bar-Ilan University, Ben-Gurion University, Haifa University, Hebrew University Technion, Tel Aviv University, and Weizmann Institute of Science $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: The userid to use is ALEPH. Select terminal type 2. VT100 (Latin only - i.e. no Hebrew fonts) (You can also search in Hebrew and other soft fonts if you have VT320 or VT420 terminal emulation. Use terminal type 17, 18, or 19) Type STOP $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ALEPH.BIU.AC.IL $ deassign/user/all $ goto menu2 $! $ imenu8: $ clear $ echo " $ lecho "+lbeg+"Mexico Libraries:"+fin $ echo " $ echo 1. Instituto Tecnologico Y Estudios Superiores De Monterrey" $ echo 2. Universidad de las Americas, Puebla" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto imenu8 $ goto i8menu'answer2' $! $ i8menu1: $ clear $ echo " $ lecho "+lbeg+"Instituto Tecnologico Y Estudios Superiores De Monterrey"+fin $ type sys$input: The ITESM System is formed by 26 campuses in 22 different cities all over Mexico. The information included in the online catalog is just from the Monterrey Campus but by the end of this year it should include the information from the whole system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the login prompt type "mtycat" with no password, in lower case. The system is case sensitive! The presentation screen describes the system in Spanish (the version in English will available be very soon). At this screen type "r" (remote connection). $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt MTECV2.MTY.ITESM.MX $ deassign/user/all $ goto imenu8 $! $ i8menu2: $ clear $ echo " $ lecho "+lbeg+"Universidad de las Americas, Puebla"+fin $ type sys$input: All titles acquired after October, 1988 form part of the online catalog. Actually 65,000 records are online, this represents 37% of the library collections. The online catalog also includes the collection of Mexican Government Publications. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: System prompts username: type: LIBRARY (no password required). $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt bibes.pue.udlap.mx $ deassign/user/all $ goto imenu8 $! $ imenu9: $ clear $ echo " $ lecho "+lbeg+"New Zealand Libraries:"+fin $ echo " $ echo 1. University of Canterbury" $ echo 2. Victoria University of Wellington" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto imenu9 $ goto i9menu'answer2' $! $ i9menu1: $ clear $ echo " $ lecho "+lbeg+"University of Canterbury"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: OPAC When the CONNECTED message appears, press again $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CANTVA.CANTERBURY.AC.NZ $ deassign/user/all $ goto imenu9 $! $ i9menu2: $ clear $ echo " $ lecho "+lbeg+"Victoria University of Wellington"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system. ENTER SERVICE: LIB Press RETURN to log on GO: LOGON PLEASE: PUB Terminal type: VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LIBRARY.VUW.AC.NZ $ deassign/user/all $ goto imenu9 $! $ imenu10: $ clear $ echo " $ lecho "+lbeg+"Spanish Libraries:"+fin $ echo " $ echo 1. Centro Informatico Cientifico de Andalucia" $ echo 2. Consejo Superior de Investigaciones Cientificas" $ echo 3. Universidad Autonoma de Barcelona" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto imenu10 $ goto i10menu'answer2' $! $ i10menu1: $ clear $ echo " $ lecho "+lbeg+"Centro Informatico Cientifico de Andalucia"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: ALEPH Terminal: 2 (VT100). For English language prompts, type: ?/ENG Type ADIOS , $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt SEVAX2.CICA.ES $ deassign/user/all $ goto imenu10 $! $ i10menu2: $ clear $ echo " $ lecho "+lbeg+"Consejo Superior de Investigaciones Cientificas"+fin $ type sys$input: This system offers two catalogs: MAD.LIB for books and MAD.REV for serials $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: ALEPH Terminal: 2 (VT100). For English language prompts, type: ?/ENG Type STOP, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CTI.CSIC.ES $ deassign/user/all $ goto imenu10 $! $ i10menu3: $ clear $ echo " $ lecho "+lbeg+"Universidad Autonoma de Barcelona"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system At the Entreu HELLO UAB.BIB prompt, type: HELLO UAB.BIB Keep pressing until you are prompted for a terminal type Select 10 (other ASCII) as the terminal type For English language commands, type: /LANG 1 Type /quit, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt BABEL.UAB.ES $ deassign/user/all $ goto imenu10 $! $ imenu11: $ clear $ echo " $ lecho "+lbeg+"Swedish Libraries:"+fin $ echo " $ echo 1. Karolinska Institute" $ echo 2. Lund University" $ echo 3. Technische Hochschule" $ echo 4. University of Umea" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 4 .or. answer2 .lt. 1 then goto imenu11 $ goto i11menu'answer2' $! $ i11menu1: $ clear $ echo " $ lecho "+lbeg+"Karolinska Institute"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: library $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt KIBIB.KIB.KI.SE $ deassign/user/all $ goto imenu11 $! $ i11menu2: $ clear $ echo " $ lecho "+lbeg+"Lund University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Select terminal type 10 Enter 100 as the location code For English language prompts, type: /LANG 1 Type /QUIT, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt LOLITA.LU.SE $ deassign/user/all $ goto imenu11 $! $ i11menu3: $ clear $ echo " $ lecho "+lbeg+"Technische Hochschule"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the Username prompt, enter TEKLINE $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt KTHBIB.LIB.KTH.SE $ deassign/user/all $ goto imenu11 $! $ i11menu4: $ clear $ echo " $ lecho "+lbeg+"University of Umea"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press Type: DIAL VTAM Type: BIBLIO Use option 4 on the menu to change the dialog language Use option 1. English Use option 5 from the menu, then type UNDIAL when prompted, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 LIBUM.UMU.SE $ deassign/user/all $ goto imenu11 $! $ imenu12: $ clear $ echo " $ lecho "+lbeg+"Swiss Libraries:"+fin $ echo " $ echo 1. Eidgenoessische Technische Hochschule Zuerich" $ echo 2. University-Zuerich" $ echo 3. Zentralbibliothek Zurich" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto imenu12 $ goto i12menu'answer2' $! $ i12menu1: $ clear $ echo " $ lecho "+lbeg+"Eidgenoessische Technische Hochschule Zuerich"+fin $ type sys$input: The Online system of the ETH Library is called ETHICS (ETH Library Information Control System). It contains the holdings of the ETH Library from 1976 on (about 700'000 catalog entries) and those of some smaller libraries from 1988 on. This catalog is available in either French or German, as a user-selectable option. No English-language interaction is possible! $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system Enter terminal type: VT100 Press return at the prompt "FUER DEN EINSTIEG INS ETHICS RETURN-TASTE DRUECKEN!" Select the language you wish to use, as instructed. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ETHICS.ETHZ.CH $ deassign/user/all $ goto imenu12 $! $ i12menu2: $ clear $ echo " $ lecho "+lbeg+"University-Zuerich"+fin $ type sys$input: This catalogue is available in either German (default on startup) or English (follow instructions given below.) $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: COMMAND ==> dobis At the DOBIS banner, press To change language to English, press 4 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 130.60.64.3 $ deassign/user/all $ goto imenu12 $! $ i12menu3: $ clear $ echo " $ lecho "+lbeg+"Zentralbibliothek Zurich"+fin $ type sys$input: This catalogue is available in either German (default on startup) or English. At times, connecting to the catalog is difficult or impossible. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system At the # prompt, type: CALL E100 Press again If you do not get the choose language screen, type END. Otherwise, choose 1 for English. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt NUZ.UNIZH.CH $ deassign/user/all $ goto imenu12 $! $ imenu13: $ clear $ lecho "+lbeg+"United Kingdom Library Catalogs:"+fin $ lecho "+" 1. Aberdeen 22. Hull 41. Oxford" $ lecho "+" 2. Aberystwyth 23. Kent 42. Poly of Central London" $ lecho "+" 3. Aston 24. Lancaster 43. Polytechnic South West" $ lecho "+" 4. Bangor 25. Leeds 44. Reading" $ lecho "+" 5. Bath 26. Leicester Poly 45. Royal Greenwich" $ lecho "+" 6. Observatory Belfast 27. Leicester U. 46. Rutherford Appleton Lab" $ lecho "+" 7. Birmingham 28. Liverpool 47. St Andrews" $ lecho "+" 8. Bristol "+beg+"Numbers 29-34 are"+fin+" 48. Salford" $ lecho "+" 9. Brunel "+beg+"London University:"+fin+" 49. Sheffield" $ lecho "+"10. Cambridge 29. BLPES 50. South Bank Polytechnic" $ lecho "+"11. City of London Poly 30. Imperial 51. Southampton" $ lecho "+"12. City University 31. Kings 52. Stirling" $ lecho "+"13. Cranfield 32. QMW 53. Strathclyde" $ lecho "+"14. Dundee University 33. UCL 54. Surrey" $ lecho "+"15. Dundee Coll Tech 34. London 55. Sussex" $ lecho "+"16. Durham 35. Loughborough 56. Swansea" $ lecho "+"17. East Anglia 36. Manchester 57. Thames Polytechnic" $ lecho "+"18. Edinburgh 37. Newcastle 58. UMIST" $ lecho "+"19. Essex 38. NISSPAC 59. UWCC" $ lecho "+"20. Glasgow 39. Nottingham 60. Warwick" $ lecho "+"21. Heriot-Watt 40. Open University 61. York" $ echo " $ read/end=byebye/prompt="Enter number or alone to see previous menu: " sys$command answer2 $ if answer2.eqs."" then goto menu2 $ if answer2.gt. 61 .or. answer2 .lt. 1 then goto imenu13 $ goto i13menu'answer2' $! $ i13menu1: $ clear $ echo " $ lecho "+lbeg+"ABERDEEN UNIVERSITY"+fin $ type sys$input: Stock-monographs: 600,000 titles OPAC coverage: 100% of main stock; 60-75% of special collections. Periodicals: all main library periodicals and all current and c.50% of non-current branch library periodicals included (total c.16,000 titles) $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.ABDN.LIB Login is normally automatic. If a "Logon please" prompt is issued, type "LIBRARY". If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu2: $ clear $ echo " $ lecho "+lbeg+"ABERYSTWYTH UNIVERSITY"+fin $ type sys$input: OPAC coverage: c.60%, plus the post-1981 holdings of the former College of Librarianship. OPAC includes most post 1950 general holdings. Periodicals included. Total collection c.450,000 $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.ABER.LIB If asked for a terminal type, select VT100 Type EXIT $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu3: $ clear $ echo " $ lecho "+lbeg+"ASTON UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.ASTON.GEAC Use END $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu4: $ clear $ echo " $ lecho "+lbeg+"BANGOR UNIVERSITY"+fin $ type sys$input: OPAC coverage: 60% approx. All new accessions since 1985 are included. Retrospective conversion has concentrated on science. All periodical titles are included, but item data is not complete. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.BANGOR.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu5: $ clear $ echo " $ lecho "+lbeg+"BATH UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.BATH.LIB Login with password OPAC. If asked for a terminal type, select VT100 To logoff, return to front menu and type OFF, then clear connection $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu6: $ clear $ echo " $ lecho "+lbeg+"QUEENS UNIVERSITY BELFAST"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.QUB.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu7: $ clear $ echo " $ lecho "+lbeg+"BIRMINGHAM UNIVERSITY"+fin $ type sys$input: Stock-monographs: 825,000. OPAC coverage: 75% (51% of monograph material). Low-use monographs acquired before 1972 are not yet included. Holdings of the Education Faculty Library are 1987- only. Periodicals included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.BHAM.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu8: $ clear $ echo " $ lecho "+lbeg+"BRISTOL UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.BRIS.LIB Logon/logoff: Login information given on introductory message. EXIT at menu to logout. If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu9: $ clear $ echo " $ lecho "+lbeg+"BRUNEL UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.BRUNEL.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu10: $ clear $ echo " $ lecho "+lbeg+"CAMBRIDGE UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.CAM.UL If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu11: $ clear $ echo " $ lecho "+lbeg+"CITY OF LONDON POLYTECHNIC"+fin $ type sys$input: OPAC coverage: 100%. Periodicals: all titles (c.2,000) except former London College of Furniture.. Fawcett Library: all main bookstock; not all special collections; not periodicals. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.CLP Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu12: $ clear $ echo " $ lecho "+lbeg+"CITY UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.CITY.LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu13: $ clear $ echo " $ lecho "+lbeg+"CRANFIELD INSTITUTE OF TECHNOLOGY"+fin $ type sys$input: Stock-monographs: 125,000. OPAC coverage: 90%. Some 15,000 short report series not yet on system; these are being added gradually. Periodicals included, with holdings statements. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.CRAN.LIB Logon/logoff: Type EXIT to logoff If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu14: $ clear $ echo " $ lecho "+lbeg+"DUNDEE UNIVERSITY"+fin $ type sys$input: Stock-monographs: 240,000 (including periodical volumes). OPAC coverage: Includes all material acquired since 1977, and all stock borrowed in the last 15 years. Periodicals included $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.DUND.LIBB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu15: $ clear $ echo " $ lecho "+lbeg+"DUNDEE COLLEGE OF TECHNOLOGY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.DCT.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu16: $ clear $ echo " $ lecho "+lbeg+"DURHAM UNIVERSITY"+fin $ type sys$input: Stock-monographs: 500,000. OPAC coverage: 90%. Principal exclusions: less-used Oriental material; special collections; official publications. Periodicals: current titles included; backsets are being added. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.DUR.LIBRARY Logon/logoff: Type when connected If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu17: $ clear $ echo " $ lecho "+lbeg+"EAST ANGLIA"+fin $ type sys$input: OPAC includes all acquisitions since 1980, plus the full stock of Accountancy, Children's literature, Classics, Computer science, Economics, Education, English and American history, General and comparative literature, Law, Linguistics, Non-western and early arts, Politics, Psychology, Social sciences and studies, Statistics, Theatre film and TV studies. Periodicals included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.UEA.INFO Username: INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu18: $ clear $ echo " $ lecho "+lbeg+"EDINBURGH UNIVERSITY"+fin $ type sys$input: Stock-monographs: c.1,000,000. OPAC coverage: 50%. Includes most acquisitions since 1985; most active stock post 1930s; very little pre-1930s acquisitions. Periodicals cover patchy - most in science, few in Arts, Social Science or Medicine. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.ED.GEAC If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu19: $ clear $ echo " $ lecho "+lbeg+"ESSEX UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SX.SERSUN1 Login: library If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu20: $ clear $ echo " $ lecho "+lbeg+"GLASGOW UNIVERSITY"+fin $ type sys$input: Stock-monographs: >1,000,000 items. OPAC coverage: c.370,000 records: all monographs received from 1979, and c.150,000 older items. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.GLA.LIB If asked for a terminal type, select VT100 Type END to exit from OPAC $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu21: $ clear $ echo " $ lecho "+lbeg+"HERIOT-WATT UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.HW.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu22: $ clear $ echo " $ lecho "+lbeg+"HULL UNIVERSITY"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.HULL.GEAC If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu23: $ clear $ echo " $ lecho "+lbeg+"KENT UNIVERSITY"+fin $ type sys$input: Stock-monographs: 305,300. OPAC coverage: 100%. Includes all theses, microforms, maps and audio-visual materials. 75% of pre 1989 acquisitions are short entries, lacking subject headings and added author headings. Periodicals included: 12,700 titles $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.UKC.IRIS Username: UKCLIB Password: UKCLIB Username: CATS If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu24: $ clear $ echo " $ lecho "+lbeg+"LANCASTER UNIVERSITY"+fin $ type sys$input: Stock-monographs: 530,000. OPAC coverage: 30% full records, 70% brief records. All items catalogued or recatalogued since 1984 appear in full. Periodicals included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LANCS.LIB to wake up the system If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu25: $ clear $ echo " $ lecho "+lbeg+"LEEDS UNIVERSITY LIBRARIES"+fin $ type sys$input: Stock-monographs: 900,000. OPAC coverage: 20%. Complete holdings in Science, Engineering and Medicine; limited coverage in Arts and Social Sciences Periodicals included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LEEDS.LIBCAT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu26: $ clear $ echo " $ lecho "+lbeg+"LEICESTER POLYTECHNIC"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LEICP.OPAC Service: OPAC If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu27: $ clear $ echo " $ lecho "+lbeg+"LEICESTER UNIVERSITY"+fin $ type sys$input: Stock-monographs: 750,000+. OPAC coverage: 280,000: cataloguing since 1984, plus circulating stock. Includes Clinical Sciences and School of Education branches. Periodicals included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LEICESTER.LIBRARY Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu28: $ clear $ echo " $ lecho "+lbeg+"LIVERPOOL UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LIVERPOOL.LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu29: $ clear $ echo " $ lecho "+lbeg+"LONDON UNIVERSITY - BRITISH LIBRARY OF POLITICAL AND ECONOMIC SCIENCE"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LSE.BLPES Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu30: $ clear $ echo " $ lecho "+lbeg+"LONDON UNIVERSITY - IMPERIAL COLLEGE OF SCIENCE, TECHNOLOGY AND MEDICINE"+fin $ type sys$input: Stock-monographs: 305,000. OPAC coverage: 55% of monographs. All material acquired since 1978, plus all reading list material, plus some retrospective conversion (ongoing). Includes reports, theses, sound recordings. Periodicals: all are included (6500 titles) $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.IC.LIB Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu31: $ clear $ echo " $ lecho "+lbeg+"LONDON UNIVERSITY - KINGS COLLEGE"+fin $ type sys$input: OPAC includes details of holdings of King's College School of Medicine and Dentistry, and the United Medical and Dental Schools' Libraries. (Total holdings c.800,000 volumes, including periodicals) $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.KCL.LIB Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu32: $ clear $ echo " $ lecho "+lbeg+"LONDON UNIVERSITY - QUEEN MARY AND WESTFIELD COLLEGE"+fin $ type sys$input: Stock-monographs: est. 290,000. OPAC coverage: 56% est. Science and Law complete; Arts incomplete. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.QMW.LIB Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu33: $ clear $ echo " $ lecho "+lbeg+"LONDON UNIVERSITY - UNIVERSITY COLLEGE"+fin $ type sys$input: OPAC coverage: 50% (300,000 records) For UCL, book cataloguing since 1982, plus circulating stock, plus some retrospective cataloguing especially in science and medicine. Periodicals: current journals included; some - not all - dead sets. London School of Hygiene and Tropical Medicine: journal holdings, plus monographs from 1980. Royal Free Hospital School of Medicine: journal holdings, plus some monographs. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.UCL.LIB Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu34: $ clear $ echo " $ lecho "+lbeg+"London University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LON.CONSULL Username: LIBRARY When asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu35: $ clear $ echo " $ lecho "+lbeg+"LOUGHBOROUGH UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LUT.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu36: $ clear $ echo " $ lecho "+lbeg+"MANCHESTER UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.MAN.CN.XB Owens Class: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu37: $ clear $ echo " $ lecho "+lbeg+"NEWCASTLE UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.DURHAM.GATE Which service?: NCL.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu38: $ clear $ echo " $ lecho "+lbeg+"NISSPAC"+fin $ type sys$input: OPAC coverage: Contains c.8,000 records in four datasets: the NISS Software and Datasets Catalogue (which includes records from the Public Domain Software Archive at Lancaster); the VAX/VMS Applications Software Directory; the IBM Study Contracts Database; the CHEST Directory. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.NISS If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu39: $ clear $ echo " $ lecho "+lbeg+"NOTTINGHAM UNIVERSITY"+fin $ type sys$input: OPAC coverage: 300,000 records for material acquired since since 1982, excluding Special Collections, Government publications and Serials $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.NOTT.LIB Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu40: $ clear $ echo " $ lecho "+lbeg+"OPEN UNIVERSITY"+fin $ type sys$input: Stock-monographs: 140,000. OPAC coverage: 100%. All monographs, but brief records only for earlier material. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.OU.ACSVAX Username: OULIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu41: $ clear $ echo " $ lecho "+lbeg+"OXFORD UNIVERSITY"+fin $ type sys$input: Entire stock of English, Modern Languages, Social Sciences Libraries, and Hooke Lending Library. Taylor Institution Library post-1970 publications. All cataloguing since Sept. 1988 of Bodleian, Law and Radcliffe Science libraries, libraries of Rhodes House and Indian Institute. Post-1988 books of Theology and Oriental Institute libraries. New acquisitions from 1989 of Balliol College, Corpus Christi College, New College and Nuffield College. New acquisitions from 1990 of the following libraries: Zoology, Alexander and Elton Libraries, Wolfson College, Queen Elizabeth House, Plant Sciences, Physiology, Music Faculty, Mathematical Institute, Institute of Economics and Statistics, Geography, Experimental Psychology, Computing Laboratory, Ashmolean Library and All Souls College. From 1991 new acquisitions of the following libraries: Educational Studies, Engineering Science, Latin American Centre, Maison Francais, Middle East Centre, Philosophy, St Anne's, St Antony's and the University Museum. $ read/end=byebye/prompt="Press to continue: " sys$command junk $ clear $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Login: janet (this must be in lower case) hostname: UK.AC.OX.PACX calling... connected: Which service? LIBRARY Terminal type: VT100 Then press return at the blank screen $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu42: $ clear $ echo " $ lecho "+lbeg+"POLYTECHNIC OF CENTRAL LONDON"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.PCL.YAK User: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu43: $ clear $ echo " $ lecho "+lbeg+"POLYTECHNIC SOUTH WEST"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.PSW.LIB Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu44: $ clear $ echo " $ lecho "+lbeg+"READING UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.RDG.LINNET Press Control-O twice to begin. If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu45: $ clear $ echo " $ type sys$input: The Greenwich Observatory catalog is not available on line. For information on using the database please send email to: library@rgo.ac.uk $ read/end=byebye/prompt="Press to continue: " sys$command ans $ goto imenu13 $! $ i13menu46: $ clear $ echo " $ lecho "+lbeg+"THE RUTHERFORD APPLETON LABORATORY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.RL.IB Logon/logoff: Logon using one of the ids: lib4, lib5, lib7 or lib8 e.g. type LOGON LIB7 Password depends on the season, viz: Jun - Aug 91 SUMMER91 Sept - Nov 91 AUTUMN91 Dec 91 - Feb 92 WINTER91 Mar 92 - May 92 SPRING92 If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu47: $ clear $ echo " $ lecho "+lbeg+"ST. ANDREWS UNIVERSITY"+fin $ type sys$input: OPAC coverage: Contains 180,000 records: all material published since 1972, all material acquired after 1981, most other material in heavy demand. Periodicals taken since 1973 included. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.ST-AND.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu48: $ clear $ echo " $ lecho "+lbeg+"SALFORD UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SALF.SAISO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu49: $ clear $ echo " $ lecho "+lbeg+"SHEFFIELD UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SHEF.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu50: $ clear $ echo " $ lecho "+lbeg+"SOUTH BANK POLYTECHNIC GEAC"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SBANK.SWITCH Logon/logoff: At prompt, enter G If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu51: $ clear $ echo " $ lecho "+lbeg+"SOUTHAMPTON UNIVERSITY"+fin $ type sys$input: OPAC coverage: Full records (180,000) for all material added/recatalogued since 1981. All Wessex Medical Library, Oceanography and Biology stock. Brief records (200,000) for all material in the main Hartley Library acquired since 1972, or borrowed since 1966. Current on-order file and Short Loan Collection material available via a sub-menu. Periodicals included (20,000 titles). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SOTON.USING Logon/logoff: At prompt, type Logon using If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu52: $ clear $ echo " $ lecho "+lbeg+"STIRLING"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.STIR.LIB Type LIBRARY to logon If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu53: $ clear $ echo " $ lecho "+lbeg+"STRATHCLYDE UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.STRATH.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu54: $ clear $ echo " $ lecho "+lbeg+"SURREY UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SURR.SYSI Login: LOGIN MCS999 Password: SIS If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu55: $ clear $ echo " $ lecho "+lbeg+"SUSSEX UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SUSX.LIB If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu56: $ clear $ echo " $ lecho "+lbeg+"SWANSEA UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.SWAN.LIBVAX Username: LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu57: $ clear $ echo " $ lecho "+lbeg+"THAMES POLYTECHNIC"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.THAMES.LIB THAMES POLYTECHNIC PAD> CALL LIBRARY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu58: $ clear $ echo " $ lecho "+lbeg+"UNIVERSITY OF MANCHESTER INSTITUTE OF SCIENCE AND TECHNOLOGY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.UMIST.CN.PA LOGIN LIBRARY Password: LIBRARY When asked for a terminal type, select VT $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu59: $ clear $ echo " $ lecho "+lbeg+"UNIVERSITY OF WALES COLLEGE OF CARDIFF"+fin $ type sys$input: OPAC coverage: 60% (c.360,000 MARC records) All monographs acquired since 1980, and pre-1980 heavily-used material. All theses, dissertations, photocopies. All microform standards, and maps acquired since 1980. Periodicals included (short title records). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.CF.LIBY If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu60: $ clear $ echo " $ lecho "+lbeg+"WARWICK UNIVERSITY"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.WARWK.OPAC Logon: OPAC If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ i13menu61: $ clear $ echo " $ lecho "+lbeg+"YORK UNIVERSITY"+fin $ type sys$input: Stock-monographs: 230,000. OPAC coverage: 98% All materials (books, periodicals, a/v, etc) included except items bought for the Institute of Advanced Architectural Studies and College Libraries before November 1989; and a few special collections on loan from other bodies. Most items added since 1980 have full entries: the rest are Short Title. Items on order are included. Periodicals included (5,000). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.YORK.LIBRARY When asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto imenu13 $! $ cmenu1: $ clear $ echo " $ lecho "+lbeg+"Arizona Campus Information Systems:"+fin $ echo " $ echo 1. Arizona State University $ echo 2. Pima Community College $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto cMENU1 $ goto c1menu'answer2' $! $ c1menu1: $ clear $ echo " $ lecho "+lbeg+"Arizona State Campus Information System"+fin $ type sys$input: Contains two databases: PErsonal Guide to ASU Stuff (PEGASUS) and Arizona State Economic Development Database (ASEDD). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: helloasu at the first prompt $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 asuvm.inre.asu.edu $ deassign/user/all $ goto cmenu1 $! $ c1menu2: $ clear $ echo " $ lecho "+lbeg+"Pima Community College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Username: pimainfo $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt pimacc.pima.edu $ deassign/user/all $ goto cmenu1 $! $ cmenu2: $ clear $ echo " $ lecho "+lbeg+"University of Arkansas Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the USERID prompt on log-on screen, type info. No password required. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 uafsysb.uark.edu $ deassign/user/all $ goto menu3 $! $ cmenu3: $ clear $ echo " $ lecho "+lbeg+"San Diego State University Campus Information System"+fin $ echo " $ type sys$input: This service has been discontinued for the present, effective 12/17/91. It will either be reinstated or removed from this menu within the next few weeks. $ read/end=byebye/prompt="Press to continue: " sys$command ans $ goto menu3 $! $ cmenu4: $ clear $ echo " $ lecho "+lbeg+"Colorado Campus Information Systems:"+fin $ echo " $ echo 1. University of Colorado at Boulder $ echo 2. University of Denver $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto cMENU4 $ goto c4menu'answer2' $! $ c4menu1: $ clear $ echo " $ lecho "+lbeg+"University of Colorado at Boulder"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt culine.colorado.edu 'port'852 $ deassign/user/all $ goto cmenu4 $! $ c4menu2: $ clear $ echo " $ lecho "+lbeg+"University of Denver Campus Information System"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: atdu at the first prompt, in lower case. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt du.edu $ deassign/user/all $ goto cmenu4 $! $ cmenu5: $ clear $ echo " $ lecho "+lbeg+"Yale University Campus Information System"+fin $ type sys$input: Contains: weather, movies, concert schedules and dining hall menus and over 100 course syllabi. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt yalevm.ycc.yale.edu 'port'300 $ deassign/user/all $ goto menu3 $! $ cmenu6: $ clear $ echo " $ lecho "+lbeg+"Illinois Campus Information Systems:"+fin $ echo " $ echo 1. Heartland Freenet Information System $ echo 2. Northwestern University $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto cMENU6 $ goto c6menu'answer2' $! $ c6menu1: $ clear $ echo " $ lecho "+lbeg+"Heartland Freenet Information System"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: fnguest at the first prompt, in lower case $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt heartland.bradley.edu $ deassign/user/all $ goto cmenu6 $! $ c6menu2: $ clear $ echo " $ lecho "+lbeg+"Northwestern University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press the key twice Command: dial vtam Application ID: nuinfo $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 nuacvm.acns.nwu.edu $ deassign/user/all $ goto cmenu6 $! $ cmenu7: $ clear $ echo " $ lecho "+lbeg+"University of Northern Iowa Campus Information System"+fin $ type sys$input: Contains: telephone directories; closed class lists; information about computing services, library, residence system, theater, public safety, and other aspects of university life; suggestion box and postings of questions and answers. Additional information under development. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: public (must be in lower case!) Press when asked for a terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt infosys.uni.edu $ deassign/user/all $ goto menu3 $! $ cmenu8: $ clear $ echo " $ lecho "+lbeg+"University of Maryland Campus Information System"+fin $ type sys$input: An online database of activities and services available at the College Park campus. The main intent is on-campus use, but the information is public and others may be interested in the support organizations and policies for the College Park campus. In addition to a menu-based directory, the system also provides schedules for campus events (type "S" at the main menu). $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt AIM.UMD.EDU $ deassign/user/all $ goto menu3 $! $ cmenu9: $ clear $ echo " $ lecho "+lbeg+"MIT Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: To exit the system, use the QUIT command $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt techinfo.mit.edu $ deassign/user/all $ goto menu3 $! $ cmenu10: $ clear $ echo " $ lecho "+lbeg+"University of Michigan Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Which Host: um-cic $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt cts.merit.edu $ deassign/user/all $ goto menu3 $! $ cmenu11: $ clear $ echo " $ lecho "+lbeg+"University of Minnesota at Duluth Campus Information System"+fin $ type sys$input: System contains over 700 documents ranging from athletic schedules to micro-computer prices to art gallery showing schedules. All commands are displayed at the bottom of each screen and separate on-line help is available. Keyword searching is available, although at this time only words in the titles of documents are used. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: info (must be in lower case!) Select VT100 as your terminal type when prompted. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ub.d.umn.edu $ deassign/user/all $ goto menu3 $! $ cmenu12: $ clear $ echo " $ lecho "+lbeg+" Mississippi State University Campus Information System"+fin $ type sys$input: Contains: announcements, campus events, community events, continuing education offerings, jobs, recent press releases, research funding opportunities, etc. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: msuinfo (Must be in lower case!) Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt isis.msstate.edu $ deassign/user/all $ goto menu3 $! $ cmenu13: $ clear $ lecho "+lbeg+"Washington University Campus Information System"+fin $ type sys$input: Contains: weather, movies, concert schedules and dining hall menus and over 100 course syllabi. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login:services (must be in lower case!) Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt wugate.wustl.edu $ deassign/user/all $ goto menu3 $! $ cmenu14: $ clear $ echo " $ lecho "+lbeg+"University of New Brunswick Campus Information System"+fin $ type sys$input: System Contains: University Calendar, class timetable, phone/fax numbers for faculty/staff/students, faculty and staff email ids, seminar schedules, minutes, newsletter, etc. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login with application id INFO. There is no password required. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 unbmvs1.csd.unb.ca $ deassign/user/all $ goto menu3 $! $ cmenu15: $ clear $ echo " $ lecho "+lbeg+"University of New Hampshire Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: USERNAME: student (no password required) Control-z to log off, $ lecho "+lbeg+fin+"or press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt unhvtx.unh.edu $ deassign/user/all $ goto menu3 $! $ cmenu16: $ clear $ echo " $ lecho "+lbeg+"New Jersey Campus Information Systems:"+fin $ echo " $ echo 1. John Van Neumann Center (NICOL) $ echo 2. Princeton University $ echo 3. Rutgers University $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto cMENU16 $ goto c16menu'answer2' $! $ c16menu1: $ clear $ echo " $ lecho "+lbeg+"John Van Neumann Center (NICOL)"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: nicol (must be in lower case!) press at the (VT100) prompt $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt nicol.jvnc.net $ deassign/user/all $ goto cmenu16 $! $ c16menu2: $ clear $ echo " $ lecho "+lbeg+"Princeton Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: When you see the VM 370 logo, clear it by pressing Enter pnn Clear the information screen that appears by pressing again Use to select your choice in the PNN menus, then press $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 pucc.princeton.edu $ deassign/user/all $ goto cmenu16 $! $ c16menu3: $ clear $ echo " $ lecho "+lbeg+"Rutgers University"+fin $ type sys$input: Contains: university wide activities, graduate courses catalogs, Faculty/Staff phone directory, computer services, libraries online catalog, weather, news, bus schedules, etc. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ echo " $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt info.rutgers.edu 'port'98 $ deassign/user/all $ goto cmenu16 $! $ cmenu17: $ clear $ echo " $ lecho "+lbeg+"New Mexico Campus Information Systems:"+fin $ echo " $ echo 1. New Mexico State University" $ echo 2. University of New Mexico" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto cMENU17 $ goto c17menu'answer2' $! $ c17menu1: $ clear $ echo " $ lecho "+lbeg+"New Mexico State University Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login as info. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt info.nmsu.edu $ deassign/user/all $ goto cmenu17 $! $ c17menu2: $ clear $ echo " $ lecho "+lbeg+"University of New Mexico Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At login prompt, enter unminfo (lower case) Specify VT100 as your terminal type. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt unminfo.unm.edu $ deassign/user/all $ goto cmenu17 $! $ cmenu18: $ clear $ echo " $ lecho "+lbeg+"New York Campus Information Systems:"+fin $ echo " $ echo 1. Columbia University" $ echo 2. Cornell University" $ echo 3. New York University" $ echo 4. SUNY Albany" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 4 .or. answer2 .lt. 1 then goto cMENU18 $ goto c18menu'answer2' $! $ c18menu1: $ clear $ echo " $ lecho "+lbeg+"Columbia University Campus Information System"+fin $ type sys$input: Contents: events calendar, course schedule, staff directory, weather, office hours, schedules, policies, regulations, deadlines, library catalogs, personnel job postings, faculty handbook, committee reports, gateway to departmental timesharing. Some services require authentication. Some are location-based (i.e. you can't get them from there), and some others require an account and password. But most of the information is publicly available. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt columbianet.columbia.edu $ deassign/user/all $ goto cmenu18 $! $ c18menu2: $ clear $ echo " $ lecho "+lbeg+"Cornell University Campus Information System"+fin $ type sys$input: CUINFO of interest to non-Cornell community members: Uncle Ezra - The Electronic Counselor - First program of its kind. Directories - Student and Staff directories Ski Reports - Up to the minute Upstate New York Ski Reports (Seasonal) Jobs - Listings and Descriptions of jobs at Cornell Computing - Extensive on-line information regarding computing Patents - Descriptions of current patents held by Cornell Various Newsletters - Newsletters from numerous campus groups Weather - Up to the minute local weather forecast $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 cuinfo.cornell.edu 'port'300 $ deassign/user/all $ goto cmenu18 $! $ c18menu3: $ clear $ echo " $ lecho "+lbeg+"NYU Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press to wake up the system $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt info.nyu.edu $ deassign/user/all $ goto cmenu18 $! $ c18menu4: $ clear $ echo " $ lecho "+lbeg+"SUNY Albany Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Userid: uainfo $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 albany.edu $ deassign/user/all $ goto cmenu18 $! $ cmenu19: $ clear $ echo " $ lecho "+lbeg+"North Carolina Campus Information Systems:"+fin $ echo " $ echo 1. Appalachian State University $ echo 2. North Carolina State University $ echo 3. University of North Carolina at Chapel Hill $ echo 4. University of North Carolina at Greensboro $ echo 5. University of North Carolina at Wilmington $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 5 .or. answer2 .lt. 1 then goto cMENU19 $ goto c19menu'answer2' $! $ c19menu1: $ clear $ echo " $ lecho "+lbeg+"Appalachian State University Campus Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login as info $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt conrad.appstate.edu $ deassign/user/all $ goto cmenu19 $! $ c19menu2: $ clear $ echo " $ lecho "+lbeg+"North Carolina State University Campus Information System"+fin $ type sys$input: o The University Datebook; o University Infobook; information about the University o Faculty/Staff and Student Telephone Directories o Class/Course listing for both the current semester and the upcoming one. o Staff Full-Time & Transfer Opportunities, Student Jobs o Computing Information o NCSU Libraries Information o Today's weather; supplied by the NCSU Meteorology Seniors o University Dining Menus o Newsletters and Journals $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login as info. Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ccvax1.cc.ncsu.edu $ deassign/user/all $ goto cmenu19 $! $ c19menu3: $ clear $ echo " $ lecho "+lbeg+"University of North Carolina at Chapel Hill Information System"+fin $ type sys$input: System contains: Campus directory; job openings; "The Independent Study" catalog (courses people can take by correspondence); continuing education classes (in the Calendar section); a series of bibliographies prepared by Health Sciences Library staff addressing specific topics relating to AIDS research, education, and treatment; "Facts and Information" brochure about the University; several campus newsletters, including "Information Bulletin on Aging" and "Newsbrief", the weekly campus computing newsletter. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login as INFO. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt info.oit.unc.edu $ deassign/user/all $ goto cmenu19 $! $ c19menu4: $ clear $ echo " $ lecho "+lbeg+"University of North Carolina at Greensboro"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login as info $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt steffi.acc.uncg.edu $ deassign/user/all $ goto cmenu19 $! $ c19menu5: $ clear $ echo " $ lecho "+lbeg+"University of North Carolina at Wilmington"+fin $ type sys$input: Contains: class schedule listings, institutional statistics, library services, faculty & staff publications, current university news releases, phone directories, facilities schedules. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Log in as info $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt vxc.uncwil.edu $ deassign/user/all $ goto cmenu19 $! $ cmenu20: $ clear $ echo " $ lecho "+lbeg+"Ohio Campus Information Systems:"+fin $ echo " $ echo 1. Cleveland Freenet $ echo 2. Tri-State Online (Cincinnati) $ echo 3. Youngstown Freenet $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto cMENU20 $ goto c20menu'answer2' $! $ c20menu1: $ clear $ echo " $ lecho "+lbeg+"Cleveland Freenet Information System"+fin $ echo " $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt cwns10.ins.cwru.edu $ deassign/user/all $ goto cmenu20 $! $ c20menu2: $ clear $ echo " $ lecho "+lbeg+"Tri-State Online (Cincinnati)"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: login: visitor (must be lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 129.137.100.1 $ deassign/user/all $ goto cmenu20 $! $ c20menu3: $ clear $ echo " $ lecho "+lbeg+"Youngstown Freenet Information System"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: visitor at the first prompt (must be in lower case!) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt yfn.ysu.edu $ deassign/user/all $ goto cmenu20 $! $ cmenu21: $ clear $ echo " $ lecho "+lbeg+"Pennsylvania Campus Information Systems:"+fin $ echo " $ echo 1. Lafayette" $ echo 2. Lehigh" $ echo 3. University of Pennsylvania" $ echo 4. University of Pennsylvania School of Medicine" $ echo 5. Penn State" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 5 .or. answer2 .lt. 1 then goto cMENU21 $ goto c21menu'answer2' $! $ c21menu1: $ clear $ echo " $ lecho "+lbeg+"Lafayette Campus Information System"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: When you see the LINC logo, ignore the ALT-L advice and just press On the next screen, type DIAL MUSIC Press again On the login screen that appears: ID: GUEST Password: GUEST $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 lafibm.lafayette.edu $ deassign/user/all $ goto cmenu21 $! $ c21menu2: $ clear $ echo " $ lecho "+lbeg+"Lehigh"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: At the VM prompt, type DIAL MUSIC, and at the /ID prompt, type LUNA. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 ibm1.cc.lehigh.edu $ deassign/user/all $ goto cmenu21 $! $ c21menu3: $ clear $ echo " $ lecho "+lbeg+"University of Pennsylvania"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt penninfo.upenn.edu $ deassign/user/all $ goto cmenu21 $! $ c21menu4: $ clear $ echo " $ lecho "+lbeg+"University of Pennsylvania School of Medicine"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt penninfo.upenn.edu 'port'9010 $ deassign/user/all $ goto cmenu21 $! $ c21menu5: $ clear $ echo " $ lecho "+lbeg+"Penn State Campus Information System"+fin $ type sys$input: EBB is a database of information relating to Penn State, including academic programs, academic calendars, and phone directories. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: info at the first prompt $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 psuvm.psu.edu $ deassign/user/all $ goto cmenu21 $! $ cmenu22: $ clear $ echo " $ lecho "+lbeg+"Clemson University Campus Information System"+fin $ type sys$input: The system contains information on: Weather for SC, NC, and GA; economics; plants; animals; engineering; food; home, health, family and youth. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: public at the first prompt $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt eureka.clemson.edu $ deassign/user/all $ goto menu3 $! $ cmenu23: $ clear $ echo " $ lecho "+lbeg+"Rechenzentrum Universitaet Zuerich Campus Information System"+fin $ type sys$input: This service operates entirely in German! $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice to position cursor at Command: prompt Command: info Use the key to move between menu items, use to select them $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 rzucms.unizh.ch $ deassign/user/all $ goto menu3 $! $ cmenu24: $ clear $ echo " $ lecho "+lbeg+"United Kingdom Campus Information Systems:"+fin $ echo " $ echo 1. Birmingham University $ echo 2. Imperial College $ echo 3. Newcastle University $ echo 4. Nottingham University $ echo 5. University of Bristol $ echo 6. University of Cambridge $ echo 7. University of Hull $ echo 8. University of Leicester $ echo 9. University of Oxford $ echo 10. University of York $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu3 $ if answer2.gt. 10 .or. answer2 .lt. 1 then goto cMENU24 $ goto c24menu'answer2' $! $ c24menu1: $ clear $ echo " $ lecho "+lbeg+"Birmingham University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.BHAM.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu2: $ clear $ echo " $ lecho "+lbeg+"Imperial College"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.IC.CC.NEWS If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu3: $ clear $ echo " $ lecho "+lbeg+"Newcastle University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.NCL.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu4: $ clear $ echo " $ lecho "+lbeg+"Nottingham University"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.NOTT.DIR If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu5: $ clear $ echo " $ lecho "+lbeg+"University of Bristol"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.BRISTOL.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu6: $ clear $ echo " $ lecho "+lbeg+"University of Cambridge"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.CAM.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu7: $ clear $ echo " $ lecho "+lbeg+"University of Hull"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.HULL.GEAC If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu8: $ clear $ echo " $ lecho "+lbeg+"University of Leicester"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.LE.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu9: $ clear $ echo " $ lecho "+lbeg+"University of Oxford"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.OX.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ c24menu10: $ clear $ echo " $ lecho "+lbeg+"University of York"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: janet (this must be in lower case) hostname: UK.AC.YORK.INFO If asked for a terminal type, select VT100 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt sun.nsf.ac.uk $ deassign/user/all $ goto cmenu24 $! $ cmenu25: $ clear $ echo " $ lecho "+lbeg+"University of Vermont Information System (INFOCAT)"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Press twice to position cursor at Command: prompt Command: infocat $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 uvmvm.uvm.edu $ deassign/user/all $ goto menu3 $! $ dmenu1: $ clear $ echo " $ lecho "+lbeg+"Agricultural Databases/Information Services:"+fin $ echo " $ echo 1. CSU Fresno Agricultural Info (ATI-Net)" $ echo 2. PENpages - Agricultural/Extension information" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu4 $ if answer2.gt. 2 .or. answer2 .lt. 1 then goto dMENU1 $ goto d1menu'answer2' $! $ d1menu1: $ clear $ echo " $ lecho "+lbeg+"CSU Fresno ATI-Net"+fin $ type sys$input: This is a menu-driven information service for the California agricultural community. ATI-Net's software is being used to develop a University-wide information service for all 20 CSU campuses. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Login: super (Must be in lower case) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt CATICSUF.CSUFRESNO.EDU $ deassign/user/all $ goto dmenu1 $! $ d1menu2: $ clear $ echo " $ lecho "+lbeg+"PENpages"+fin $ echo " $ type sys$input: PENpages is a database of agricultural and Extension related information ranging from daily, weekly, and monthly agricultural news and alerts to permanent reference material. It is maintained by the faculty and staff of the College of Agriculture and offered as a public service by the Cooperative Extension of Penn State. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Use PCENTRE as the username $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt psupen.psu.edu $ deassign/user/all $ goto dmenu1 $! $ dmenu2: $ clear $ echo " $ lecho "+lbeg+"Dartmouth Dante Database"+fin $ type sys$input: The Dartmouth Dante database contains 600 years of line-by-line commentary to Dante's Divine Comedy, as well as the Petrocchi version of the poem itself. All texts are in their original languages (Italian, Latin, and English) with no translations. Ancient commentaries have been parsed for the users' convenience. The search program utilized is BRS/Search. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: connect dante Specify VT100 as your terminal type when asked $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt library.dartmouth.edu $ deassign/user/all $ goto menu4 $! $ dmenu3: $ clear $ echo " $ lecho "+lbeg+"EDIN"+fin $ echo " $ type sys$input: The Pennsylvania State Data Center maintains this database of population and economic statistical data which includes, among other things, the Commerce Business Daily. EDIN is accessible through the EBB service of Penn State. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: Type: info at the first prompt Type: EDIN at the next prompt $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 psuvm.psu.edu $ deassign/user/all $ goto menu4 $! $ dmenu4: $ clear $ echo " $ lecho "+lbeg+"Scientific Databases/Information Systems:"+fin $ echo " $ echo "+" 1. MEDINFO - U. Penn Medical School" $ echo "+" 2. World Ocean Circulation Experiment" $ echo "+" 3. National Science Foundation Info Service" $ echo "+" 4. Lunar and Planetary Institute (LPI)" $ echo "+" 5. US Naval Observatory Automated Data Service" $ echo "+" 6. NASA Spacelink" $ echo "+" 7. NASA Extragalactic Database" $ echo "+" 8. NASA News" $ echo "+" 9. Environmental Protection Agency Library/Information Service" $ echo 10. National Space Science Data Center" $ echo 11. Southwest Research Institute Data Analysis/Display System" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu4 $ if answer2.gt. 11 .or. answer2 .lt. 1 then goto dMENU4 $ goto d4menu'answer2' $! $ d4menu1: $ clear $ echo " $ lecho "+lbeg+"MEDINFO"+fin $ type sys$input: UPenn's medical school provides access to a version of its MEDINFO bulletin board $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Once you are connected: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt penninfo.upenn.edu 'port'9010 $ deassign/user/all $ goto dmenu4 $! $ d4menu2: $ clear $ echo " $ lecho "+lbeg+"World Ocean Circulation Experiment - OCEANIC"+fin $ type sys$input: OCEANIC is the OCEAN Information Center, incorporating SONIC, the SPAN OCEAN Network Information Center. Created and Maintained by: The University of Delaware College of Marine Studies, Lewes, Delaware. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: At the Username: prompt, type INFO Indicate that you do not have Tektronix 4010 capability, unless you are sure that your terminal has such capability - e.g. if you are using NCSA telnet to access the system. $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt delocn.udel.edu $ deassign/user/all $ goto dmenu4 $! $ d4menu3: $ clear $ echo " $ lecho "+lbeg+"National Science Foundation Info Service"+fin $ type sys$input: This service gives you access to the entire range of information, grant opportunities etc. published by the National Science Foundation. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Login: public (Must be in lower case) Specify vt100nkp as your terminal type Fill out the requested information $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt STIS.NSF.GOV $ deassign/user/all $ goto dmenu4 $! $ d4menu4: $ clear $ echo " $ lecho "+lbeg+"Lunar and Planetary Institute"+fin $ type sys$input: The LPI Center for Information and Research Services provides resources on geology, geophysics, astronomy and astrophysics. Information available includes: + Journals - A catalog of journal holdings. + New Arrivals - A file of latest arrivals of books, documents and journals. + Book Catalog - A catalog of monograph and monographic series holdings. + Map Catalog - About 500 planetary maps are covered. + Lunar and Planetary Bibliography covering planetary literature from 1980-. + Index to the Benchmarks in Geology Series. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Login: lpi (Must be in lower case) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt lpi.jsc.nasa.gov $ deassign/user/all $ goto dmenu4 $! $ d4menu5: $ clear $ echo " $ lecho "+lbeg+"US Naval Observatory Automated Data Service"+fin $ type sys$input: This service contains lots of different data sets - OMEGA info. LORAN info. Global Positioning System info., etc. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Login: ads (Must be in lower case) Fill out the requested information when you log in $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt tycho.usno.navy.mil $ deassign/user/all $ goto dmenu4 $! $ d4menu6: $ clear $ echo " $ lecho "+lbeg+"NASA Spacelink"+fin $ type sys$input: While NASA understands that people from a wide variety of backgrounds will use NASA Spacelink, the system is specifically designed for teachers. The data base is arranged to provide easy access to current and historical information on NASA aeronautics and space research. Also included are suggested classroom activities that incorporate information on NASA projects to teach a number of scientific principles. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Fill out the requested information when you log in to get a personal account $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt 128.158.13.250 $ deassign/user/all $ goto dmenu4 $! $ d4menu7: $ clear $ echo " $ lecho "+lbeg+"NASA Extragalactic Database (NED)"+fin $ type sys$input: NED is open to the astronomical community world-wide. It is an on-going effort, funded by NASA to make available over computer networks the rapidly accumulating literature on EXTRAGALACTIC objects. At present NED contains extensive CROSS-IDENTIFICATIONS for over 150,000 extragalactic objects taken from about thirty major catalogs of galaxies, quasars, infrared and radio sources. NED provides POSITIONS, NAMES, and BASIC DATA (e.g., MAGNITUDES, TYPES, SIZES, and REDSHIFTS), as well as: > BIBLIOGRAPHIC REFERENCES: (a) provided by SIMBAD for 1983 to 1989 (b) derived by NED for major journals beginning in January 1990 > ABSTRACTS: collected by NED from major journals since 1988 > NOTES: to major catalogs such as the RC1, MCG, Hubble Atlas, etc. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: login: ned (this must be in lower case) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt ipac.caltech.edu $ deassign/user/all $ goto dmenu4 $! $ d4menu8: $ clear $ echo " $ lecho "+lbeg+"NASA News Service"+fin $ type sys$input: Up to date information from NASA is provided by this service for public use. $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ clear $ lecho Please wait..." $ assign/user libs_output.tmp sys$output $ if ans then finger nasanews@space.mit.edu $ deassign/user/all $ if ans then type/page libs_output.tmp $ if ans then delete libs_output.tmp; $ echo " $ if ans then read/end=byebye/prompt="Press to continue: " sys$command junk $ goto dmenu4 $! $ d4menu9: $ clear $ echo " $ lecho "+lbeg+"Environmental Protection Agency"+fin $ type sys$input: This catalog covers areas including: National EPA Catalog Chemical Coll. System Hazardous Waste Clean Lakes $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: At the first menu, select Public Access Applications Menu by typing: 6 At the next menu, select National Online Library System by typing: 1 $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tn3270 epaibm.rtpnc.epa.gov $ deassign/user/all $ goto dmenu4 $! $ d4menu10: $ clear $ echo " $ lecho "+lbeg+"National Space Science Data Center"+fin $ type sys$input: $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: Username: NODIS $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt nssdc.gsfc.nasa.gov $ deassign/user/all $ goto dmenu4 $! $ d4menu11: $ clear $ echo " $ lecho "+lbeg+"Southwest Research Institute Data Analysis/Display System"+fin $ type sys$input: This service is a data display and analysis system. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: login: sddas $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt espsun.space.swri.edu $ deassign/user/all $ goto dmenu4 $! $ dmenu5: $ clear $ echo " $ lecho "+lbeg+"Weather/Time/Earthquakes"+fin $ echo " $ echo 1. National Bureau of Standards Time Service" $ echo 2. Weather Information (University of Michigan)" $ echo 3. Earthquake Information (USGS/University of Washington)" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu4 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto dMENU5 $ goto d5menu'answer2' $! $ d5menu1: $ clear $ echo " $ lecho "+lbeg+"National Bureau of Standards Time Service"+fin $ type sys$input: This service will give you the current time as read from the National Bureau of Standards reference clock in Colorado Springs. $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ clear $ assign/user sys$command sys$input $ if ans then tnt india.colorado.edu 'port'13 $ deassign/user/all $ read/end=byebye/prompt="Press to continue: " sys$command junk $ goto dmenu5 $! $ d5menu2: $ clear $ echo " $ lecho "+lbeg+"Weather Information (University of Michigan)"+fin $ type sys$input: This service provides on-line access to a range of weather information, including current weather reports from around the country, weather forecasts, special advisories, earthquake information, hurricane information etc. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt madlab.sprl.umich.edu 'port'3000 $ deassign/user/all $ goto dmenu5 $! $ d5menu3: $ clear $ echo " $ lecho "+lbeg+"Earthquake Information Service"+fin $ type sys$input: Information about recent earthquakes is reported by this service for public use. $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ clear $ lecho Please wait..." $ assign/user libs_output.tmp sys$output $ if ans then finger quake@geophys.washington.edu $ deassign/user/all $ if ans then type/page libs_output.tmp $ if ans then delete libs_output.tmp; $ echo " $ if ans then read/end=byebye/prompt="Press to continue: " sys$command junk $ goto dmenu5 $! $ dmenu6: $ clear $ echo " $ lecho "+lbeg+"Wide-area Information Access Tools"+fin $ echo " $ echo 1. Gopher" $ echo 2. Wide Area Information Server (WAIS)" $ echo 3. WorldWideWeb (W3)" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu4 $ if answer2.gt. 3 .or. answer2 .lt. 1 then goto dMENU6 $ goto d6menu'answer2' $! $ d6menu1: $ clear $ echo " $ lecho "+lbeg+"Gopher Server"+fin $ type sys$input: This service provides a uniform user interface to a number of other Internet services, such as ftp, news groups, and telnet, as well as providing a considerable amount of text information on line. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: login: gopher (This must be in lower case!) TERM = (vt100) $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt consultant.micro.umn.edu $ deassign/user/all $ goto dmenu6 $! $ d6menu2: $ clear $ echo " $ lecho "+lbeg+"Wide Area Information Server (WAIS)"+fin $ type sys$input: WAIS (pronounced ways) is a client-server system developed by Thinking Machines, Inc. for easy information retrieval from more than 140 information resource servers (more servers are being added all the time). WAIS uses natural language questions created by the user to discover relevant documents. The relevant documents may then be used as examples for the server to find documents that are similar. Searches that prove to be successful may be set to run periodically to notify the user about the availability of new information. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: login: wais (this must be in lower case) Press or enter your internet address if you have one at the next prompt Specify VT100 as your terminal type $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt quake.think.com $ deassign/user/all $ goto dmenu6 $! $ d6menu3: $ clear $ echo " $ lecho "+lbeg+"WorldWideWeb"+fin $ type sys$input: The WorldWideWeb (W3) is a wide-area hypermedia information retrieval initiative aiming to give universal access to a large universe of documents. The W3 project merges the techniques of information retrieval and hypertext to make an easy but powerful global information system. The project is based on the philosophy that much academic information should be freely available to anyone. It aims to allow information sharing within internationally dispersed teams, and the dissemination of information by support groups. Originally aimed at the High Energy Physics community, it has spread to other areas and attracted much interest in user support, resource discovery and collaborative work areas. $ lecho "+lbeg+"Note the following instructions carefully"+fin $ type sys$input: $ lecho "+lbeg+fin+"Press Control-"+qchar+qcomm+" to exit at any time" $ echo " $ read/end=byebye/prompt="Do you want to connect now? (Y or N): " sys$command ans $ assign/user sys$command sys$input $ if ans then tnt info.cern.ch $ deassign/user/all $ goto dmenu6 $! $ dmenu7: $ clear $ echo " $ lecho "+lbeg+"Other Services:"+fin $ echo " $ echo 1. Geographic Name Server - Merit Inc." $ echo 2. Ham Radio Callsign Server" $ echo 3. FEDIX/MOLIS - Federal Grants/Minority Scholarships" $ echo 4. Library of Congress catalog - DRA" $ echo 5. Chess Server" $ echo 6. Charlie Software Database" $ echo " $ echo "+beg+"Press RETURN alone to see previous menu"+fin $ echo " $ echo "+beg+"Press Control-"+qchar+qcomm+" to exit at any time"+fin $ echo " $ read/end=byebye/prompt=" Enter the number of your choice: " sys$command answer2 $ if answer2.eqs."" then goto menu4 $ if answer2.gt. 6 .or. answer2 .lt. 1 then goto dMENU7 $ goto d7menu'answer2' $! $ d7menu1: $ clear $ echo " $ lecho "+lbeg+"Merit Geographic Name Server"+fin $ type sys$input: This server is intended for use with clients which interpret the raw protocol. However, you may also use the server directly if you don't have the clients - for example through this access program.. Data came primarily from the US Geodetic Survey and the US Postal Service. Coverage includes all US cities, counties, and states, as well as some US mountains, rivers, lakes, national parks, etc. A few international cities have also been included. Unfortunately, some minor inaccuracies remain. Merit Inc. is not responsible for maintaining this data. Queries should generally look like the last line of a postal address, as in "Ann Arbor, MI 48103". $ read/end=byebye/prompt="Press to continue: " sys$command junk $ clear $ type sys$input: All these queries will also work: 1) A city name alone, like "Ann Arbor" 2) A ZIP or ZIP+4 code alone, like this: "46556", "48103-2112" (NOTE: only the first 5 digits in a ZIP+4 code are used.) 3) As in 1) but with a state name or abbreviation, like this: "Ann Arbor, MI", "Los Angeles, California" 4) As above but with optional nation name or abbreviation, like "Toronto, , Canada". NOTE: there are currently very few foreign cities. Punctuation, white space, and upper/lower case are ignored. Any reasonable state/nation abbreviations are recognized. Here are more example queries: "Ann Arbor, Mich" "48103" "annarbor,mi" "Paris,,France" "Mammoth Cave National Park" "mount mckinley" "lake michigan" $ read/end=byebye/prompt="Press to continue: " sys$command junk $ clear $ type sys$input: If a query fails, try expanding abbreviations (e.g. change "Mt." to "Mount" etc. Interpret server replies as follows: 0 1 2 Z 3 A E F L P <1980 census population> R T