[613] | 1 | XTINOK ;SFISC/RWF - CHECK TO SEE IF OK TO LOAD ;02/13/95 16:16
|
---|
| 2 | ;;7.3;TOOLKIT;;Apr 25, 1995
|
---|
| 3 | A I $S($D(DUZ)[0:1,$D(DUZ(0))[0:1,'DUZ:1,1:0) W !!,*7,">> DUZ and DUZ(0) must be defined as an active user to initialize." G BAD
|
---|
| 4 | I DUZ(0)'="@" W *7,!!,">> You must have programmer access (DUZ(0)=@) to run this init." G BAD
|
---|
| 5 | W !,"I'm checking to see if it is OK to install Toolkit v",$P($T(+2),";",3),!," in this account.",!
|
---|
| 6 | S %=$$VERSION^XPDUTL("XU") G:%&(%<7.1) OLD
|
---|
| 7 | OK ;
|
---|
| 8 | W !!,"Everything looks OK, Lets continue.",!
|
---|
| 9 | X "S DTIME=84000" K XUINTIME S XUINTIME(1)=$H
|
---|
| 10 | N DA,DIC,DIE,DR
|
---|
| 11 | S DIC="^DIC(9.4,",DIC(0)="X",X="DHCP Software Tools" D ^DIC
|
---|
| 12 | I Y>0 S DA=+Y,DIE=DIC,DR=".01///^S X=""TOOLKIT""" D ^DIE
|
---|
| 13 | Q
|
---|
| 14 | OLD W !!,*7,"It looks like you currently have version ",%," of KERNEL installed."
|
---|
| 15 | W !,*7,"You must first install KERNEL V7.1 before this version can be installed.",!
|
---|
| 16 | BAD K DIFQ Q
|
---|