Compiled QBFC the .exe file can work in Windows 2003?

Convert your BATch files into EXEcutable format in one click.
Post Reply
gora
Posts: 3
Joined: Wed Apr 18, 2007 7:16 am

Compiled QBFC the .exe file can work in Windows 2003?

Post by gora »

QBFC compiles mine batch file in exe file. This exe file will work in Windows 2003?
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

Yes.
gora
Posts: 3
Joined: Wed Apr 18, 2007 7:16 am

Post by gora »

I have batch file the following contents:

Code: Select all

@echo off 
cd /d %MYFILES% 
echo MYFILES=%MYFILES% 
echo %%0=%0 
echo %%1=%1 
pause>nul 
exit
Which is packed in a åõå file by means of QBFC.
I start this a åõå file on win XP, I receive
MYFILES=C:\DOCUME~1\Evgenij\LOCALS~1\APPLIC~1
%0="D:\totalcmd\Utilites\Create SFX\cmdline_exe.exe"
%1=C:\DOCUME~1\Evgenij\LOCALS~1\Temp\CMD5490.tmp
I start this a åõå file on win 2003, I receive
Inadmissible parameter of command SHIFT
MYFILES=C:\DOCUME~1\ADMINI~1\LOCALS~1\APPLIC~1
%0=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\bt4708.bat
%1="C:\Program Files\totalcmd\Utilites\Create SFX\cmdline_exe.exe"
Prompt, in what is a problem?
Post Reply