fafster Posted July 2, 2009 Posted July 2, 2009 Does anyone know in which directory the ftype program is located? I need the full path, but I can't seem to find it anywhere.
OutToLunch Posted July 2, 2009 Posted July 2, 2009 Might be a silly suggestion, but isn't it part of CMD rather than a standalone app - the same as other basic commands like dir, del etc? 1
Michael Posted July 2, 2009 Posted July 2, 2009 It's probably just a DLL or something along these lines. Not a standalone application as such (as mentioned above). 1
srochford Posted July 2, 2009 Posted July 2, 2009 Are you trying to launch it from a script or similar? If so, try running "cmd /c ftype etc etc etc" Because ftype is an intrinsic command you need to launch cmd in order to run it. 1
fafster Posted July 2, 2009 Author Posted July 2, 2009 I was sure I'd replied to this topic! Cheers all. srochford, that's basically what I did and everything's worked fine.
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