Search found 3 matches

by relro
24 Feb 2014 03:58
Forum: DOS Batch Forum
Topic: subst without parameters
Replies: 5
Views: 4266

Re: subst without parameters

Hey carlos, thanks a lot for ur help... the way to avoid the recursion is not working at all, so I decided to keep the recursion. I wrote/copied some stuff together to solve my task... I wanted to attach all of it but I can't find any button for attachment... Where is it? Wanna share the received he...
by relro
21 Feb 2014 12:06
Forum: DOS Batch Forum
Topic: subst without parameters
Replies: 5
Views: 4266

Re: subst without parameters

Hey foxidrive, hey carlos, nice to meet u and thanks for the reply... @carlos this is exactly what I'm looking for... great here the .bat I wrote: @echo off SETLOCAL echo Virtual Drives: echo ------------------------------------------ for /f "tokens=1,3,* delims=: " %%a in ('subst') do ( e...
by relro
21 Feb 2014 09:00
Forum: DOS Batch Forum
Topic: subst without parameters
Replies: 5
Views: 4266

subst without parameters

Hey people I'm new here and I hope someone can/want help me with a problem using 'subst' I use subst to mount a folders path to a drive-letter to find them more easliy... Now I want to create a tool wich unmountes the virtual drives by entering the drive-letter in a console, but I don't have any ide...