[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ProgSoc] VB Question (fwd)
Thankyou for using ProgSoc. Please direct all payments to:
Mr E.
Treasurer
ProgSoc, c/- UTS Union
PO Box 321, Ultimo, NSW 2007
Please do not send us sample code, printouts, mugs or hamsters without a
stamped, self-addressed envelope if you ever want to see them alive again.
---------- Forwarded message ----------
Date: Sun, 15 Dec 2002 19:03:43 +1100 (EST)
From: Shaun Clowes <shaman@nospam.progsoc.uts.edu.au>
To: The Programmers' Society <progsoc@nospam.progsoc.uts.edu.au>
Subject: 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.
-
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.