![]() |
![]() |
![]() |
PERL Script on WIndows using ICMP Why if i use perl-ping functionality my script works as a regular use on a terminal server, but when i switch the ping code to use ICMP it fails with permissions. Does anyone know what permissions specifically i need to give the user to run a script using ICMP on windows?
mike hindman
If you're using raw sockets to do your ICMP, you'll need to run as an administrator.
Dr. Datagram
|