| Author |
Message |
Mike Pagel
Guest
|
Posted:
Wed Sep 15, 2004 2:00 am Post subject:
Send plot file to LPT1? |
|
|
Hi group. I'm trying to set-up a RMB feature where I can LMB click on a plot
file, (.plt), then RMB & under "send to"
have an function called "send file to plotter".
I send plot files to my plotter now in the DOS window, (copy plotfile.plt
lpt1) but I know it could be easier.
I perused the folder options for a possible solution but that didn't pan
out.
Any ideas anyone? TIA. M.P.
|
|
| Back to top |
|
 |
Mark
Guest
|
Posted:
Wed Sep 15, 2004 5:07 pm Post subject:
Re: Send plot file to LPT1? |
|
|
"Mike Pagel" <mpagel@csolve.net> wrote in message
news:qSJ1d.700$9g.1830@news20.bellglobal.com...
| Quote: | Hi group. I'm trying to set-up a RMB feature where I can LMB click on a
plot
file, (.plt), then RMB & under "send to"
have an function called "send file to plotter".
I send plot files to my plotter now in the DOS window, (copy plotfile.plt
lpt1) but I know it could be easier.
I perused the folder options for a possible solution but that didn't pan
out.
Any ideas anyone? TIA. M.P.
|
I have a bat file similar to the following:
COPY %1% LPT1 or
COPY %1% \\servername\printername
I then go into file types and associate this with the .plt extension.
I print the drawing to a file and then in Windows Explorer, double-click and
boom-ba-da-bing, it prints.
Mark |
|
| Back to top |
|
 |
Mike Pagel
Guest
|
Posted:
Wed Sep 15, 2004 9:23 pm Post subject:
Re: Send plot file to LPT1? |
|
|
Yes. That works great Mark. Thanks. M.P.
"Mark" <marklb@bogus.net> wrote in message
news:10kgfpopj4gjv4e@corp.supernews.com...
| Quote: |
"Mike Pagel" <mpagel@csolve.net> wrote in message
news:qSJ1d.700$9g.1830@news20.bellglobal.com...
Hi group. I'm trying to set-up a RMB feature where I can LMB click on a
plot
file, (.plt), then RMB & under "send to"
have an function called "send file to plotter".
I send plot files to my plotter now in the DOS window, (copy plotfile.plt
lpt1) but I know it could be easier.
I perused the folder options for a possible solution but that didn't pan
out.
Any ideas anyone? TIA. M.P.
I have a bat file similar to the following:
COPY %1% LPT1 or
COPY %1% \\servername\printername
I then go into file types and associate this with the .plt extension.
I print the drawing to a file and then in Windows Explorer, double-click
and
boom-ba-da-bing, it prints.
Mark
|
|
|
| Back to top |
|
 |
VBsixer
Joined: 16 Sep 2005
Posts: 1
Location: Stillwater, OK.
|
Posted:
Fri Sep 16, 2005 4:12 am Post subject:
Sending PLT files to printer |
|
|
Mike,
you might try equivaq 2005. it's a plot file spooler that has a watched folder autospooler and can send many copies to the printer at given times 15 minutes around the clock.
it's just a handy tool
www.equivaq.com _________________ VBsixer
Believe in Jesus for eternal life...nothing more is required. |
|
| Back to top |
|
 |
|
|
|
|