I installed VMWare Player...but I don't think that's what I'm looking for...
Announcement
Collapse
No announcement yet.
Printing - Fancy DOS knowledge?
Collapse
X
-
Originally posted by JammrockMarshmallow, that's what the NET USE command does.
I know that some DOS programs have built in printer drivers ... anyway, is there a DOS GUI to DBASE 4? Is there any place to look at the printer setup for the program from with the program?
Comment
-
Originally posted by KooldinoI installed VMWare Player...but I don't think that's what I'm looking for...
(but I don't think it can solve your problem)
Jörg
Comment
-
Originally posted by KooldinoYes“Inside every sane person there’s a madman struggling to get outâ€
–The Light Fantastic, Terry Pratchett
Comment
-
Originally posted by VJIf you want to use VMWare, you need the server beta:
(but I don't think it can solve your problem)
Jörg
And it's free?
Comment
-
Originally posted by JammrockDoes it have a list of printers?
Is there a PRN: device listed as an alternative to LTP1: listed in the printer section?
What model of printer are you printing to?
Comment
-
Originally posted by KooldinoI honestly forget. Some old dot matrix printer. Uses the driver x86E.pr2 or something.“Inside every sane person there’s a madman struggling to get outâ€
–The Light Fantastic, Terry Pratchett
Comment
-
Originally posted by JammrockYou're printing to a dot matrix printer across the network? Or is that the printer listed in the DOS program?
Here's the scoop.
Let's say there are three machines:
SERVER
WIN98BOX
WINXPBOX
Printer DOTMATRIX is connected to the Paralell Port on SERVER (which runs 98).
SERVER share DOTMATRIX with the network.
WIN98BOX has DOTMATRIX mapped via SERVER, and it is captured to LPT1.
When we load DBASE in DOS on WIN98BOX, we use drivers for DOTMATRIX as if DOTMATRIX is directly connected to LPT1 on WIN98BOX.
When we go to print, it works fine.
If we do the exact same thing on WINXPBOX (with the net use lpt1 command), when we go to print, nothing happens.
Comment
-
NET USE LPT1: /DELETE
Add a new Printer.
Uncheck detect plug and pray printers.
Select LTP1: for the port.
Install appropriate drivers.
Do not share.
No to test page.
Finish.
NET USE ... you know the drill.
Give that a shot.
Jammrock“Inside every sane person there’s a madman struggling to get outâ€
–The Light Fantastic, Terry Pratchett
Comment
-
Originally posted by JammrockNET USE LPT1: /DELETE
Add a new Printer.
Uncheck detect plug and pray printers.
Select LTP1: for the port.
Install appropriate drivers.
Do not share.
No to test page.
Finish.
NET USE ... you know the drill.
Give that a shot.
Jammrock
Comment
-
is it not starting to be a cheaper option to get an old LPT printer and attach it to the client computer, instead of letting you spend days figuring out a network share?We have enough youth - What we need is a fountain of smart!
i7-920, 6GB DDR3-1600, HD4870X2, Dell 27" LCD
Comment
-
Originally posted by KooldinoOk..but you do understand that no printer is actually attached to WINXPBOX, right? So Should I still install drivers for the same thing that the DOS program thought I was printing to?
...it's all theoretical mind you, I've never done it before, but it's worth a shot. All other sane options have been exhausted, so time to try the crazy.
And no printer has to be physically connected to the computer to setup a printer. That's why you uncheck the "search for printers" option when setting it up.
Jammrock“Inside every sane person there’s a madman struggling to get outâ€
–The Light Fantastic, Terry Pratchett
Comment
-
We use this batch file to print fram a dos cookbook written in 1989 to a shared laser printer at home.
We just told the program it was some generic printer and lpt1.
It does not use the xp drivers at all.
---Cookbook.bat--------
c:
cd\cookbook
net use lpt1 \\common\BrotherH /persistent:yes
pause
cookbook
It works for usChuck
秋音的爸爸
Comment
-
Originally posted by cjolleyWe use this batch file to print fram a dos cookbook written in 1989 to a shared laser printer at home.
We just told the program it was some generic printer and lpt1.
It does not use the xp drivers at all.
---Cookbook.bat--------
c:
cd\cookbook
net use lpt1 \\common\BrotherH /persistent:yes
pause
cookbook
It works for us“Inside every sane person there’s a madman struggling to get outâ€
–The Light Fantastic, Terry Pratchett
Comment
Comment