First... Kix Starters Guide for the basics.

as for external commands, you can SHELL or RUN those commands.

shell '%comspec% /c dir c:\ /s/b'

shell will pause script execution until the called command is finished. RUN will execute the program abd continus executing the script.

Bryce