From: Phlip Date: 2007-10-03T09:29:55+09:00 Subject: Re: Whats going on!?!? Erik Boling wrote: > C:\>assoc .rb > .rb=rbFile > > C:\>ftype rbFile > rbFile=cmd.exe "%1" %* > > C:\>ftype rbFile="C:\ruby\ruby186\bin\ruby.exe" "%1" %* > rbFile="C:\ruby\ruby186\bin\ruby.exe" "%1" %* > > Ok i have really no clue on what you are saying there, are all those > just file locations, do i need to make the?, do i have to create a file > association * which i'm not sure how to do*? thank you for all the > replies but i'm a bit confused right now :\. Click on Start, click on Run, type CMD, press Enter, and enter these commands: assoc /? ftype /? -- Phlip