Utility to Pass Parameters to WBT while File is Loaded in Winbatch Studio
Keywords: pass parms
Add the following to the top of your script. This code will only get executed if running in WinBatch Studio.
if rtStatus()==10 ;means it running in WinBatch studio ParseData("various parameters") endif
Article ID: W14396Filename: Utility to Pass Parms to WBT while in WB Studio.txt