Topic: Wildfile questions: Continue after error, no BAKs (1 of 2), Read 35 times
Conf: Wildfile, Other macros
From: Scott Smallbeck
Date: Monday, July 21, 2003 06:22 PM

Is it possible to run the Wildfile macro without generating a BAK file for each file processed?

Additionally is it possible to resume a Wildfile macro following an error or simply not return an error and continue?


Thanks,

Scott Smallbeck
ssmallbeck@...

 


Topic: Wildfile questions: Continue after error, no BAKs (2 of 2), Read 40 times
Conf: Wildfile, Other macros
From: Christian Ziemski
Date: Tuesday, July 22, 2003 03:04 AM

On 7/21/2003 6:22:25 PM, Scott Smallbeck wrote:
>Is it possible to run the Wildfile macro without
>generating a BAK file for each file processed?

Switch off the creation of backups manually before calling WILDFILE: Menu {Config, File handling, Backup files}.

Or use the config command:

Config( F_BACKUP_MODE, "Backup files (0=Off, 1=.BAK, 2=Backup Dir)", 0 )

Christian