printing time delay ??

  • Thread starter Thread starter Chris 159
  • Start date Start date
C

Chris 159

Hi all, i cannot find a group for xp so i hope you lot can asnwer in here.

is it possible to set a scheduled task or something to print a text file at
a set time ?
if so how ?

TIA

chris
 
Cari (MS-MVP) said:
microsoft.public.windowsxp.print_fax

i did consider doing it by fax but i dont see how it can work as it needs
two modems/lines - 1 to send and another to recieve. plus the fact that my
line wont be free
 
NOTEPAD.EXE has a command line option that will print on the default
printer:

notepad /p filename.txt

Use the task-scheduler to run NOTEPAD.EXE with the "/p" option followed by
the full pathname to the file you want printed.
 
Jim said:
NOTEPAD.EXE has a command line option that will print on the default
printer:

notepad /p filename.txt

Use the task-scheduler to run NOTEPAD.EXE with the "/p" option followed by
the full pathname to the file you want printed.

ah brilliant. thanks for that :-)
 
The newsgroup name is Print_Fax.... it deals with both Printing and Faxing
problems.
 
Back
Top