Start {
@setlocal
@echo off
@echo off
iff %1 eq /? then
text
Start a program in another session or window.
START ["title"] [/ABOVENORMAL /AFFINITY=n /B /BELOWNORMAL /BREAKAWAY /C /Color=BF /Dpath] /DESKTOP=winsta\desktop /ELEVATED /
FS /HIGH /I /INV /JOB=name /K /L /LA /LD /LF /LH /LOW /MAX /MIN /NORMAL /PGM progname /POS=col,row,width,height /REALTIME /RU
NAS user password /SIZE=rows,cols /TAB /WAIT /WIN] [command ]
/ABOVENORMAL (priority) /LF (local function list)
/AFFINITY (processor) /LH (local history list)
/B (no new console) /LOW (priority)
/BELOWNORMAL (priority) /MAX(imized)
/C(lose when done) /MIN(imized)
/D (startup directory) /NORMAL (priority)
/ELEVATED /PGM (program name)
/FS (fullscreen) /POS(ition of window)
/HIGH (priority) /REALTIME priority
/I(nherit startup environment) /RUNAS user
/INV(isible)
/K(eep when done)
/L(ocal lists) /SIZE (of screen buffer)
/LA (local aliases) /WAIT (for session to finish)
/LD (local dir history) /WIN(dowed console)
endtext
else
library /d start
*start %$
library /r "C:\Program Files\JPSoft\TCMD26\library\tcchelp.library"
endiff
endlocal
}