Hi Guys, I am developing a code where function "done_send_to_engine" will take either single or double inputs so before sending to this function I'll check whether they are null or not using below script snippet Input Menu Enter IP's Start : End : so after taking the IP's from the above me...
Hi guys Is there a way to perform multiple checks in single IF condition using the || or && operators like example: my script has to take hostnames which starts with either of these 5 characters : s; S; n; N; 10 What I am asking is can i put something like this IF "%hostname:~0,1%"...