Search found 1 match

by achowdh
26 Apr 2012 23:54
Forum: DOS Batch Forum
Topic: Blank parameter value
Replies: 2
Views: 3956

Blank parameter value

I have a batch script where i am passing 6 parameters at command prompt while running the script. For example abc.bat -w www.test.com -i website_id -p httpport......... Now i need to echo out message at command prompt if any input parameter is empty. Now the problem i am facing while counting the pa...