@echo off
title Bonster Virtualbox Auto Mounter
clsecho Bonster Virtualbox Auto Mounter
echo ========================================================
echo.
echo UnMount Networ Drives
net use x: /delete
net use y: /delete
net use z: /delete
echo.
echo Mounting Network Drives
net use x: \\vboxsvr\max300gb
net use y: \\vboxsvr\gen120gb
net use z: \\vboxsvr\shar160gb
echo.
echo Done!
echo.
pause
Friday, March 7, 2008
Vbox Auto Mount Drives Batch
Posted by Bonster at 3:06 PM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment