Batch Programming Lesson 2 User Input Variables
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=_eQRPIxL4iE
Playlist: • How To Program In Batch • • This is lesson two on how to program it bat. In the video we make a calculator. • • CODE • ***************copy between the lines • @echo off • • :start • • set /p MATH=Equation? • • set /a RESULT=%MATH% • • echo %RESULT% • • • pause • cls • goto start • • ***************copy between the lines • • Facebook: / technologycrazy • Twitter: / technologycrazy • Website: http://www.technologycrazy.info/
#############################
