Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 22.1.4 ]
At present, I know of a method that we can implement through the following code to automatically run the txt document that has already been written in flexscript when the flexsim model is opened.
Is there a method to automatically run the Dll file defined in C++using a script when I open a new model?
Functionality similar to the following code, but changed from a txt document to a Dll file
"C:\Program Files\FlexSim 2022\program\flexsim.exe"C:\Users\username\Documents\Flexsim 2022 Projects\test.fsm" /maintenance nogui_disablemsg_runscript /scriptpath C:\myscript.txt
Solved! Go to Solution.