├── 100URL.bat ├── ESPluus.JPG ├── README.md ├── runthis.bat ├── test.bat ├── test.py ├── test1.bat ├── test10.bat ├── test12.bat ├── test2.bat ├── test3.bat ├── test4.bat ├── test5.bat ├── test6.bat ├── test7.bat ├── test8.bat ├── test9.bat └── the_new-thng_loop.bat /100URL.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/100URL.bat -------------------------------------------------------------------------------- /ESPluus.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/ESPluus.JPG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/README.md -------------------------------------------------------------------------------- /runthis.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/runthis.bat -------------------------------------------------------------------------------- /test.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/test.bat -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/test.py -------------------------------------------------------------------------------- /test1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/test1.bat -------------------------------------------------------------------------------- /test10.bat: -------------------------------------------------------------------------------- 1 | start /MIN /D"C:\Program Files\JetBrains\PyCharm Community Edition 2017.3.1\bin" pycharm64.exe -------------------------------------------------------------------------------- /test12.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/test12.bat -------------------------------------------------------------------------------- /test2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/test2.bat -------------------------------------------------------------------------------- /test3.bat: -------------------------------------------------------------------------------- 1 | start /MIN /D"C:\Program Files\JetBrains\PhpStorm 2019.1.2\bin" phpstorm64.EXE 2 | -------------------------------------------------------------------------------- /test4.bat: -------------------------------------------------------------------------------- 1 | start /MIN /D "C:\Program Files\JetBrains\WebStorm 2019.1.2\bin" webstorm64.exe -------------------------------------------------------------------------------- /test5.bat: -------------------------------------------------------------------------------- 1 | start /MIN /D"C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE" devenv.exe -------------------------------------------------------------------------------- /test6.bat: -------------------------------------------------------------------------------- 1 | start /MIN /D"C:\Program Files\NetBeans 8.0\bin" netbeans64.exe 2 | -------------------------------------------------------------------------------- /test7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/test7.bat -------------------------------------------------------------------------------- /test8.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/test8.bat -------------------------------------------------------------------------------- /test9.bat: -------------------------------------------------------------------------------- 1 | start /MIN /D"C:\Ruby25-x64\bin" ruby.exe -------------------------------------------------------------------------------- /the_new-thng_loop.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Karan36k/Machine_Automation/HEAD/the_new-thng_loop.bat --------------------------------------------------------------------------------