8 lines
157 B
Text
8 lines
157 B
Text
![]() |
@include "_RequestIncludes.dsi";
|
||
|
@echo off;
|
||
|
|
||
|
#_WaitForOpening();
|
||
|
bool $bRet = _IndirectExection("traceroute", $ARGV);
|
||
|
#_TaskFinished();
|
||
|
return $bRet;
|