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