Board index » off-topic » Re: I need a help in turbo pascal 6.0
|
Matthias Czarnetzki
Delphi Developer |
|
Matthias Czarnetzki
Delphi Developer |
Re: I need a help in turbo pascal 6.02003-07-30 04:33:59 PM off-topic1 XXXX@XXXXX.COM (Marcelo Rodriguez) wrote in QuoteI have a program in turbo pascal 6.0 , but I cant print in my printer Maybe that's all. Quoteend. |
| amancayabo
Delphi Developer |
2003-07-31 04:17:35 AM
Re:Re: I need a help in turbo pascal 6.0
I tried with writeln but is not possible. My printer work with port usb.
Any idea?? Thanks Marcelo XXXX@XXXXX.COM (Marcelo Rodriguez) wrote in message news:< XXXX@XXXXX.COM >... QuoteI have a program in turbo pascal 6.0 , but I cant print in my printer |
| Jose Perez
Delphi Developer |
2003-07-31 06:09:16 AM
Re:Re: I need a help in turbo pascal 6.0
"Marcelo Rodriguez" < XXXX@XXXXX.COM >wrote in message
QuoteI tried with writeln but is not possible. My printer work with port usb. copy text.txt>lpt1: You can also try printing from the DOS Edit command. Either method should tell you if the printer is accessible from the command line. {smallsort} |
| amancayabo
Delphi Developer |
2003-08-02 10:50:05 AM
Re:Re: I need a help in turbo pascal 6.0
Yes I tried with dos command. I think is because I have usb port.
Anyone has the same problem? Marcelo "Jose Perez" < XXXX@XXXXX.COM >wrote in message news:<gmXVa.16809$ XXXX@XXXXX.COM >... Quote"Marcelo Rodriguez" < XXXX@XXXXX.COM >wrote in message |
| Brian Key
Delphi Developer |
2003-08-03 07:05:01 AM
Re:Re: I need a help in turbo pascal 6.0
On Fri, 01 Aug 2003 19:50:05 -0700, Marcelo Rodriguez wrote:
QuoteYes I tried with dos command. I think is because I have usb port. Anyone LPT1 from within a DOS box. Check out the Windows printer configuration pages and look for a "ports" dialog. Apologies for the brevity, but I'm not at a Windows box right now. -- Brian Key XXXX@XXXXX.COM |
| Jose Perez
Delphi Developer |
2003-08-04 08:37:36 PM
Re:Re: I need a help in turbo pascal 6.0
Good idea! I forgot about that because I always set up my printer to allow
printing from DOS. In Windows 95 and 98, when a new printer is set up, the setup dialog will prompt you to select whether the printer is accessible from DOS. Did you do that, Marcelo? "Brian Key" < XXXX@XXXXX.COM >wrote in message QuoteOn Fri, 01 Aug 2003 19:50:05 -0700, Marcelo Rodriguez wrote: |
