I want to start a VXE program that take in an argument as input. I want to run the VXE each time with a different argument from command line in Windows.
For example
My.vxe 1234
I want my.vxe use the 1234 as input argument to perform its function inside. Please advice me how to..
Let me justify my statement: Help file documented on how to start VEE with different "options" by using cmd only. If there is a way to do it,i believed that it will be captured somewhere in help file.
Under Content Tab> How do I....>Use basic features>Starting Agilent VEE>To Start Agilent VEE with Command-Line Options
Hope this helps.