dubsdj Posted December 1, 2010 Posted December 1, 2010 HiI'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.
Yzöwl Posted December 5, 2010 Posted December 5, 2010 I would think that you'd need to use both ASSOC and FTYPEASSOC .swf=ShockwaveFlash.ShockwaveFlashFTYPE ShockwaveFlash.ShockwaveFlash="iexplore.exe" "%1" %*However, you'd also likely need to have the appropriate registry settings for the Shockwave Flash Object too.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now