i found good util for my work
so i use shellLaunch and nircmd
but that is not work
pls what problem ?
shellLaunch "C:/WINDOWS/system32/nircmd.exe exec show" "C:/WINDOWS/system32/calc.exe"
Forum topic · Scripts Wanted
By dussla · 2013-12-24
i found good util for my work
so i use shellLaunch and nircmd
but that is not work
pls what problem ?
shellLaunch "C:/WINDOWS/system32/nircmd.exe exec show" "C:/WINDOWS/system32/calc.exe"
barigazy · 2013-12-25
This also works
ShellLaunch "calc.exe" ""
fajar · 2013-12-25
why dont ya use straight way to call calculator/calc
calcPath=sysInfo.systemdir+"\\calc.exe"
if doesfileexist calcPath do ShellLaunch calcPath ""
can you fix again
dussla · 2013-12-26
thank your really really