Jump to content

Auto plotting to network plotter withh \\ in name


Recommended Posts

Posted

I have auto plots for pdf's tiffs etc so thought auto plot to plotter A0 no worries but can not get around network name problem \\PRODPRN02\DESIGNA0

 

The double back slashes are a problem in name any ideas. tried (chr 92 stuff)

 

(setq plottername "\\PRODPRN02\DesignA0-Plotter")
(COMMAND "-PLOT" "Y" "" plottername
       "ISO A1 - 594 x 841 mm. (landscape)" "m"    "LANDSCAPE"    "N"   "W"  "-6,-6"    "807,560" "1=1"  "C"
       "y"   "Designlasercolour.ctb" "Y" "n"    "n"    "y"   "N" "N" "y"      )
   )

Posted

Will this not work?

 

\\\\PRODPRN02\\DESIGNA0

Posted

Thanks Renderman positive I tried that combination but it works now. Sometimes when testing Autocad seems to get it self in a loop and not want to work with changes to code. Had a weekend off that made the difference.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...