Can an ATEasy executable (EXE) handle command line parameters?

Knowledge Base Article # Q200079

Read Prior Article Read Next Article
Summary How to handle command line parameters from ATEasy EXE
  
Login to rate article
Use the App.CommandLine to retrieive these parameters. The on-line help explains how to use the CommandLine property of the AApp class.

For example if you call your exe:

abc.exe a.log


The App.CommandLine will be equal to "a.log" and in you code you can use it:

SaveLog(App.CommandLine)

Article Date 7/21/2006
Keywords ATEasy, ALog, SaveLog, CommandLine, AApp


Login to rate article

Read Prior Article Read Next Article
>