Programming in DOS (Camparision of two numbers)
@Echo off set /p a="Enter the first no. for comaparison" set /p b="Enter the second no. for comaparison" if %a% GTR %b% (Echo %a% )Else (Echo %b%) pause pause
Hi Friends this blog is basically about learning the programming skill. This Blog is all about programming , a small world of programming