WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Sample code
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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:   W14396
Filename:   Utility to Pass Parms to WBT while in WB Studio.txt
File Created: 2001:01:05:14:44:38
Last Updated: 2001:01:05:14:44:38