Function
EN
Version 1.90
@Shell
System
Syntax
@Shell(COMMAND1);
Description
Executes the OS/2 shell commands in TEXT COMMAND1 and returns the return status.
Example: @Shell(COMMAND1)
COMMAND1:="COPY C:\\NOTES\\NOTES.INI C:\\NOTES\\NOTES.BAK";
@Shell(COMMAND1);
returns the return status of the copy operation
Note : This text was machine-translated and may contain inaccuracies.
