open with on windows does not work with rev. Heeeeeelp :-)
Alex Tweedly
alex at tweedly.net
Thu Nov 17 03:54:24 EST 2005
xavier.bury at clearstream.com wrote:
>it's actually much simpler than what's been described...
>
>open a command box and type the following
>
>assoc .rev ! this outputs the current association
>
> ASSOC .rev=RunRevFile
> FTYPE RunRevFile=D:\Metacard\mc.exe "%1"
>
>assoc .rev=RunRevFile
>assoc mc=RunRevFile
>assoc hc=RunRevFile
>
>double click a rev file and hop it works!
>
>
>
Hmmmm - obscure command lines "simpler" than a GUI - you must be a
Power User. :-)
That's good if you already have the filetype info for "RunRevFile" set
up - but you probably won't.
It looks like you can do that by giving the command
ftype RunRevFile = "C:\Program Files\RunRev 2.6.1\revolution.exe" "%1"
(adjusted to correct directory for your Rev installation)
but I haven't tested that.
And those last two commands Xavier gave should be
assoc .mc=RunRevFile
assoc .hc=RunRevFile
(i.e. you want the period before the extension names).
--
Alex Tweedly http://www.tweedly.net
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.2/170 - Release Date: 15/11/2005
More information about the use-livecode
mailing list