I tried using the batch file method but it doesn't work. Below are the script file & batch file that I have created.

In my main script KIXTART.SCR, I have the following statement:-
CALL CUSTOM.SCR

In CUSTOM.SCR, I have the following statements:-
IF INGROUP ("AuditWizard")
SHELL "AuditWizard.bat"
EXIT

In AUDITWIZARD.BAT, I have the following statements:-
%COMSPEC% /c \\fs01\AuditBuild\scan32.exe
EXIT

Somehow or rather, when it is executing the auditwizard.bat file, after finishing the scan32.exe, it will just hang there. Fyi : While performing the scan, a separate window will appear collecting all the hardware & software information & this window will close automatically. However, the KIX32 windows will just stay at the "\\fs01\AuditBuild\scan32.exe" statement.

Did I write these scripts correctly ? Appreciate any further advice or any other advice from anyone.

Tks & Rgds.