| T O P I C R E V I E W |
| DennisMCSE |
Posted - 04/10/2012 : 3:31:44 PM One of the IT guys did an install on a Windows XP computer, but the install messed up. So I got called to fix the issue. Problem is that any batch flies (extension BAT) don't run. All I get is a dialog box with the Opens With.. and gives a list of programs. Any idea how I can get the batch files running again?
|
| 2 L A T E S T R E P L I E S (Newest First) |
| DennisMCSE |
Posted - 04/11/2012 : 09:59:16 AM Joe, you are brilliant!! Worked. Seems the .BAT extention was set for a different program that is no longer installed on the computer. So I guess that's why it brought up the Open With dialog box.
I'll buy you a beer in VB at your favorite drinking establishment in a couple of weeks.
|
| wobble_wobble |
Posted - 04/10/2012 : 4:40:39 PM Hehehe - I broke this before as well, doing stuff I should not have been doing!
Best advice, rebuild. If its a hurry try this.
From a command prompt type the following; assoc .bat This should give the following output
.bat=batfile
If not in the command window to restore the default file type association type
assoc .bat=batfile
|