home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / ETHER.EXE / NDIS / ARTISOFT / STARTNET.BAT < prev   
DOS Batch File  |  1994-06-29  |  1KB  |  53 lines

  1. @echo off
  2. rem LANtastic  Version 6.00  installed 94/05/04 14:50:04
  3. rem (for DOS)
  4.  
  5. C:
  6. cd C:\LANTASTI
  7.  
  8. SET LAN_CFG=C:\LANTASTI
  9.  
  10. rem If LANtastic is disabled, skip everything.
  11. IF EXIST DISABLED GOTO :STARTNET_DONE
  12.  
  13. @echo ===== Begin LANtastic configuration =====
  14.  
  15. PATH C:\LANTASTI;%PATH%
  16. SET LAN_DIR=C:\LANTASTI.NET
  17.  
  18. LOADHIGH AI-NDIS BIND_TO=SMC8000_NIF
  19. AILANBIO @STARTNET.CFG
  20.  
  21. REDIR TONY @STARTNET.CFG
  22.  
  23. IF EXIST NOSHARE GOTO :NOSHARE
  24. SERVER C:\LANTASTI.NET @STARTNET.CFG
  25. NET LOGIN \\TEST
  26. GOTO :CONTINUE
  27.  
  28. :NOSHARE
  29. @echo LANtastic server was installed but turned off.
  30.  
  31. :CONTINUE
  32.  
  33. rem If CONNECT.BAT exists, run it to set up connections.
  34. IF EXIST CONNECT.BAT GOTO :CONNECT
  35.  
  36. rem Otherwise set up connections specified during install.
  37. NET LPT TIMEOUT 10
  38. GOTO :CONNECT_DONE
  39.  
  40. :CONNECT
  41. @echo Setting up LANtastic connections from CONNECT.BAT
  42. rem Build CONNECT.BAT like this: "NET SHOW/BATCH > C:\LANTASTI\CONNECT.BAT"
  43. rem   (or run the batch file SETNET.BAT)
  44. call CONNECT.BAT
  45.  
  46. :CONNECT_DONE
  47. NET POSTBOX
  48.  
  49. @echo ===== End LANtastic configuration =====
  50.  
  51. :STARTNET_DONE
  52. cd \
  53.