do you know shellLaunch with nircmd.exe

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"

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
barigazy's picture

...

This also works

ShellLaunch "calc.exe" ""

bga

fajar's picture

why dont ya use straight way

why dont ya use straight way to call calculator/calc

calcPath=sysInfo.systemdir+"\\calc.exe"
 
if doesfileexist calcPath do ShellLaunch calcPath ""
dussla's picture

can you fix again

thank your really really

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.