The Hurricane Forum
The Hurricane Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Hurricane for AutoCAD
 General Discussion
 using wizard to import page setups
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

alaska_surveyor
New Member

USA
7 Posts

Posted - December 12 2006 :  2:31:19 PM  Show Profile  Visit alaska_surveyor's Homepage  Reply with Quote
Here is the code generated under user Script:
;-------------_EXPERT 2
_-PSETUPIN
"h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg"
"<default>"
_EXPERT 0
;-------------

I then add my 200 plus dwgs and try to run but it only goes thru a few of them and stops.
Can anyone please help

Admin
Administrator



652 Posts

Posted - December 12 2006 :  2:35:26 PM  Show Profile  Visit Admin's Homepage  Reply with Quote
Hi Alaska_surveyor,

Can you take a look at (or please post) your F2 text window contents (in AutoCAD)...

You can usually determine what the hang-up is from what is displayed in there.

Looking forward to more info,

(Oh, and even your hurricane.scr file)

Regards,
Bill

Hurricane for AutoCAD
http://www.74mph.com
FAQ at
http://www.74mph.com/faq/faq.html
Tutorials at
http://www.74mph.com/tutorials.html
Go to Top of Page

alaska_surveyor
New Member

USA
7 Posts

Posted - December 12 2006 :  2:38:43 PM  Show Profile  Visit alaska_surveyor's Homepage  Reply with Quote
quote:
Originally posted by alaska_surveyor

Here is the code generated under user Script:
;-------------_EXPERT 2
_-PSETUPIN
"h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg"
"<default>"
_EXPERT 0
;-------------

I then add my 200 plus dwgs and try to run but it only goes thru a few of them and stops.
Can anyone please help



here is the F2 data
The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : "h:\Scheff\PUBLISH
PLOTTERS\page setup dwf writer.dwg"

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : "<default>"

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : _EXPERT
The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : 0

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : _QSAVE

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : (if (/= (getvar "DBMOD")
0)(command "_.OPEN" "_Y")(command "_.OPEN"))

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
nil
Enter user defined page setup(s) to import or :
"t:\BradleyLakeDwg\RecordSet4HEA\ESK_STICK\ESK-9TMI04-03.DWG"

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : _-PSETUPIN

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : "h:\Scheff\PUBLISH
PLOTTERS\page setup dwf writer.dwg"

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : "<default>"

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : _EXPERT
The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : 0

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : _QSAVE

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : _SDI
The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or : 0

The specified page setup(s) were not found in H:\Scheff\PUBLISH PLOTTERS\page
setup dwf writer.dwg.
Enter user defined page setup(s) to import or :
Go to Top of Page

Admin
Administrator



652 Posts

Posted - December 12 2006 :  3:09:11 PM  Show Profile  Visit Admin's Homepage  Reply with Quote
Well, it looks like the PageSetup you are calling for does not exist, or the "<default>" isn't working...

To solve, you must save a pagesetup as a specific name in the source file
h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg

Then specifically call it in the line of your script...

In other words in
h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg
Create a pagesetup that you like and save it with a name, maybe "Best".

In your script specify the name implicitly.
;-------------
_EXPERT 2
_-PSETUPIN
"h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg"
Best
_EXPERT 0
;------------

Let me know how it goes!

Regards,
Bill

Hurricane for AutoCAD
http://www.74mph.com
FAQ at
http://www.74mph.com/faq/faq.html
Tutorials at
http://www.74mph.com/tutorials.html
Go to Top of Page

alaska_surveyor
New Member

USA
7 Posts

Posted - December 12 2006 :  4:34:20 PM  Show Profile  Visit alaska_surveyor's Homepage  Reply with Quote
quote:
Originally posted by alaska_surveyor

Here is the code generated under user Script:
;-------------_EXPERT 2
_-PSETUPIN
"h:\Scheff\PUBLISH PLOTTERS\page setup dwf writer.dwg"
"<default>"
_EXPERT 0
;-------------

I then add my 200 plus dwgs and try to run but it only goes thru a few of them and stops.
Can anyone please help


Thank you as all is now well in my world!
Go to Top of Page

Admin
Administrator



652 Posts

Posted - December 12 2006 :  4:42:06 PM  Show Profile  Visit Admin's Homepage  Reply with Quote
Glad to be able to help!

Regards,
Bill

Hurricane for AutoCAD
http://www.74mph.com
FAQ at
http://www.74mph.com/faq/faq.html
Tutorials at
http://www.74mph.com/tutorials.html
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Hurricane Forum © 2009 - 2021 Go To Top Of Page
This page was generated in 0.35 seconds. Snitz Forums 2000