home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / cdrom / 6056 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  2.8 KB

  1. Path: sparky!uunet!comp.vuw.ac.nz!actrix!stargate!david.benfell
  2. From: david.benfell@stargate.actrix.gen.nz (David Benfell) 
  3. Newsgroups: alt.cd-rom
  4. Subject: HELP!!!!! CDROM LANTASTIC
  5. Message-ID: <31.214.uupcb@stargate.actrix.gen.nz>
  6. Date: 27 Jan 93 11:47:00 GMT
  7. Distribution: world
  8. Organization: Stargate BBS - Wellington, NZ - +64 4 566-2157
  9. Reply-To: david.benfell@stargate.actrix.gen.nz (David Benfell) 
  10. Lines: 71
  11.  
  12. Nick.Allan@f395.n634.z3.fidonet.org (Nick Allan) writes:
  13.  
  14. -> I need some help from someone running lantastic 4.1 with a cdrom. My
  15. -> problem is I can't get the cdrom to wrk down the network.  It works
  16. -> perfectly from the server it is installed on but I can't get it
  17. -> working from the other system which is the one it must be able to
  18. -> work on because it is the bbs server.
  19.  
  20. Hi Nick. I run 2 CD-ROM drives and a 6 Disc Pioneer Changer over a
  21. LANtastic 4.1 Network with 3 machines on my BBS.
  22.  
  23. On the server, I have a shared resource set up as CD-ROM pointing to the
  24. logical drive I have it configured for.
  25.  
  26. Also, on the server I have the CD-ROM drivers loaded in my CONFIG.SYS
  27. file and the MSCDEX program is loaded in my STARTNET.BAT file after the
  28. server is loaded but before I use the NET USE commands to set up the
  29. drives etc.
  30.  
  31. My server STARTNET.BAT looks like this:
  32.  
  33. @echo off
  34. REM Set search PATH to include C:\LANTASTI
  35. PATH %PATH%;C:\LANTASTI
  36. SET NET_ERROR=???
  37.  
  38. REM Bring up NE2000 Adapter (ISA) on adapter 0
  39. c:\qram\loadhi nex000 /16-bit /iobase=320 /irq=5
  40. c:\qram\loadhi ailanbio /initial_send_size=1000 /size=1000
  41.  
  42. ...edited out.....
  43.  
  44. :LABEL1
  45. C:\CDROM\MSCDEX /DMCSD000 /L:N /V
  46. C:\LANTASTI\NET  LOGIN/WAIT \\NODE2 NODE2
  47. C:\LANTASTI\NET  LOGIN/WAIT \\NODE1 NODE2
  48. C:\LANTASTI\NET USE M: \\NODE2\XTREE
  49. C:\LANTASTI\NET USE F: \\NODE1\C-DRIVE
  50. C:\LANTASTI\NET USE X: \\NODE1\E-DRIVE
  51. C:\LANTASTI\NET USE Y: \\NODE1\D-DRIVE
  52. C:\LANTASTI\NET USE Z: \\NODE2\D-DRIVE
  53. SET NET_ERROR=
  54. :END
  55.  
  56. and my workstation STARTNET.BAT uses a NET USE command to refer to the
  57. shared resource on my server.
  58.  
  59. Such as
  60.  
  61. C:\LANTASTI\NET  LOGIN/WAIT \\NODE1 NODE3
  62. C:\LANTASTI\NET  LOGIN/WAIT \\NODE2 NODE3
  63. C:\LANTASTI\NET USE F: \\NODE1\C-DRIVE
  64. C:\LANTASTI\NET USE M: \\NODE2\XTREE
  65. C:\LANTASTI\NET USE N: \\NODE2\CD-ROM  <---- this line here redirects
  66. C:\LANTASTI\NET USE X: \\NODE1\E-DRIVE       drive N: to access the
  67. C:\LANTASTI\NET USE Y: \\NODE1\D-DRIVE       CD-ROM drive.
  68. C:\LANTASTI\NET USE Z: \\NODE2\D-DRIVE
  69. C:\LANTASTI\NET USE K: \\NODE2\C-DRIVE
  70. C:\LANTASTI\NET CLOCK \\NODE1
  71. SET NET_ERROR=
  72. :END
  73.  
  74. I hope this helps you get it going.
  75.  
  76. Cheers
  77.                                                 
  78. ----
  79. +------------------------------------------------------------------+
  80. |   Stargate BBS  +64 4 566-2157 (USR DS)  +64 4 566-6728 (2400)   |
  81. |    Wellington, NZ - New Zealand's Professional PCBoard System    |
  82. +------------------------------------------------------------------+
  83.