[wpkg-users] uninstall wpkg?
Tomasz Chmielewski
mangoo at wpkg.org
Fri Mar 9 21:07:45 CET 2007
Marco Gaiarin schrieb:
> Mandi! Tomasz Chmielewski
> In chel di` si favelave...
>
>> Hmm? I don't think I understood what you mean.
>
> I call marco.js instead of wpkg.js, but i call marco.js with '/syncronize
> /nonotify /quiet' (as example) options.
>
> Inside marco.js i call wpkg.js, but how i can pass command line options
> from marco,js to wpkg.js?
Something like that should do:
var commandline = ""
our_parameters = WScript.Arguments
for (i=0; i<our_parameters.length; i++)
{
commandline = (commandline + our_parameters(i) + " ")
}
WScript.Echo(commandline)
You can then pass "commandline" to start another script etc.
--
Tomasz Chmielewski
http://wpkg.org
_______________________________________________
wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users
More information about the wpkg-users
mailing list