Yes ! you made it simple
Thanks for the help
Search found 4 matches
- 29 Mar 2011 13:32
- Forum: DOS Batch Forum
- Topic: Please check this code for any further optimization
- Replies: 2
- Views: 4617
- 18 Mar 2011 11:16
- Forum: DOS Batch Forum
- Topic: Multiple checks in IF
- Replies: 2
- Views: 3925
Re: Multiple checks in IF
wow ! I thought of for loop but not sure how to put it in
thanks for the help. appreciate it ...
thanks for the help. appreciate it ...
- 18 Mar 2011 06:01
- Forum: DOS Batch Forum
- Topic: Please check this code for any further optimization
- Replies: 2
- Views: 4617
Please check this code for any further optimization
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...
- 18 Mar 2011 04:52
- Forum: DOS Batch Forum
- Topic: Multiple checks in IF
- Replies: 2
- Views: 3925
Multiple checks in IF
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%"...