if you want the quotes you have to include them in the string like this:
setRegistry( "HKEY_CLASSES_ROOT\BioArchimed\shell\open\command\", quote & "C:\Ba\Ba.exe" & quote && quote & "-E"& quote && quote & "%1""e ) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of thierry > Sent: Sunday, December 19, 2004 17:34 > To: How to use Revolution > Subject: setRegistry... > > Hi, > > need to write this value : > "C:\Ba\Ba.exe" "-E" "%1" in the Registry. > > the function below almost works except for the Quotes !!! > this is important so -E is in $1 and %1 in $2... > > > setRegistry( > "HKEY_CLASSES_ROOT\BioArchimed\shell\open\command\", > "C:\Ba\Ba.exe -E %1" ) > > Any clue > > Best regards, thierry > > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
