View Single Post
  #4  
Old 02-20-2010, 07:31 AM
KiwiJochen KiwiJochen is offline
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
# Usage: os9app [options] <os9program> [<os9parameters>,...]
# Function: Executes OS9-Program (which may start other os9 processes
# itself).
# <os9program> must be present within the tool's 'OS9C' resources,
# in the {OS9MDIR} directory or in the {OS9CMDS} directory
# Note: Options can also be entered using the /-char instead of the hyphen
# Options:
# -a num Use SCSI adapter <num>. (IDE interfaces also count as SCSI)
# -b num Use Bus <num> on specified SCSI adapter.
# -ah Show all devices on all SCSI (and IDE) adapters
# Note that devices in use by Windows cannot be used by OS9exec
# -c comment output to MPW window (preceede lines with #)
# -i disable internal commands
# -ih show internal command help
# -o disable output filtering (error message conversion)
# -oh show available output filters
# -t enable timing measurements
# -m n[k|M] Give 1st OS9 process extra static storage (kilo/mega)
# -mm n[k|M] Give all OS9 process extra static storage (kilo/mega)
# -p prio Run 1st OS9 process with prio (default=128, NOIRQ>=250)
# -d[n] msk set debug info mask [of level n, default=0] (default=1)
# -s msk set debug stop mask (default=0)
# -dh show debug/stop mask help
# -n [name] set name to trigger (causes debug stop)
# -w n set waitnextevent() interval in 1/60 sec (default=15)
# -fe use Fetch FTP name translation: '.' at filename beginning
# will be converted to '/' on Mac HFS)
# -f[o] use os9exec 1.14 dummy F$Fork emulation (no fork, but
# only writing command line to stdout; -fo causes
# cmd line generation for execution with 'os9' MPW tool)
# -x width define MGR screen width
# -y height define MGR screen width
# -z define MGR fullscreen mode
# -u user defined option
# -g ip_addr open MGR screen at IP address
# -h[h] show this help [and conditions for using the software]
#
# OS9exec V3.33
# 1993-2006 by luz/bfo ( [email protected] / [email protected] )
Reply With Quote

Sponsored Links