Installation & Licensing
Welcome to Autodesk’s Installation and Licensing Forums. Share your knowledge, ask questions, and explore popular Download, Installation, and Licensing topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Deploy Package using Deploy.exe Not Shourtcut

1 REPLY 1
Reply
Message 1 of 2
Littlerubarb
179 Views, 1 Reply

Deploy Package using Deploy.exe Not Shourtcut

Deploy Package using Deploy.exe Not Shortcut,
We would like to use a script to execute the deploy.exe but it seems error every time, it's looking for a command line variable...Tried everything but cannot get it to work..
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Littlerubarb

vbs script: [begin code] Dim WshShell, oExec Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("Y:\someplace\deploy.exe ""DeploymentName""" ) Do While oExec.Status = 0 WScript.Sleep 100 Loop 'do next vbs thing here [end code] -John >>> Littlerubarb 8/10/2004 2:19:58 PM >>> Deploy Package using Deploy.exe Not Shortcut, We would like to use a script to execute the deploy.exe but it seems error every time, it's looking for a command line variable...Tried everything but cannot get it to work..

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Administrator Productivity


Autodesk Design & Make Report