Search found 5 matches

by overkill
Fri Apr 27, 2007 9:24 am
Forum: Quick Batch File Compiler
Topic: When version 3.0 released - 3.0
Replies: 4
Views: 10492

Same question :)

I can't wait for it to save the custom resources and include info.
by overkill
Fri Apr 27, 2007 9:22 am
Forum: Quick Batch File Compiler
Topic: BitDefender - Backdoor.Irc.Zapchast.D
Replies: 1
Views: 8239

I updated to 2.1.6 and BD stopped bugging me...shoulda read first :P
by overkill
Tue Apr 24, 2007 10:19 pm
Forum: Quick Batch File Compiler
Topic: CALL problem
Replies: 3
Views: 9610

try this:

Code: Select all

@echo off
secretkey.exe
echo %_key%

echo Press the any key to continue
pause > STFU
del STFU
by overkill
Tue Apr 24, 2007 10:15 pm
Forum: Quick Batch File Compiler
Topic: the directory your batch is being executed from
Replies: 4
Views: 10685

I know this is dead, but for future readers: relative paths will help you here... If your batch file (compiled or not) is located in C:\dir1\dir2, you don't need to enter C:\dir1\dir2\file.exe to run file.exe from your batch script. just enter file.exe. as long as the file exists, it'll work. If fil...
by overkill
Tue Apr 24, 2007 10:09 pm
Forum: Quick Batch File Compiler
Topic: BitDefender - Backdoor.Irc.Zapchast.D
Replies: 1
Views: 8239

BitDefender - Backdoor.Irc.Zapchast.D

stubg.dll and any .exe files compiled with bfc show up as infected. I've updated my AV, and I still get this issue. Any ideas? What steps should I take to fix this?