Search found 17 matches

by Vulcano
Wed Aug 28, 2019 7:51 am
Forum: Suggest a Product
Topic: Quick PowerShell File Compiler
Replies: 1
Views: 6971

Quick PowerShell File Compiler

Meanwhile batch scripts are no longer standard, but PowerShell scripts.
Therefore I would be happy to see a program that compiles PowerShell scripts in Exe, similar to "Quick Batch File Compiler".

PS1 -> EXE

I would be the first buyer :)

Many thanks and greetings
by Vulcano
Mon Oct 29, 2012 4:25 pm
Forum: Quick Batch File Compiler
Topic: QBFC Password security
Replies: 4
Views: 13561

sounds great

thx
by Vulcano
Sun Oct 28, 2012 3:46 pm
Forum: Quick Batch File Compiler
Topic: QBFC Password security
Replies: 4
Views: 13561

QBFC Password security

Hi,

it would be nice, if we can set a password to the compiled execute file,
like other exescript tools.

- bat to exe converter
- exescript
- ...

perhaps in the next version ?

Thanks
by Vulcano
Thu Dec 31, 2009 4:40 pm
Forum: Quick Batch File Compiler
Topic: Anti-virus false positive
Replies: 4
Views: 18031

fully understanding

happy new year all
by Vulcano
Wed Dec 30, 2009 10:14 pm
Forum: Quick Batch File Compiler
Topic: Anti-virus false positive
Replies: 4
Views: 18031

Same here today withc Avira AntiVir.

Please fix it :)
Thanks
by Vulcano
Sat Jan 03, 2009 8:34 pm
Forum: SiteInFile Compiler
Topic: Exe file is too slow
Replies: 9
Views: 19351

Same here.
That should be fixed.
Thanks
by Vulcano
Mon Aug 04, 2008 4:53 pm
Forum: Quick Batch File Compiler
Topic: Menu does not display
Replies: 8
Views: 18508

a cod4 cheater ? Oô
by Vulcano
Sun Jul 27, 2008 3:30 pm
Forum: Quick Batch File Compiler
Topic: delete my sourcecode
Replies: 2
Views: 9132

closed
by Vulcano
Sat Jun 07, 2008 2:43 pm
Forum: Quick Batch File Compiler
Topic: delete my sourcecode
Replies: 2
Views: 9132

delete my sourcecode

Hi,

ive accidentally deleted my course code.
i cant recover it by "decompile with QuickBFC"
Says me an error :(

FileRecovery doesnt work

Any chance to recover my code ?
Compile Version with my Initials are here.

Thanks
by Vulcano
Sat Apr 05, 2008 12:53 pm
Forum: Quick Batch File Compiler
Topic: [HELP] Press enter possible????
Replies: 2
Views: 8815

Use "PAUSE" and "START" commands

Eample
--------

Code: Select all

...
pause
start random2.exe

or

Code: Select all

...
pause
random2.exe
by Vulcano
Wed Mar 19, 2008 5:51 pm
Forum: Quick Batch File Compiler
Topic: BUG in version 3.0.0.4!!!
Replies: 2
Views: 10097

Whould be great to do that :)
by Vulcano
Sat Mar 08, 2008 9:45 am
Forum: Quick Batch File Compiler
Topic: what anti virus you are using and facing problem update list
Replies: 6
Views: 19623

iam running AntiVir from avira
http://www.avira.de/en/pages/index.php

i got lots of virus/trojaner reports :(
by Vulcano
Mon Dec 10, 2007 9:12 pm
Forum: Quick Batch File Compiler
Topic: How to exit an application
Replies: 2
Views: 8415

If you run a programm dont use
"program.exe"

use
"start program.exe"
by Vulcano
Thu Oct 25, 2007 8:08 pm
Forum: Quick Batch File Compiler
Topic: "Version Info" like in ScriptCryptor
Replies: 3
Views: 9018

OK, allready done ;)

Support @ Mail are faster :P

Thx
by Vulcano
Thu Oct 25, 2007 7:35 pm
Forum: Quick Batch File Compiler
Topic: How to include ***.reg files
Replies: 6
Views: 19811

what you mean ?

by include a .reg file or do something with a reg ?