From: sto.mar@... Date: 2013-04-22T22:53:58+09:00 Subject: Re: How to invoke an .exe with command line arguments Am 22.04.2013 14:12, schrieb vijay Ram: > Hi all, > > I have to invoke an .exe with command line arguments, for example > > My application is installed in C:\Program Files\Companyname\app.exe > > The app.exe has to called with command line argument like app.exe -mlo > -applp > > How can we do this? Generally, command line arguments can be accessed via ARGV. --