.SCR file, searchpath for printer, spaces
Posted: Tue Sep 11, 2012 6:49 am
Not sure where exactly to put my thread.
Im trying to write a script for printing a document, although when Im trying to enter the searchpath for the printer, all spaces are interpreted as ENTER/RETURN by Intellicad(CADian 2011)
Example:
When I enter this line in the .scr-file:
//SERVER/PRINTERNAME WITH SPACES
I see this in the commandline (when the script gets to entering an output device):
Enter an output device name or [?]: //SERVER/PRINTERNAME <//SERVER/PRINTERNAME> not found
Enter an output device name or [?]: WITH <WITH> not found
Enter an output device name or [?]: SPACES <SPACES> not found
I try enclosing it with Citation marks (") which makes the spaces follow along, but the program cannot find the printer
I dont have this problem in AutoCAD 2008
Any ideas?
Thanks
/Kristoffer
Im trying to write a script for printing a document, although when Im trying to enter the searchpath for the printer, all spaces are interpreted as ENTER/RETURN by Intellicad(CADian 2011)
Example:
When I enter this line in the .scr-file:
//SERVER/PRINTERNAME WITH SPACES
I see this in the commandline (when the script gets to entering an output device):
Enter an output device name or [?]: //SERVER/PRINTERNAME <//SERVER/PRINTERNAME> not found
Enter an output device name or [?]: WITH <WITH> not found
Enter an output device name or [?]: SPACES <SPACES> not found
I try enclosing it with Citation marks (") which makes the spaces follow along, but the program cannot find the printer
I dont have this problem in AutoCAD 2008
Any ideas?
Thanks
/Kristoffer