Re: How to print in 3 copies from DOS (HP LaserJet 1300)



Does this application always need to print 3 copies? In that case, set
the app once to Print to File (if it allows that) and then shell out to DOS (if it allows that) to run a small .bat file to print the file 3x. If she's got to switch back and forth between 1x and 3x, create two batch files, 1x.bat and 3x.bat. If need be, the batch file could prompt for the name of the file to be printed.

koski.andrew@xxxxxxxxx wrote:
Thanx, but I need to explain that to a really old accountant lady, and
I don't think she would catch what am I saying to her at all ;-)


I'm asking about some pretty smart DOS driver, or program shell, which
coul do the trick ...


Regards!










On 27 Mar, 20:49, measekite <inkysti...@xxxxxxx> wrote:
Redirect the lpt port to a file and then print the file 3 times

koski.and...@xxxxxxxxx wrote:
Hello!
I have small question.
I have an old accounting program and need to print from DOS to HP
LaserJet 1300 in 3 copies. The program itself doesn't have the option
to configure that.
Going back from after-printing to print the page again is not an
option, because it consumes too much time :-/
Is there a way to put some string to autoexec/config or any other
place ;) to make that happen ?
Regards!
koski






.



Relevant Pages

  • Re: QBASIC Program via wscript.shell giving error
    ... So it won't stay on top of the app. ... "Run" is working fine with me also, however the Black DOS window removes ... "christophe" wrote: ... Although I'm willing to retry the Shell. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Shell() or Windows API question
    ... >>I have a DOS or command console program that was written ... >>have tried Shell() with both direct and with various ... >>both of the batch files described above do work ...
    (microsoft.public.access.modulesdaovba)
  • Re: What is the name of the 4DOS language?
    ... While technically true, the platforms known as PC-DOS, MS-DOS, DR-DOS, ... PTS-DOS, etc. actually contain the token "DOS" in their formal product ... As UNIVAC's ECL is (Executive Control Language), ... Most of the shell scripts I've seen start with #/bin/sh, ...
    (comp.os.msdos.4dos)
  • Re: custom shell starts before all services loaded
    ... I created a small app for my custom shell which then starts my main app, ... > Then you should look at WaitForInputIdle API. ...
    (microsoft.public.windowsxp.embedded)
  • Re: custom shell starts before all services loaded
    ... Shell to run the script file. ... > I created a small app for my custom shell which then starts my main app, ... because my main app comes up on the custom display. ... As far as WaitForInputIdle(), ...
    (microsoft.public.windowsxp.embedded)