assoc curiosity

May 20, 2008
603
0
Sammamish, WA
First, I must admit that I don't have a practical purpose for this, but saw
that assoc behaves differently on cmd and tcc when the extension includes a
space. I was not able to find a syntax that defined such an association in
tcc, but in cmd this works fine, but appears to be ignored (neither effect
nor error message):

assoc ".zzz zzz"=zzztype

--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.
 
May 20, 2008
3,515
4
Elkridge, MD, USA
----- Original Message -----
From: "Jim Cook" <>
| First, I must admit that I don't have a practical purpose for this, but
saw
| that assoc behaves differently on cmd and tcc when the extension includes
a
| space. I was not able to find a syntax that defined such an association in
| tcc, but in cmd this works fine, but appears to be ignored (neither effect
| nor error message):
|
| assoc ".zzz zzz"=zzztype

I succeded in TCC creating such an association using the /R syntax, putting
the text in a file. Furthermore, by using a file type already known (same as
associated with .DOC) I successfully opened the file with the intended word
processor.
--
Steve
 

Similar threads