Search found 4 matches

by NDog
Fri Apr 27, 2007 1:13 pm
Forum: Quick Batch File Compiler
Topic: CALL problem
Replies: 3
Views: 9610

Okay overkill, very funny :lol: Anyway I have a way of doing this, but it requires a temp file to output the variables into a text file, then load it back into the main script. Its not 100% safe, but you can put the temp file in a secure location and delete it immediately. xgames.bat @ECHO OFF&C...
by NDog
Thu Mar 15, 2007 9:26 pm
Forum: Quick Batch File Compiler
Topic: CALL problem
Replies: 3
Views: 9610

CALL problem

I have a .bat file which I wish to call a .exe compilied with QFBC, but the variables in the .exe are not passed back into the .bat Xgames.bat @echo off call secretkey.exe echo %_key% pause secretkey.exe @echo off set _key=1234 Is there a way to get the values from a .exe to a .bat? Please help than...
by NDog
Sat Dec 16, 2006 2:16 am
Forum: Quick Batch File Compiler
Topic: Not running %0 properly - exe bug
Replies: 0
Views: 8079

Running a compiled exe from folder c:\gamesx source code is @ECHO ON&CLS SET LOCALPATH=%0 SET LOCALPATH=%LOCALPATH:~1,-1% %LOCALPATH%\..\script\%1.bat PAUSE EXIT EXE Output is C:\WINDOWS>SET LOCALPATH=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\bt6627.bat C:\WINDOWS>SET LO...
by NDog
Sat Oct 07, 2006 12:56 am
Forum: Quick Batch File Compiler
Topic: Compilation Projects - Saving time when compiling applications
Replies: 2
Views: 8387

I like this program and we registered it so we can compile sensitive batch files for gaming scripts at our net cafe. The major annoyance I have with this program is the time it takes to prepare the compilation. Importing the source is easy, right click on a batch file - Compile with QuickBFC. Custom...