Посмотрите, что я могу сделать :-) (только что сделал это в окне XP DOS):
C:\>md test C:\>cd test C:\test>xcopy c:\windows\system32\tree.com C:\windows\system32\tree.com 1 File(s) copied C:\test>md t1 C:\test>md t2 C:\test>tree Volume in drive C is OSDisk Volume Serial Number is 0006EFC4 9654:5A1E C:. ├───t1 └───t2 C:\test>ren tree.com tree.cos C:\test>tree.cos Volume in drive C is OSDisk Volume Serial Number is 0006EFC4 9654:5A1E C:. ├───t1 └───t2 C:\test>ren tree.cos newname.cos C:\test>newname.cos Volume in drive C is OSDisk Volume Serial Number is 0006EFC4 9654:5A1E C:. ├───t1 └───t2 C:\test>
Т.е. вы, очевидно, можете выполнить cos-файлы, если явно дадите имя расширению в командной строке DOS.