devxlogo

Passing arguments to an Exe

Passing arguments to an Exe

Question:
I have an .exe of PB app “sales.” While I type c:sales.exe, I will also pass a parameter such as c:sales.exe auto.

Now I want to access this parameter in my appobject, and so I have to write code in the app object. How do I refer to the parameter that I am trying to pass to the sales.exe ?

Answer:
You can access the command line in two ways. In your application object, goto the open event. There is an argument to the event commandparm which is the contents of the command line.

Also anywhere in your code you can call the CommandParm() function to get the contents of the command line.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist