| | |
HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
![]() |
•
•
Join Date: Jan 2007
Posts: 1
Reputation:
Solved Threads: 0
HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#1 Jan 5th, 2007
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#2 Jan 7th, 2007
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#3 Mar 7th, 2007
•
•
Join Date: Mar 2007
Posts: 5
Reputation:
Solved Threads: 0
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#4 Mar 7th, 2007
Humm, not very helpfull...
If he is just trying to print to a USB printer then he can use the NET USE Command from the DOS prompt like this:
:>net use lpt1 \\[Server]\[Shared Printer]\ /persistent:y
OR
He can use a third party program like DOSPrint from
www.andtechnologies.com/dosprint.html
If he is just trying to print to a USB printer then he can use the NET USE Command from the DOS prompt like this:
:>net use lpt1 \\[Server]\[Shared Printer]\ /persistent:y
OR
He can use a third party program like DOSPrint from
www.andtechnologies.com/dosprint.html
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#5 Mar 8th, 2007
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#6 Mar 10th, 2007
•
•
Join Date: Mar 2008
Posts: 1
Reputation:
Solved Threads: 0
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#7 Mar 7th, 2008
•
•
Join Date: Mar 2007
Posts: 5
Reputation:
Solved Threads: 0
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#8 Mar 7th, 2008
•
•
•
•
Specifically what command within a QB4.5 basic program with send output to a printer rather than the DOS screen when running a compiled QB program within XP. Obviously "LPRINT" does not do it.
File$ = "LPT1:" d% = FREEFILE OPEN File$ FOR OUTPUT AS #d% 'Open Device PRINT #d%, TAB(5); "Printed stuff goes here" PRINT #d%, CHR$(12) Close #d%
Do not forget to use the form feed, CHR$(12) !!! Printing starts as soon as the close command is received, if you do not, then there can also be a pause depending on the type of printer you are useing, ie Dotmatrix...
•
•
Join Date: Mar 2008
Posts: 5
Reputation:
Solved Threads: 1
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#9 Mar 20th, 2008
These articles explains either how to speed up printing from DOS to Windows printers (without changes to the Basic source) or how to let Basic programs printing to GDI Windows printers.
Regards,
Davide Guolo
aSwIt s.r.l.
Regards,
Davide Guolo
aSwIt s.r.l.
Last edited by printfil; Mar 20th, 2008 at 8:58 am.
Re: HELPPPPPPPP, Need to know about Windows XP and QuickBasic USB printer driver access
0
#10 Mar 23rd, 2008
![]() |
Similar Threads
- Sending PCL3 Laserjet files to USB printer (USB Devices and other Peripherals)
- Secondary montior freezes when USB printer is plugged in (Monitors, Displays and Video Cards)
- Dell Photo 926 printer - driver causing system freeze (USB Devices and other Peripherals)
- How can I switch from direct USB printing to print server in Mac OS X? (OS X)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: Dr scheme read text file help
- Next Thread: Fortran - Fibonacci search not as efficient as it should be
| Thread Tools | Search this Thread |






