COMPUTER COMP1 ;sets the computers network name NETWORK 2 ;type of network leave unchanged agents 1 ;allows another user to access this computer lastdrive Z ;sets the last accessable drive in DOS echo ;shows the network loaded break ON ;DOS port com1 ;set the com port to be used by the network baud 19.2k ;sets the baud rate of the computer serial port ; sets the redirected drives for the computer use i: \\comp2\a:\ ;your local drive I is on the remote computer use j: \\comp2\c:\ ;your local drive J is on the remote computer