Free

From BR Wiki
Revision as of 10:51, 26 December 2011 by Mikhail.zheleznov (talk | contribs) (Imported FREE command page from old wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Free (FR) command deletes one or more files from the system.

Comments and Examples

The following example removes the file PROG1.BR from the default directory of drive B and prevents the screen from displaying the log of actions:

Free B:Prog1.br -N

Syntax

File:HELP0041.jpg

Default

Display on the screen any actions performed.

Parameters

FREE requires the "file-ref" parameter, which accepts wildcard characters

The optional ">file-ref" parameter sends messages that normally appear on the screen during the FREE procedure to the specified file. "PRINT" sends screen messages to the printer.

Three optional parameters, when separated from the rest of the command with a dash, can follow the FREE command
"A" |causes only files with the archive bit on to be dropped on DOS versions. Linux versions ignore this option.
"N" |prevents the screen from displaying a log of performed actions.
"P" |causes scrolling to pause after the log of freed files fills one screen. (Press <CR> for the next screen.)
"V" |requires the operator to Verify actions before Business Rules performs them.

Technical Considerations

As Business Rules! closes a procedure before executing the last line, the procedure can free itself when FREE is the last line. A procedure file which is named with a .$$$ extension will automatically free itself after executing.