BonRouge Posted December 26, 2010 Report Share Posted December 26, 2010 I've searched around for this but not found a solution. I want to print a simple text file from cmd.exe .Here's what I have:C:\Documents and Settings\steve>print /d:\\bonrouge\CanonLBP "E:\steve\My Dropbox\wireless.txt"This gives me this message:E:\steve\My Dropbox\wireless.txt is currently being printedC:\Documents and Settings\steve>So, I'm pretty sure this is the right code to do this, but the file is not printed. The printer works fine. It's just not printing from this code.Any idea what the problem might be?Thanks for any help. Quote Link to comment Share on other sites More sharing options...
Makcalable Posted December 26, 2010 Report Share Posted December 26, 2010 Maybe this will help HereNot actually done this myself. Quote Link to comment Share on other sites More sharing options...
BonRouge Posted December 28, 2010 Author Report Share Posted December 28, 2010 Thank you.This did it for me:start /min c:/WINDOWS/system32/notepad /p myfile.txt Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.