cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Open File in Epic Programmatically

hamzaaboudd
1-Newbie

Open File in Epic Programmatically

Hello Everyone,
I work on Epic 5.4 and I am a beginner, I want to open local file programmatically with the ACL functions.
I want to know if anyone has an example of this kind.
I would be RECOGNIZING if someone can help me

cordially

1 REPLY 1

Two possible options:

(1) From a windows command prompt:

epic.exe "your_report.sgm"

(2) In ACL. (From Jason Buss - http://communities.ptc.com/message/16512#16512 )

Define the file name in a variable: $file = "C:\\file\\myfile.xml";

call: edit -newwindow $file

- Mark

Announcements

Top Tags