Search found 2 matches

by Mike Lee
Tue Jan 08, 2008 3:07 pm
Forum: Quick Batch File Compiler
Topic: Avast detects Win32:Trojan-gen. {Delphi} in exe
Replies: 21
Views: 30495

Has version 3 corrected this issue?

I apologize for bringing up this (rather serious) issue again, but has version 3 corrected this issue, or does avast! still report Win32:Trojan-gen. {Delphi} ?
by Mike Lee
Thu Aug 09, 2007 10:15 pm
Forum: Quick Batch File Compiler
Topic: File processing in batch file versus executable
Replies: 1
Views: 8324

File processing in batch file versus executable

Simple question -

Why does this batch file process multiple files, yet when compiled into an executable it will only process 2 or 3 files.

for %%i in (%*) do exifiron -r %%i

Is there something simple I am overlooking?

Thanks for any input.
Mike