Re: How to print a text file in Forms4.5

From: Andrew Protasov <protasov_at_percombank.kiev.ua>
Date: 1998/04/17
Message-ID: <6h54i9$vmn$1_at_news.lucky.net>#1/1


Hi,

UNITED CONSULTANTS wrote in message <6h4pk4$ef1$1_at_newshost.cyberramp.net>...
>How can I print a text file from Forms4.5 ?
>
> I am able to print a text file from Forms4.5 in
>windows 3.11 Dos version
>
> using the following command
>host('print C:\test.txt',no_screen);
>
>How can I do the same thing in windows95 version of DOS ?
>sice windows95 version of Dos does not have a print command.
>or else is there any other command to print from Dos in this
>version if not is there a built in function to print a text
>file in Forms4.5 ?.
>

Why do you simply not copy to the printer:

host('copy C:\test.txt prn',no_screen);

                 Andrew Protasov
Received on Fri Apr 17 1998 - 00:00:00 CEST

Original text of this message