thanks for the corrections Alex! [EMAIL PROTECTED] wrote on 17/11/2005 09:54:24:
> [EMAIL PROTECTED] 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. :-) Simpler because they just take a copy paste. No opening a dialog, click on a tab, search your type, click "advanced" or edit, choose your file, click ok... > That's good if you already have the filetype info for "RunRevFile" set > up - but you probably won't. ASSOC .rev=RunRevFile This line sets up your file type... as seen in "Ftype /?" > 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 oops, how did i miss those? > (i.e. you want the period before the extension names). > > -- > Alex Tweedly http://www.tweedly.net ----------------------------------------- To make communications with Clearstream easier, Clearstream has recently changed the email address format to conform with industry standards. The new format is '[EMAIL PROTECTED]'. Visit us at http://www.clearstream.com IMPORTANT MESSAGE Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message. The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries. END OF DISCLAIMER _______________________________________________ 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
