xpmaniac4ever Posted March 9, 2006 Posted March 9, 2006 After I installed Microsoft`s Monad Shell beta 3, when I try to run cmd it says "cmd is not a valid win32 application". If I run cmd.exe it works. This happens to all exe`s on my computer. After I uninstall Monad Shell, the problem remains. The problem is that all my batch files refuse to work now. Any ideas how can I fix this ?
HybridShadow Posted March 9, 2006 Posted March 9, 2006 The cmd file must be corrupt, try and get it of your XP cd, it may be named cmd.ex_ , just run a search on the xp cd for cmd you should find it. If it is ex_ then you need to rename the extension to something like rar or zip then extract the file because obviously you cant use the dos based expand program.
Scubar Posted March 9, 2006 Posted March 9, 2006 Sounds like it may have changed a few settings in your registry. This regfile should put all the settings for cmd, bat and exe files back to the original settings.
xpmaniac4ever Posted March 9, 2006 Author Posted March 9, 2006 Thanx ScubaSteve. Tried your reg and still have the problem. Any exe that I run from Start\Run doesn`t work if I don`t provide the extension.ex:cmd.exe workscmd doesn`t
NaelAmer Posted April 1, 2006 Posted April 1, 2006 (edited) Open ur System32 folder located at your windows folder, you should find 2 CMD files, (cmd.exe, cmd.com), that cmd.com shouldnt be there, just delete it with brave heart try it now * this in case only cmd is not working at run * Edited April 1, 2006 by NaelAmer
gwerjo Posted April 27, 2006 Posted April 27, 2006 Hi guys,Just wanted to say thanks to NaelAmer for that solution. This problem has been bugging me for months. Even up reloading XP just to get over it - in my case it was Regedit as well as CMD that wouldn't work. Major bottomer!Anyway just as you suggested, had a look in system32 and indeed there were 5 or 6 zero-byte .com files (including ping and tracert). Knock them off and all is well.Any ideas what might have caused this?? After reloading XP the problem was resolved (obviously) but then just seemed to pop back by magic.Thanks again,Gwerjo
Scubar Posted April 27, 2006 Posted April 27, 2006 dude if you have a cmd.com in ur system32 then you will most likely have spyware on your pc. i would suggest you run spybot, adware and trendmicros online housecall antivirus scanner immediately.
pranavvyas Posted September 12, 2006 Posted September 12, 2006 After I installed Microsoft`s Monad Shell beta 3, when I try to run cmd it says "cmd is not a valid win32 application". If I run cmd.exe it works. This happens to all exe`s on my computer. After I uninstall Monad Shell, the problem remains. The problem is that all my batch files refuse to work now. Any ideas how can I fix this ?thanks a lot
eyeball Posted December 16, 2006 Posted December 16, 2006 (edited) just noticed this thread and i was going to suggest looking for 0 byte files in system32 and also seeing if the sys32 directory was hidden, but it seems you found them.iv seen this before and as far as i rememeber it was nothing to do with corrupt files and was a virus of somesort, could just be coincidence that you installed that theme at the same time, or the theme itself may have had some sort of malware in it.just out of interest were you running anti-virus at the time? Edited December 16, 2006 by eyeball
os2fan2 Posted January 21, 2007 Posted January 21, 2007 The problem seems to be related to the environment variable PATHEXT not being set. It should look likePATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSHTry this: SETX -m PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSHexit that command prompt, and restart another one. See if the problem still happens.W
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