dkwokgs Posted October 24, 2005 Posted October 24, 2005 Hi There, Is there a auto way to register a file type? Eg. I want to register .NDL (see attached) Please advise. Regards Daniel K
BigDod Posted October 24, 2005 Posted October 24, 2005 Hi There,Is there a auto way to register a file type?Eg. I want to register .NDL (see attached)Please advise.RegardsDaniel KTry searching the forum for associationHere is one to start you off. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
MHz Posted October 24, 2005 Posted October 24, 2005 Here is an example DOS method of creating and associating a filetype. $type = 'ndlfile' RunWait(@ComSpec & ' /c ftype ' & $type & '=' & @WindowsDir & '\notepad.exe "%1" && assoc .ndl=' & $type, '', @SW_HIDE)
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