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!

how to run journal file .cs file in C# windows application

Status
Not open for further replies.

dhaval082

Mechanical
Joined
Jun 24, 2013
Messages
26
Location
IN
i make one windows base application in C#.net .now i want to run journal file with the use of the windows base application in C#.net
 
There is an application in your UGII folder that will run a specified journal; it is called run_journal.exe. Search the NX help file for "Run a journal from the command prompt window" and you will find the following:

NX help said:
On Windows, you can launch a journal from an external command line using the following command:

run_journal [filename] -args [string arguments]

where:

[filename] = a valid journal filename [string arguments] = an optional array of string arguments that are passed through to your main() routine
Example

run_journal list_assy.vb -args mypart.prt

www.nxjournaling.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top