Jump()

Similar to the System() command.

JUMP/S acommand=String Execute one operating system command
JUMP/P   Create an operating system session within Open GENIE

example:

	# Use Jump/s to print a file
	>> Jump/S "print/q=sys$lsr0 genie.ps"

Note: For new programs use the System() command.

Jump/S

This executes a single operating system command (eg "print") from within Open GENIE. Jump does not return a status so it is preferable to use the System() command.

Parameters:

Acommand (String)

The command and parameters (if any) to execute.

Jump/P

Jumps of of Open GENIE into a terminal session but keeps Open GENIE running in the background. To return to Open GENIE type "exit" on Unix or "logout" on VMS.