Vista network printing with MS-DOS program

  • Thread starter =?iso-8859-1?Q?G=E9rald?=
  • Start date
?

=?iso-8859-1?Q?G=E9rald?=

Did someone know how to print true a network with MS-Dos program (clipper)
and Vista.
With Win2000 and XP
1- I shared the printer
2- I use the command net use lpt1 \\computername\printsharename

with Vista it is working only at the prompt, but when i use a program i
receive an error print message
 
D

Davide Guolo

Gérald,
Did someone know how to print true a network with MS-Dos program (clipper)
and Vista.

you may want to have a look at Printfil to capture the DOS LPT1: output and
forward it to any printer installed on your Vista machine (including GDI and
virtual printers)

You can find more info and a free trial version to download at
http://www.printfil.com

Please note that with Clipper you may also avoid capturing the LPT1 output
this way:

SET DEVICE TO PRINT
SET CONSOLE OFF
SET PRINTER ON
SET PRINTER TO ("C:\My_Dir\Filename.txt")
....
.... @ x,y say ... normal printing commands
....
SET PRINTER OFF
SET CONSOLE ON
SET DEVICE TO SCREEN
SET PRINTER TO

Then you only have to set the "File to Check" field in the Printfil's
configuration dialog as c:\my_dir\filename.txt to have your Clipper print
jobs automatically captured and printed by Printfil.

Kind regards,

Davide Guolo
aSwIt s.r.l.
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.printfil.com
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.aswit.com/odbc4all
@Kill - Batch Close Windows Applications - Freeware
http://www.aswit.com/akill
--------------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top