| View previous topic :: View next topic |
| Author |
Message |
gora
Joined: 18 Apr 2007 Posts: 3
|
Posted: Mon May 21, 2007 6:12 am Post subject: Compiled QBFC the .exe file can work in Windows 2003? |
|
|
| QBFC compiles mine batch file in exe file. This exe file will work in Windows 2003? |
|
| Back to top |
|
 |
|
|
support Site Admin
Joined: 13 Feb 2004 Posts: 299
|
Posted: Mon May 21, 2007 9:17 pm Post subject: |
|
|
| Yes. |
|
| Back to top |
|
 |
gora
Joined: 18 Apr 2007 Posts: 3
|
Posted: Tue May 22, 2007 1:09 pm Post subject: |
|
|
I have batch file the following contents:
| Code: | @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
| Quote: | 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
| Quote: | 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? |
|
| Back to top |
|
 |
|