Yup, thanks, I mixed the first and second parm Tiemo > -----Ursprüngliche Nachricht----- > Von: [email protected] [mailto:use-revolution- > [email protected]] Im Auftrag von SparkOut > Gesendet: Freitag, 9. Januar 2009 09:34 > An: [email protected] > Betreff: Re: AW: How to pass a path with spaces to windows shell start? > > > Because you need to wrap the part with a space in quotes, and the first > quoted item in the string is taken as a console window title, you need to > add an empty pair of quotes to "be the title" which is then ignored and > the > second quoted string (your program path) will be executed. > > get shell ("start" && quote & quote && quote & tProg & quote) > > should work. >
_______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
