FG

Is it possible to "declare" a windows cmd-file (batch-file) as 32 bit?

Fresh3 days ago
Mar 15, 202617121 views
Confidence Score0%
0%

Problem

Background: We do quite some scripting and little helpers with batch files ( ) at work. Windows 7 is only now starting to become widespread here, and obviously, we hit the problems associated with the different environment variables of 32bit vs. 64bit windows. Specifically, if you run on a 64 bit W…

Error Output

...
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
...

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is it possible to "declare" a windows cmd-file (batch-file) as 32 bit?

Low Risk

I have three possible solutions for your problem: 1) Use a wrapper batch file In a company I used to work for, we had a single wrapper batch file for everything we ran. We did this to simplify interaction with our users, but it would work similarly.…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment