I would like to break this association, but the file extension (.000) does
not show up on my Flie Types list under Settings.
Is there any way to do this? Is it in the user or machine profile (we use
central profiles on our network for the users)?
Thanks.
--
--Thom
"All of his saves have come during relief appearances." -- Ralph Kiner
(you can also search the keys for "auto_file" to find all the auto_file
types you have listed from doing that automatic association garbage)
--
tkp...@usa.net
www.Suite101.com Windows NT editor
Thom Slack wrote in message <6oimej$3...@login.freenet.columbus.oh.us>...
--
"There is no satisfactory substitute for excellence."
-- Dr. Arnold O. Beckman
Anyone know how to do this?
Thanks!
Doug White
To add an association, select Explorer, view, options, file types, and go through the steps to add a new
type.
I had the problem of NT not letting me add a type, with some message relating to "xxx_auto_file" already
using the type. To get around this, I cleared the .xxx association at the cmd prompt with syntax "assoc
.xxx=" minus quote marks, then did the add steps with Explorer. It seemed to work okay.
If there's something wrong with this I'd be grateful of a heads-up.
Peter L
make a shortcut of your editor; put it in "c:\winnt\profiles\{user
name}\send to"
--
tkp...@usa.net
www.Suite101.com Windows NT editor
http://www.suite101.com/topics/page.cfm/438
Doug White wrote in message <6p2blv$p...@llnews.ll.mit.edu>...
Try using this command in a DOS window
ASSOC
So, if files like .xxx are accidentally associated with notepad, try
this to de-associated them:
ASSOC .xxx=
This is similar to the SET command where if you do a SET VAR= the
definition of VAR is un-defined (VAR is removed).
Try putting ASSOC in the NT Help Find field and navigate to that topic
for a full explanation.
--
Ken Madsen