Autodesk Navisworks
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is it possible to publish an nwd file via the Batch Utility?
I currently generate a new model via the Batch Utility Scheduler but for security reasons, I need the file to be locked after 24hrs.
I can manually publish the file with these settings but I need to automate the file creation.
Solved! Go to Solution.
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
In the VB examples there is an example that does just that:
C:\Program Files\Autodesk\Navisworks Simulate 2011\api\COM\examples\AUTO_08\Auto_08.vbs
(I suppose it is also included in the 2012 version)
Just open with Notepad and read it.
This can be launced from a command line
and thus by a scheduled CMD-file.
I had to modify it to get rid of the password and expirying date...
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Patrick,
Works a dream, many thanks.
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is there a way to set the date to increment automatically?
eg todays date + 1
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Within the VB code, surly, but I don't know how.
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Solution found,
If you replace the expiry argument with the following code, the published file has a onw week lifespan.
arg_expiry = dateadd("d", 7, Now() )
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Do you know if there is a way of creating a batch that uses the publish option "embed database properties" instead of expiration date?
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Re: Publish using the Batch Utility (Simulate 2012)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content



