ScriptSpot

Forum topic · Scripts Wanted

do you know shellLaunch with nircmd.exe

By dussla · 2013-12-24

Description

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 (3)

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