How do we execute (call) a windows batch file from TCL as a different process.
I am using the following code to call the batch file.
[exec “C:/Windows/System32/cmd.exe /c $HciSiteDir/CreatePatientServiceJKS.bat $processName”]
Here:
CreatePatientServiceJKS.bat is the batch file to be called.
$processName is the argument to passed as an input to the batch file.
Thanks in advance
javascript:emoticon(‘:)’)