Note: These instructions apply to CheckForm Navigator 3.2 and earlier. Checkform 4.0 and later no longer require the net use command.Capturing your printer port for Network printers with Workstations running Windows XP
In order for CFN to print from Dos to a network printer, the printer port must be captured in Windows. In previous versions of Windows (4.9 and before), the option to capture a printer port was available through the printer's properties setting. Under Windows XP, this is accomplished through a DOS command.
By default, most MS-DOS-based programs print directly to either the LPT1 or LPT2 port. However, the output is not automatically routed across a redirector to a print share unless you use the following method.
I. The DOS command Shell in WindowsXP
- Click the Start button and select Run.
- Type "cmd" in the command line.
This brings up the DOS command line interpreter shell. The directory path is most likely to be c:\windows\system32\ - Type: net use lptX \\Print Server\Printer /persistent:yes
Where X is the LPT port number you wish to capture, Print Server is the name of the server the printer is attached to, and Printer is the name of the network printer. For example, the net use command might look like this:
net use lpt1 \\Pserver\HPLaserJet3 /persistent:yes
The message "Command completed successfully" should be displayed.
II. Verify Captured Printer Port
Staying within the DOS shell, create a text file and send it to the captured printer port
- Type: edit test.txt
- In the DOS editor, write a test sentence or two and select FILE | SAVE and then FILE | EXIT. This returns you to the DOS prompt.
- Type: copy test.txt lptX
(Again, where X is the captured LPT port number)
The test sentences typed in test.txt should print from the network printerIII. Print from CFN
Launch Financial Navigator, select the checks you would like to print and print from CheckForm Navigator as usual.
(In case of additional printer port error, ensure that CFN was initially installed with the printer port set to the same one you have just captured. If unsure, re-install CFN and when prompted select the appropriate network printer port (e.g., File LPT1…2…3).)
Ending a printer port Capture
If you need to end your printer port capture for any reason you can do so by the following:
- Open the cmd shell once again by clicking Start, selecting Run, and typing: cmd
- Once in the DOS shell, type: net use lptX /delete (Where X is the captured port number)
[This message has been edited by fni_support (edited 07-02-2003).]
[This message has been edited by David (edited 06-16-2008).]