external file not being created using launch command.
Posted: Wed Sep 24, 2014 7:19 pm
Hi,
I have an external C program I am running which creates a file and then writes to this file.
My LiveCode app launches this external C app. However, the file which should be created by my external app never does get created in this scenario.
If I run the external application by itself on the command line the file always is created.
I am using:
launch(applicationname.exe)
Do I need to specify more parameters?
Any insights?
Thanks!
I have an external C program I am running which creates a file and then writes to this file.
My LiveCode app launches this external C app. However, the file which should be created by my external app never does get created in this scenario.
If I run the external application by itself on the command line the file always is created.
I am using:
launch(applicationname.exe)
Do I need to specify more parameters?
Any insights?
Thanks!