BAT file does not start anymore

  • Thread starter Thread starter Tcat
  • Start date Start date
T

Tcat

Hello,

I have a problem with the *.bat files. I erroneously
associated the BAT files with an editor (PFE32) via its
own "register extension" but soon unregistered it.
Unfortunately now the BAT files, once clicked within the
explorer windows, do not execute anymore. I suspect I need
to tweak the registry to fix it, but I do not know which
hive and so on..

Thanks for your help!

Tcat
(e-mail address removed)
 
Tcat wrote in
Hello,

I have a problem with the *.bat files. I erroneously
associated the BAT files with an editor (PFE32) via its
own "register extension" but soon unregistered it.
Unfortunately now the BAT files, once clicked within the
explorer windows, do not execute anymore. I suspect I need
to tweak the registry to fix it, but I do not know which
hive and so on..

C:\TEMP>assoc .bat
..bat=batfile

C:\TEMP>ftype batfile
batfile="%1" %*

assoc /?
ftype /?

or change them to *.cmd
 
-----Original Message-----
Tcat wrote in (snip)

C:\TEMP>assoc .bat
..bat=batfile

C:\TEMP>ftype batfile
batfile="%1" %*

assoc /?
ftype /?

or change them to *.cmd
.
Thanks !!!! This worked perfectly !

Tcat.
 
Back
Top