Hi Mark, thanks, but i had the same idea. So i tried with a simple app. My opencard handler looked like this
on opencard answer $1 & cr & $2 & cr & $3 & cr & $4 & cr & $5 & cr & $6 & cr & $7 & cr & $8 & cr & $9 & cr & $10 & cr $11 & cr & $12 & cr & $13 end opencard The commandline to start the app looked like this app.exe a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12 a13 But i only got displayed a1 to a9 So maybe there is a problem with the Windows standalone? Regards, Matthias -------- Original Message -------- Subject: Re: Re-2: only 9 parameters possible in rev standalone commandline (08-Sep-2008 23:33) From: Mark Smith <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] > Mattias, I just got 15 parameters to show up in a cgi-type script: > > on startup > put $0 & cr & $1 & cr & $2 & cr & $3 & cr & $4 & cr & $5 & cr > put $6 & cr & $7 & cr & $8 & cr & $9 & cr & $10 & cr > put $11 & cr & $12 & cr & $13 & cr & $14 & cr & $15 & cr > end startup > > Might there be something in the tenth of your parameters (a null > byte, perhaps) that is causing a problem? > > Best, > > Mark > > > On 8 Sep 2008, at 20:33, [EMAIL PROTECTED] wrote: > > > Ben, > > > > just imagine you want to drag files onto a Windows shortcut of a > > runrev standalone. There it would be usefull to have more than 9 > > parameters. > > > > I am working on an application, which allows the user to put a > > predefined watermark onto a graphic file. > > I want to give the user the opportunity to drag lots of files or > > folders to the shortcut of that app without starting the app first. > > Putting a file onto a Windows shortcut starts the app and puts the > > file(s)/folder(s) as a parameter to the app. > > > > Regards, > > > > Matthias > > > > > > > > > > -------- Original Message -------- > > Subject: Re: only 9 parameters possible in rev standalone > > commandline (08-Sep-2008 16:26) > > From: Ben Rubinstein <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > > >> [EMAIL PROTECTED] wrote: > >>> am i the only one who is using rev standalones with commandline > >>> parameters? > >> > >> No, I know of at least one other (me). But I've never tried using > >> it with > >> more than two; you might be the only using rev standalones with > >> more than > >> nine. > >> > >> - Ben > >> > >> _______________________________________________ > >> 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 > >> > >> > >> > >> > >> To: [email protected] > > > > > > _______________________________________________ > > 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 > > _______________________________________________ > 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 > > > > > To: [email protected] _______________________________________________ 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
