You can pass command line arguments to a standalone project's main method when you load the project for debugging or when you run it with the Project Tester.
To pass arguments to a standalone project:
Click the Project Manager control on the WorkShop tool bar.
Click Run tab.
Type the arguments in the Program Arguments text field.
Type the arguments as if you are typing them on the command-line. Do not include the program name. If the argument name includes a space, enclose it in parenthesis (for example, "arg 1").