Posted by Barbara Brazil on October 10, 2014 at 08:20:51:
In Reply to: Re: XAP question...> posted by Tom Fulton on October 10, 2014 at 07:47:37:
Yes. That's exactly what we do on our corporate XAP server. The Comet shortcut uses /keyfile to run a program called startit. Here's the source:
! This relaces the QSTARTX functionality when running under Comet32
clear
if sub(pstat(partition$),218,1) = "1" and partition$ = "P00"
log "running qstartx..."
enter "qstartx"
endif
stop
end
QSTARTX enters XAPMON and starts up another background process for us.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.