V
Vgr
Guest
Thanks kranmer this is AWESOME! I'll study that and I could do my other release to my mod 
to create a batch file to rename your drive is fairly simple, all you need to do is use the command LABEL and set which drive you want to change and what you want to change it to, so for example to change your C Drive to FF7DISC1 to writehey now I am curious again. I have not much experience with batch files but I am wondering if it is possible to write a batch that would rename my hard drive to whatever i want automatically when i run it?
:inputset DRIVE=set /P DRIVE=Type drive letter: %=%set INPUT=set /P INPUT=Type drive name: %=%if "%INPUT%"=="" goto inputlabel %DRIVE%: %INPUT%