Reply to thread

I have just had a quick look at the BAT file, and I think that it won't work for people who are running a 32-bit version of Windows -- the "Program Files" folder has the wrong name. I think that it should be:

  • "C:\Program Files" on 32-bit Windows
  • "C:\Program File (x86)" on 64-bit Windows

Using 32-bit Windows may not be as rare as one might think -- I myself moved from 32-bit Windows 7 to 64-bit Windows 7 only at the start of 2019 (I installed more RAM, going from 3 GB to 7 GB).


Looking at the environment variables in Windows 10, it appears that the variable %ProgramFiles% probably has the required value. It is:

  • "C:\Program Files (x86)" on 64-bit Windows 10
  • "C:\Program Files" on 32-bit Windows (probably -- I cannot check at the moment).

-- from CyberSimian in the UK


Top Bottom