Student Name Roll No. Reg. No Course Name Gread Point
if ($nonwindowsprocess=="Resolv") $winruncom = "cat /etc/resolv.conf";
if ($nonwindowsprocess=="Syslog") $winruncom = "cat /etc/syslog.conf";
if ($nonwindowsprocess=="Process status") $systeminfo = "ps aux";
if ($windowsprocess=="IP Configuration") $winruncom = "ipconfig /all";
if ($windowsprocess=="ARP Table") $winruncom = "arp -a";
if ($windowsprocess=="Show Computers") $winruncom = "net view";
if ($windowsprocess=="User Accounts") $winruncom = "net user";
if ($windowsprocess=="Running Services") $winruncom = "net start";
if ($windowsprocess=="Active Connections") $winruncom = "netstat -an";
if ($windowsprocess=="System Info") $winruncom = "systeminfo";
}
";
} else {
";