alias pause { if ($1 !isnum 1-) return var %wsh = wsh $+ $ticks .comopen %wsh wscript.shell .comclose %wsh $com(%wsh,run,1,bstr*,pathping.exe -n -w 1 -q 1 -h 1 -n -p $iif($1 > 40,$calc($1 - 40),$1) 127.0.0.0,uint,0,bool,true) }
alias pause2 { if ($1 !isnum 1-) return var %wsh = wsh $+ $ticks .comopen %wsh wscript.shell .comclose %wsh $com(%wsh,run,1,bstr*,ping.exe -n $int($calc($1 + 1)) 127.0.0.1,uint,0,bool,true) }