massimt Posted December 1, 2016 Share Posted December 1, 2016 Good morning. I am new of the forum, my question is simple: I have to run a file with estension .trd that is a file coming out from the program Trnsys (a program to simulate engineering plants). The problem is that using Trnsys version 16 is all ok but when I produce the file.trd I can't run it with Autoit. It says that it can't open this file (but the file is the same as the one created with Trnsys 16) Someone can help me? Thanks in advance Massimo Link to comment Share on other sites More sharing options...
rootx Posted December 1, 2016 Share Posted December 1, 2016 Hi massimo, your question is to incomplete... write a piece of your code. Anyway i suppose that, you lost the application who must execute your file..... try this $iPID = ShellExecuteWait("PATH PROGRAM\Trnsys.exe", "command and your file .trd whith the path","workingdir" , "verb" ,@SW_SHOW) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now