Quote:
Originally Posted by danswano
Thanks altef_4
I want to run that command in multiple sub directories.
for example {app}\dir\program.exe
how the code will look like?
|
Code:
if not ISExec ( 0, 0, 0,ExpandConstant('{app}\dir\program.exe'), 'file.ext', '', '',false) then break;