sysCommand

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
   sysCommand
   sysDate
   sysDirectory
   sysElapsed
   sysEnvVar
   sysLoadScript
   sysLoadLibrary
   sysLog
   sysLogFile
   sysLogLevel
   sysProfile
   sysPrompt
   sysSleep
   sysShow
   sysStartDate
   sysStartTime
   sysSystemProfile
   sysTime
   sysTrace
   sysUserProfile
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  
sysCommand(
  const command)  // system command

Executes any system command, batch or program through the command interpreter.

Returns the return code from the command interpreter.

Example:

var retcode = sysCommand('dir > dir.lst');
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>