MSFN Forum: Ftype prob - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Ftype prob Rate Topic: -----

#1 User is offline   dubsdj 

  • MCITP
  • PipPip
  • Group: Members
  • Posts: 230
  • Joined: 26-June 07
  • OS:none specified
  • Country: Country Flag

Posted 01 December 2010 - 06:32 AM

Hi

I'm trying to set a file association for restricted users on a network.

ftype ShockwaveFlash.ShockwaveFlash="C:\Program Files\Internet Explorer\iexplore.exe" "%1"

But this won't open the file when they double click on it! It's waiting for a file name..

Is there anyway I can make the association work with the file that is clicked on?

I'm trying to put this in a batch file.


#2 User is offline   Yzöwl 

  • Wise Owl
  • Group: Super Moderator
  • Posts: 4,369
  • Joined: 13-October 04
  • OS:Windows 7 x64

Posted 05 December 2010 - 07:36 AM

I would think that you'd need to use both ASSOC and FTYPE
ASSOC .swf=ShockwaveFlash.ShockwaveFlash
FTYPE ShockwaveFlash.ShockwaveFlash="iexplore.exe" "%1" %*
However, you'd also likely need to have the appropriate registry settings for the Shockwave Flash Object too.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy