; CLI ; --- ; A command line interpreter for script ; Only useful for single self contained commands. ; eg. can be used to experiment with user interface commands ; banner Script Command Line Interpreter delay 10 banoff :loop editbox Command Line Interpreter,Enter a script command,F,30|Test ifmsg cancel,end execute F ifnerror loop msgbox Error,!syserr,0 goto loop :end