I have a very stupid problem about fscommand.
Almost i finished my project. But fscommand is killing me.
how can i use “exec” code with folder.
my file is here
c://project/fscommand/project.exe
and i use this code
fscommand(“exec”,“project.exe”);
and works ok.
But if file is
c://project/fscommand/folder/project.exe
and i use this code
fscommand(“exec”,“foder/project.exe”);
but it doesn’t run. What is my problem?