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

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to