More...
Instead of typing the printer name like \\Ntserver01\Oce9400R above, you can map a LPT port to that printer. The command would be
NET USE LPT1 \\Ntserver01\Oce9400R
Depending you what OS you're running, you might want to add
/PERSISTENT:YES to the end to make the map stick.
Also...