Selasa, 10 Juni 2014

Script Batch File Mapping Drive Samba Suse untuk Mapping Di Windows


Script Batch File Maping Drive Samba Drive untuk Maping Di Windows

@echo off
: loop
cls
echo Untuk melanjutkan klik minimize pada simbol (-)
echo Untuk Putus dari Server tekan enter pada pesan "press any key to continue"

net use M: \\ipaddress\folder-data\account-name password /user:hostname \account-name
net use I: \\ipaddress\folder-data /persistent:no

pause

net use /delete i:
net use /delete m:

goto : loop


Tidak ada komentar:

Posting Komentar