Hi,
Thank you very much.
It is exactly what I need.
Search found 14 matches
- 30 Nov 2011 04:50
- Forum: DOS Batch Forum
- Topic: to open file in external hard drive
- Replies: 2
- Views: 3264
- 29 Nov 2011 03:04
- Forum: DOS Batch Forum
- Topic: to open file in external hard drive
- Replies: 2
- Views: 3264
to open file in external hard drive
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.
- 22 Nov 2011 23:40
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
Thanks trebor68.
Thanks renzlo for your input too.
Once again I learn something and I hope it will help others as well.
Now it is work as suppose.
Thanks renzlo for your input too.
Once again I learn something and I hope it will help others as well.
Now it is work as suppose.
- 22 Nov 2011 23:38
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
Thanks trebor68.
Thanks renzlo for your input too.
Once again I learn something and I hope it will help others as well.
Now it is work as suppose.
Thanks renzlo for your input too.
Once again I learn something and I hope it will help others as well.
Now it is work as suppose.
- 22 Nov 2011 23:33
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
Great trebor68.
Thankyou very much.
Now it is work as suppose to work.
Thankyou very much.
Now it is work as suppose to work.
- 22 Nov 2011 06:58
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
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 ...
- 22 Nov 2011 04:36
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
: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("...
- 22 Nov 2011 02:33
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
no it dosen't work.
GIVE UP
GIVE UP
- 22 Nov 2011 02:28
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
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 ...
- 22 Nov 2011 02:00
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
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
The must be something what can stop that after pressing Enter, and send it into the loop with menu2
- 22 Nov 2011 01:50
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
sorry, no change. Still "entry" before any options opens file
- 22 Nov 2011 01:25
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
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...
- 22 Nov 2011 00:22
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Re: Help...help...help
Thanks trebor68 for quick replay.
I apologies for trouble, but were precisely I should add your lines o make it works?
I apologies for trouble, but were precisely I should add your lines o make it works?
- 21 Nov 2011 22:07
- Forum: DOS Batch Forum
- Topic: Help...help...help
- Replies: 17
- Views: 15642
Help...help...help
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...