Purpose: executes up to 21 different files. You should use run instead of shell when you have more than one files to execute, or you need to run a non .exe or .com file.
Syntax:
Run = sample.hlp
Run = different.bmp
Run = shell.exe
Run = exit
This sequence tells Hackman to display the sample.hlp help file, the different.bmp bitmap picture, execute the shell.exe program and then exit the script. If exit is not used, Hackman assumes that there is a shell command. If a shell command is not present, a crash may be generated.