7 lines
161 B
Text
7 lines
161 B
Text
@include "_RequestIncludes.dsi";
|
|
@echo off;
|
|
|
|
#_WaitForOpening();
|
|
bool $bRet = _IndirectExection("duplicatetoken", $ARGV);
|
|
#_TaskFinished();
|
|
return $bRet;
|