Execute DOS commands from Rev?

Sjoerd Op 't Land sjoerdoptland at mac.com
Tue May 28 15:40:01 EDT 2002


Richard Harrison wrote/ schreef:

> Hi there,
> 
> Is there anyway to execute a DOS command
> from Rev?
try

  shell(<command>)
E.g.:
  answer "The directory contains:" & return & shell("dir")
 
> Thanks in advance!
> 
> Rick Harrison
Regards, / Groeten,
Sjoerd




More information about the use-livecode mailing list