Skip to content

Instantly share code, notes, and snippets.

@jihan917
Created January 9, 2013 22:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jihan917/4497649 to your computer and use it in GitHub Desktop.
Save jihan917/4497649 to your computer and use it in GitHub Desktop.
Microsoft Network Client for DOS - script to start net
@echo off
rem config.sys should have "device=ifshlp.sys"
rem (and that alone suffices. --without protman.dos/pcntnd.dos/dis_pkt.dos)
PATH=C:\MSNET;%PATH%
net initialize
netbind
umb
tcptsr
tinyrfc
nmtsr
emsbfr
net start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment