Last change
on this file since 1578 was 613, checked in by George Lilly, 15 years ago |
initial load of WorldVistAEHR
|
File size:
407 bytes
|
Rev | Line | |
---|
[613] | 1 | ZSTU ; Cache calls this routine at startup to perform these tasks automatically ; 2/22/05 2:33pm
|
---|
| 2 | ;
|
---|
| 3 | S $ZT="ERR"
|
---|
| 4 | ; Copy the set and job commands for each namespace
|
---|
| 5 | S NSP="EHR"
|
---|
| 6 | ; Start TaskMan
|
---|
| 7 | J ^ZTMB:NSP
|
---|
| 8 | ; Start MailMan
|
---|
| 9 | J ^XMRONT:NSP
|
---|
| 10 | ; Start Broker (modify port as needed)
|
---|
| 11 | J STRTALL^XWBTCP
|
---|
| 12 | ; This command only needs to be done once
|
---|
| 13 | ;D 0CDS587
|
---|
| 14 | ;U $P W !!
|
---|
| 15 | Q
|
---|
| 16 | ERR ; Error Trap
|
---|
| 17 | U $P W !,$ZE,!
|
---|
| 18 | Q
|
---|
| 19 | ;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.