Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: dragon-itPosted on 2009-04-14 at 05:20:38ID: 24137316
Assuming that lpt1: is not the issue here (and it could be), maybe the application does not close the myprint file before it calls this batch process? Can you amend this to try doing just
rem type c:\temp\labeldef.rpt > LPT1:
type c:\temp\myprint
pause
exit
so you can see if the file will show to the screen (in this case it may be accessing lpt1: that is the issue). Not sure if the LPT1: port will map OK
through RDP anyway without using a share on the user PC and a NET USE anyway?
Is this for one user or multiple btw?
Steve