MB Software Solutions, LLC wrote on 2011-06-29: > I need to send 3 parameters with the call of this VFP executable. I'm > having a brain fart and forgot how to do this! I'm creating a shortcut > on the desktop and this doesn't work in the command: > > g:\Apps\MyApp.exe "me.ini",".F.",".T." > > I just get back a Syntax error! Can you remind me of how to pass parms > to the exe from the Windows call? > > tia, > --Mike
Mike, Spaces instead of commas. g:\Apps\MyApp.exe "me.ini" ".F." ".T." Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

