Search found 32 matches

by sKurt
Fri Jul 18, 2008 3:08 pm
Forum: Quick Batch File Compiler
Topic: Self-deleting batch
Replies: 1
Views: 18120

Re: Self-deleting batch

Hello! I wrote simple script in BATCH, which ends with: del %0 Because i wanted to delete executable after execution. When i compiled script in QBFC, the file still exists after execution... is there any option anywhere in your program, that works similar to del %0 command? Regards from Poland! (so...
by sKurt
Fri Jul 18, 2008 2:46 pm
Forum: Quick Batch File Compiler
Topic: The real use of this program?
Replies: 2
Views: 9642

Re: The real use of this program?

Hey, if have played around with quick batch file compiler demo for a while, but i cant find the point why people should pay money for this? if you "compile" a batch file with it, its still not protected once you startet the compiled script it extracts the batch file you have "compile...
by sKurt
Fri Jul 18, 2008 2:26 pm
Forum: Quick Batch File Compiler
Topic: Progressbar?
Replies: 3
Views: 10816

Re: Progressbar?

Is there a special echo-command that can do a progressbar? I mean print a '.' without a linebreak? (like in unix) I'm using winXP. Or This :: __________________________________________________________________ :: :: Batch File: propy.cmd :: Author: Frank-Peter Schultze :: :: Updates: http://www.fpsc...
by sKurt
Fri Jul 18, 2008 2:24 pm
Forum: Quick Batch File Compiler
Topic: Progressbar?
Replies: 3
Views: 10816

Re: Progressbar?

[quote="jasell"]Is there a special echo-command that can do a progressbar? I mean print a '.' without a linebreak? (like in unix) I'm using winXP.[/quote] Try this; ::+===========================================+:: ::+==============[ Progress Meter ]=============+ ::| 2007_01_10 by rholt |...
by sKurt
Thu May 08, 2008 4:41 pm
Forum: Quick Batch File Compiler
Topic: Help w Batch file: Monitor another command prompt...
Replies: 7
Views: 13431

I don't think this will help. The process (Jboss) is not finishing, it is still running monitoring any calls to it, and prompting feedback/log info in the cmd-prompt. The only way I know it is started is that is prompts "...started in xxm:yys" in the cmd-prompt. What I understand does not...
by sKurt
Wed May 07, 2008 8:43 pm
Forum: Quick Batch File Compiler
Topic: Help w Batch file: Monitor another command prompt...
Replies: 7
Views: 13431

Not sure if this is what you are looking for, but I use two programs that read the processes and let me know if a program/window is running or not PV.EXE by Igor Nys (5.2.2.7) and CLOSEAPP.EXE by Noel Danjou (1.03 (build 9.3) I have found PV to do most every thing I need, however, there is this one ...
by sKurt
Mon May 05, 2008 3:14 am
Forum: Quick Batch File Compiler
Topic: FALSE POSITIVES!!!
Replies: 16
Views: 38458

James wrote:One simple way is to submit the file to http://www.virustotal.com/. In this way that sample ends up in all antivirus collections for all the AV companies.

Didn't see where to submit it, it looks like it is just a place to TEST if your piece of software has a virus signature.
by sKurt
Mon May 05, 2008 2:24 am
Forum: Quick Batch File Compiler
Topic: FALSE POSITIVES!!!
Replies: 16
Views: 38458

3.1.6

Well tonight I got my first 'False Positive'


When is the next update? I have over 500 locations and if they rest start falling, it's gonna be hell to pay from the boss!

:wink:
by sKurt
Sun May 04, 2008 3:13 am
Forum: Quick Batch File Compiler
Topic: %MYFILES% location problem
Replies: 5
Views: 12411

support wrote:It will be possible in the next version.

That's what I like about you guys, always on the ball, ready to answer questions and change the software to assist the people who use it!


Thanks! :D
by sKurt
Fri Apr 25, 2008 4:42 pm
Forum: Quick Batch File Compiler
Topic: Need to be able to save window position setting
Replies: 9
Views: 12395

Window Position

Mine too, always starts cranked over to the right all the way to the bottom.


Not that it's a big deal as I only use it to compile, I use TextWrangler to do my editing...
by sKurt
Mon Mar 24, 2008 12:21 am
Forum: Quick Batch File Compiler
Topic: Compile Error (cmdln)
Replies: 4
Views: 15476

*.*

I ran into the same problem when I was trying to do a *.* type of query with my .BATch file

I ended up using

SET q=*.*

and then could use it like

DIR %q%

or in your case maybe

SET q=*

and you could then do your code like this

@echo off
set a=test
echo %a%%q%
pause
by sKurt
Mon Mar 24, 2008 12:14 am
Forum: Quick Batch File Compiler
Topic: FALSE POSITIVES!!!
Replies: 16
Views: 38458

future releases

Not so much future releases, Anti-Virus software makers release new definitions all the time.

So your report will most likely fix the definition update for that week/day
by sKurt
Sun Feb 24, 2008 8:26 am
Forum: Quick Batch File Compiler
Topic: Kapersky: "Trojan-Dropper.Win32.Delf.amq" on version 3
Replies: 9
Views: 69980

New Version

What does it take to get the newest version?

Thanks
by sKurt
Tue Dec 11, 2007 3:09 pm
Forum: Quick Batch File Compiler
Topic: How to exit an application
Replies: 2
Views: 8415

Re: How to exit an application

shehaal wrote:Hi there,


When I run the compiled executable, it continues running in the background after it has finished doing everything. How can I get it to quit once it launches the menu program?

Thanks,
Stuart.

Try EXIT as the last command
by sKurt
Tue Dec 04, 2007 8:06 pm
Forum: Quick Batch File Compiler
Topic: It's December, where's 3.0?
Replies: 3
Views: 8945

support wrote:At this time we have version 2.6 for registered customers.
That's me! :wink: I have 2.5.0.6 Does this fix some of the inconsistencies?



Kurt