RUN StringExpr1 [, mode ]

This command runs external programs.  StringExpr1 should represent the full path and filename of a Windows or DOS executable program, a Just BASIC *.TKN file, or a *.BAT file.  This is not a SHELL command, so you must provide the name of a program or batch file, not a DOS command (like DIR, for example).  Execution of an external program does not cause the calling Just BASIC program to cease executing.

Notice in the second example you can include an additional parameter.  This is because it runs a Windows program.  Here is a list of the valid parameters we can include when running Windows programs:

	HIDE
	SHOWNORMAL  (this is the default)
	SHOWMINIMIZED
	SHOWMAXIMIZED
	SHOWNOACTIVE
	SHOW
	MINIMIZE
	SHOWMINNOACTIVE
	SHOWNA
	RESTORE




