64 bits support

Convert your BATch files into EXEcutable format in one click.
Post Reply
congnt92
Posts: 3
Joined: Tue Apr 29, 2014 8:19 am

64 bits support

Post by congnt92 »

Hi devs,
I found that quick batch file compiler will get error if we using some command to run .exe file from system32 folder on 64bits OS.
Such as

%windir%\system32\bcdedit /enum /v

if run it from batch file then it work fine.
But if i compile batch to .exe then it say that bcdedit.exe cannot found.

Can you give me some advices for these cases?
Tks
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

This issue already fixed. Please contact our support to get update or wait for final release.
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Re: 64 bits support

Post by support »

Since version 4.x, Quick Batch File Compiler has native support for 64-bit applications.
Post Reply