hugginsn Posted March 19, 2009 Posted March 19, 2009 Hi Everyone. Hopefully someone will be able to give me a hand with this request. We're trying to associate all avi files to be run through quicktime all over our network - but this being done by some kind of script. I understand the open with function but we're working on a school campus with 500 machine and 1700 users + Does anyone have any idea how this could be done? Many Thanks
Michael Posted March 19, 2009 Posted March 19, 2009 This too should work. You can insert it into a logon script: ftype avifile="C:\Program Files\Windows Media Player\wmplayer.exe" "%1" assoc .avi=avifile Just change the directory to wherever you have Quicktime installed.
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