Category:Commands: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (format)
m (edit)
Line 1: Line 1:
In '''[[Business Rules!]]''' commands are instructions to the computer that allow you to control many operations, including program execution, disk and printer operations, and the system date and time. Unlike BR [[:Category:Statements|statements]], most of these commands - except those used in '''[[Procedures|procedure]]''' files - take effect as soon as you enter them. Commands generally are not part of Business Rules '''[[Programs|programs]]''', although you may specify them in '''[[Execute|execute]]''' statements.
In '''[[Business Rules!]]''' commands are instructions to the computer that allow you to control many operations, including program execution, disk and printer operations, and the system date and time. Unlike BR [[:Category:Statements|statements]], most of these commands - except those used in '''[[Procedure file|procedure files]]''' - take effect as soon as you enter them. Commands generally are not part of Business Rules '''[[Program|programs]]''', although you may specify them in '''[[Execute|execute]]''' statements.


In order to see how a particular command works:
In order to see how a particular command works:

Revision as of 10:30, 19 December 2011

In Business Rules! commands are instructions to the computer that allow you to control many operations, including program execution, disk and printer operations, and the system date and time. Unlike BR statements, most of these commands - except those used in procedure files - take effect as soon as you enter them. Commands generally are not part of Business Rules programs, although you may specify them in execute statements.

In order to see how a particular command works:
1. start BR by double-clicking the BR executable,
2. type in a command with its arguments, and
3. press <Enter>.

For example, you can use the DATE command to set the current system date to October 16, 2015 by starting BR and typing in DATE 10-16-15.

The Command Summary categorizes commands.