System
The System function allows DOS commands to be issued from the script,
Syntax |
System (Command) |
Description |
Issues a DOS command from the script. |
Arguments |
Command {string} This is a DOS command. |
Returns |
None. |
Example:
System ("ping 192.168.0.117")
This pings the IP address 192.168.0.117.