B4J Question Run B4J EXE in Batch Mode

dank

Member
Licensed User
Longtime User
Hi. I have a B4J application that has three buttons -- one to gather data and two to manipulate it. I know I could rewrite it to use only one button, but I'd prefer not. I'm using the ARGS() in AppStart but am not sure how I can have the program run and wait for Button1 to finish, then Button2, and, finally Button3. I'd like to be able to run this in a batch file. Can someone help? I'd appreciate it!

-Dan
 

stevel05

Expert
Licensed User
Longtime User
You need to explain a little more about the process. Do you want the app to run all three automatically if run in batch mode? Or still wait for user input?

You could use the fact that args() are present to create a different program flow.
 
Upvote 0
Top