 |
Sharing Printers and Folders |
Section 1:
A. To begin the sharing process you must first create user account on the host
machine.
- Open user manager
- Select User - Add New User
- Enter a User name and a Password
- Uncheck the "User must change password at net login"
box
- Check the "User cannot change password" and "Password
never expires" boxes
- Click the Groups button
- Add the user to the "Guest" group, Remove the user
from the "Users" group
- Close the User Manager application
B. You must also know your computer name. Below are the steps to find the
name if you are unsure:
- Right click on the Network Neighborhood Icon and select Properties
- Your computer name is shown under the Identification tab.
- Click CANCEL
Section 2: To share a printer:
A. While installing a new printer:
- Under the Start Menu select Settings then
Printers
- Double click ADD NEW PRINTER
- Check the "My Computer" option and select next
- Select "LPT1" under port options
- Select the appropriate options for the Manufacturer and Model for your printer
- If your printer isn't listed you may need to get the correct drivers from
the manufacturers Web Site.
- If you are prompted to "replace current drivers" choose Keep
existing drivers (recommended)
- Give the printer a local name
- If you want this printer to be your default printer select YES
when prompted (If you are prompted to insert the Windows NT 4.0 CD at this
point, you can map to \\banshee\passwd and select the I38640\I386 directory.)
- In the printer sharing dialog select Shared As: and give the
printer a share name. (It is best to keep this simple and use only one
word. You will need to remember this later.)
- When prompted to print a test page select YES. If the test
page prints the printer was installed successfully.
B. Sharing an existing printer:
- Select Printers under the Settings section of
the start menu
- Select the printer you wish to share
- Right click on the selected printer icon and select Sharing
- In the printer sharing dialog select Shared As: and give the
printer a share name. (It is best to keep this simple and use only one
word You will need to remember this later.)
- Click OK
C. On the client machine:
- Open Notepad
- Without quotes type "Echo Off"
- Without quotes type "Net Use LPT1 \\wwwwww\xxxxxxx yyyyyyy /user:zzzzzzzz"
- wwwww = machine name (obtained in step 1)
- xxxxxxx = share name ( name you gave the SHARE in section 2)
- yyyyyy = (password for the user created in section 1)
- zzzzzzz = (user name for the user created in section 1)
- Select File and save as...
- Enclose the file name in quotes and give it an extension of .bat (i.e. "print.bat")
- Double click the .bat file to be sure it works.
- Under the Start Menu select Settings then
Printers
- Double click Add New Printer
- Check the "Network Printer" option and select Next
- Type \\wwwwwww\xxxxxxxxx in the network printer box. (wwwwwww = machine
name where the printer is connected, xxxxxxxx = share name of the printer.)
- Click Next
- If you want the shared printer to be the default select Yes
when prompted.
- Select Yes when prompted to print a test page. If the test
page prints the shared printer was installed successfully.
- When prompted to print a test page select Yes. If the test
page prints the printer was installed successfully.
Section 3: Sharing folders
A. On the host machine:
- Create a folder
- Right click the folder and select Sharing
- Select Share this folder
- Give the folder a share name (It is best to keep this simple and use only
one word. You will need to remember this later.)
- Select either User Limit or Maximum Allowed.
- If you want to restrict the folder to read only click the Permissions
button. Change the permissions for Everybody to READ ONLY. Click
OK.
- Click OK
B. On the client machine:
- Open Notepad
- Without quotes type "Echo Off"
- Without quotes type "Net Use v: \\wwwwww\xxxxxxx yyyyyyy /user:zzzzzzzz"
v: = could be any unused drive letter from G-Z followed by a colon
(:)
wwwww = machine name (obtained in step 1)
xxxxxxx = share name ( name you gave the SHARE in section 2)
yyyyyy = (password for the user created in section 1)
zzzzzzz = (user name for the user created in section 1)
- Select File and Save as...
- Enclose the file name in quotes and give it an extension of .bat (i.e. "print.bat")
- Double click the .bat file to be sure it works.
- Open MY COMPUTER. The share you connected to should be listed in that window.
- Copy the .bat file to the startup folder in the start menu.