Search found 4 matches

by EricM
12 May 2015 12:18
Forum: DOS Batch Forum
Topic: look for volume name, change drive letter
Replies: 7
Views: 3895

Re: look for volume name, change drive letter

Squashman wrote:Reading is FUN!


I didn't know echo and pause would cause it to stop it from copying over. Like I said before, I am learning on how to do this. sorry for not understand how it all works. :?
by EricM
12 May 2015 06:28
Forum: DOS Batch Forum
Topic: look for volume name, change drive letter
Replies: 7
Views: 3895

Re: look for volume name, change drive letter

I will give it shot in a little bit here today and let you know the results of this.

Thanks in advance

*EDIT*

I tested the above code and it shows the drive and the location correctly. It just doesn't copy/paste the the file in the folder location.
by EricM
11 May 2015 14:29
Forum: DOS Batch Forum
Topic: look for volume name, change drive letter
Replies: 7
Views: 3895

Re: look for volume name, change drive letter

What I would like to do is Move a certain file, well its a VPN connection file. So in the script I would like the file be moved from the USB with a copy and paste command. so from O:\rasphone.pbk copy file from file path to. C:\Users\OMG\AppData\Roaming\Microsoft\Network\Connections\Pbk
by EricM
11 May 2015 13:12
Forum: DOS Batch Forum
Topic: look for volume name, change drive letter
Replies: 7
Views: 3895

look for volume name, change drive letter

I am currently learning how to do batch scripting. Would I like to do is make a batch file that looks for the volume name of a drive and then once it find its renames the drive letter to another letter. Example Plug in usb drive: OMG (E:) Script finds volume label OMG Renames (E:) to (O:) End result...