[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ProgSoc] VB Question




>    type "c:\Print1.txt" > prn
>
> but this code is not working in a network printer.
>
> in order to work in a network printer what change is required ?.

Try something like:

net use lpt3: \\print_srv\printer
type c:\hello.txt > lpt3:

Should work, though I can't test it right now.

Cheers,
Shaun


-
You are subscribed to the progsoc mailing list. To unsubscribe, send a
message containing "unsubscribe" to progsoc-request@nospam.progsoc.uts.edu.au.
If you are having trouble, ask owner-progsoc@nospam.progsoc.uts.edu.au for help.