12 lines
167 B
Text
12 lines
167 B
Text
|
|
||
|
@echo off;
|
||
|
@quiet off;
|
||
|
|
||
|
bool $rtn = true;
|
||
|
|
||
|
# make sure we have admin privileges
|
||
|
`script Connected/winnt/_PermissionCheck.dss -project Dsz`;
|
||
|
|
||
|
return $rtn;
|
||
|
|