Search found 14 matches

by Kalop
30 Nov 2011 04:50
Forum: DOS Batch Forum
Topic: to open file in external hard drive
Replies: 2
Views: 3272

Re: to open file in external hard drive

Hi,
Thank you very much.
It is exactly what I need.

:P
by Kalop
29 Nov 2011 03:04
Forum: DOS Batch Forum
Topic: to open file in external hard drive
Replies: 2
Views: 3272

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.

:?: :?: :?:
by Kalop
22 Nov 2011 23:40
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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.

:P :D :(
by Kalop
22 Nov 2011 23:38
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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.

:P :D :)
by Kalop
22 Nov 2011 23:33
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

Re: Help...help...help

Great trebor68.
Thankyou very much.
Now it is work as suppose to work.
:P :P :P
by Kalop
22 Nov 2011 06:58
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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 ...
by Kalop
22 Nov 2011 04:36
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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("...
by Kalop
22 Nov 2011 02:33
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

Re: Help...help...help

no it dosen't work.
GIVE UP
by Kalop
22 Nov 2011 02:28
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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 ...
by Kalop
22 Nov 2011 02:00
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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
by Kalop
22 Nov 2011 01:50
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

Re: Help...help...help

sorry, no change. Still "entry" before any options opens file
by Kalop
22 Nov 2011 01:25
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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...
by Kalop
22 Nov 2011 00:22
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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?
by Kalop
21 Nov 2011 22:07
Forum: DOS Batch Forum
Topic: Help...help...help
Replies: 17
Views: 15683

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...