Command: Run

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 [filename]
Example: Run = sample.hlp

Consider the following code fragment:

	Run = different.bmp
	Run = shell.exe
	Run = exit

This sequence tells Hackman to display 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 occur.


Note: all files should be placed (for security reasons) in \plugins directory.

Back.