Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

need Command Line Arguments for Automation 1

Status
Not open for further replies.

dagarber

Mechanical
Joined
Mar 24, 2006
Messages
16
Location
US
Does anyone know of a list of all the arguments that can be used when launching ProEngineer from the command line? I have tried searching the ProE help and also online, but I haven't been able to find anything. The only commands I know are the ones I have gleaned from other threads.

Right now I am using the following in a Visual Basic macro to launch ProEngineer using a button in Excel (see thread554-144905):

proe.exe -g:no_graphics mytrailfile.txt

The problem I have is that this only works if ProEngineer opens with the default working directory set to the directory where my trail file is located. So I would like to be able to set the working directory that ProEngineer opens in, preferrably from the command line. Is this possible?

thanks,
David
 
set the path to your trail file in the command line.
proe.exe -g:nographics c:\trail_file_dir\mytrailfile.txt


"Wildfires are dangerous, hard to control, and economically catastrophic."

Ben Loosli
Sr IS Technologist
L-3 Communications
 
Thank you looslib, I can't believe I didn't think of that!

That solves my immediate problem; I would still be interested in a list of command line arguments if anyone can point me towards a source for that information...

thanks,
David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top