[Mono-dev] excute linux command under mono C#
nekresh
nekresh at gmail.com
Tue May 17 06:34:22 EDT 2011
On Tue, May 17, 2011 at 12:03 PM, harmeets <harmeet.singh at onebcg.com> wrote:
> Hi what will be exe and args here?
With your command : /bin/cp -rp
/usr/local/lib/xsp/test/2.0/projectname/invoices/
/usr/local/lib/xsp/test/2.0/projectname/testupload/
The exe part will be "/bin/cp"
and the args part will be "-rp
/usr/local/lib/xsp/test/2.0/projectname/invoices/
/usr/local/lib/xsp/test/2.0/projectname/testupload/"
More information about the Mono-devel-list
mailing list