How to writhe simple batch file with option:1 to open folder and text file in external hard drive, and if the drive not found, option:2 to close the process.
no...it dosen't work it is very interesting because if you press "Enter" in the first instants .exe.file will start. (what shouldn't happened) However if you first take Option 1 or 2 the process is working according to plan. But if you just say by mistake first time in Option insert other ...
:1 @echo off CLS color A echo. echo. echo. echo --------------------------------- echo Do you want to start uTorrent ??? echo --------------------------------- echo. echo MENU echo --------- echo 1= Yes echo 2= No echo. goto :eof :menu2 set /p bang= Please select and press ENTER - Option: echo("...
Simple I just add one line between: :1 @echo off CLS color A echo. echo. echo. echo --------------------------------- echo Do you want to start uTorrent ??? echo --------------------------------- echo. echo MENU echo --------- echo 1= Yes echo 2= No echo. :menu2 set /p bang= Please select and press ...
yes, problem is that when key "Enter: is press is producing opening .exe file. The must be something what can stop that after pressing Enter, and send it into the loop with menu2
thanks -renzlo There is nearly 100% improvement, but still when I choose option 1 for "echo Did you connect external DRIVE for uTorrents ???" and get to second menu wit "echo Do you want to start uTorrent ???" it can still open .exe file after I press "ENTER" key withou...
Hi.... I have a batch file which start uTorrent with the warning remaining about connecting external drive with the utorrents files. This is to remind and prevent the start of application, because if I start utorrent without external hard drive the utorrent application can't find the correct directo...