Computing.Net > Forums > Disk Operating System > Printing via COM1 in pseudo Dos for Win9x

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Printing via COM1 in pseudo Dos for Win9x

Reply to Message Icon

Name: B Newman
Date: January 10, 2000 at 13:44:27 Pacific
Comment:

I need to send clean text files to the COM1 port from Win 9x pseudo DOS shell. Thanks to Dean, I now know that using the following command can do that:
C:>\PRINT textfile.txt >> COM1
(where textfile.txt contains, say, the word 'hello')
I get on my COM1 printer the following:

C:\textfile.txt is currently being printed
hello

Is there any way to suppress the 'C:\textfile.txt is currently being printed' print queue message?

I tried setting up a batch file as follows:

@echo off
PRINT textfile.txt >> COM1

and this does not suppress the print queue message.

Any ideas? Help is greatly needed.




Sponsored Link
Ads by Google

Response Number 1
Name: Dean
Date: January 10, 2000 at 15:37:36 Pacific
Reply:

How about this:

type textfile.txt >>com1

Should do the same thing.


0
Reply to Message Icon

Related Posts

See More


PC-DOS 2000 Tard tries to format Hard...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Printing via COM1 in pseudo Dos for Win9x

How do you print to COM1 in pseudo DOS? www.computing.net/answers/dos/how-do-you-print-to-com1-in-pseudo-dos/1898.html

Print command missing in my Dos www.computing.net/answers/dos/print-command-missing-in-my-dos/9244.html

CDROM USE IN DOS FOR DOS GAME www.computing.net/answers/dos/cdrom-use-in-dos-for-dos-game-/2311.html