On Tue, Sep 23, 2008 at 12:11 AM, Steve Onnis <[EMAIL PROTECTED]> wrote: > I am trying to trigger a BAT file process using CFEXECUTE but for some > reason it will not accept my empty arguments into the process. > > I can pass arguments='"arg1" "arg2" "" "arg3"' > > But it seems to ignore the empty argument which I need it to pass to the BAT > file
Try passing "''", otherwise change the .bat file or create a another .bat and have it call the original .bat file. Chris -- Chris Velevitch Manager - Adobe Platform Users Group, Sydney m: 0415 469 095 www.apugs.org.au Adobe Platform Users Group, Sydney September meeting: It's Going To Be Brilliant Date: Mon 29th September 6pm for 6:30 start Details and RSVP on http://apugs2008september.eventbrite.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
