Hello CurtisDo,
Thank-you for your question.
Basically you can use the following code to execute the app:
SystemUtil.Run "Directory of the app"
Or if you want to run first the CMD you can write the following code to execute CMD:
SystemUtil.Run "C:Windowssystem32cmd.exe"
Then you scan the CMD window using ZAPTEST (The new name for the Zap-fix Standalone version) and using its objects you write:
Application("Name of the capture Application object").View("Name of the captured View name").Type "Directory of the app" & "{ENTER}"
Please contact Zap for further help.
Thanks,
Sasha