rem == mapshare.cmd ==
rem == This command will map a shared network folder
rem or NAS drive to be used in capturing and deploying
rem the system image.
rem Winpe won't work with smb1 shares
rem Share needs a username and password
rem from what I've seen so far.
net use y: \\ServerName\FolderName /user:image image
rem == This command will map a shared network folder
rem or NAS drive to be used in capturing and deploying
rem the system image.
rem Winpe won't work with smb1 shares
rem Share needs a username and password
rem from what I've seen so far.
net use y: \\ServerName\FolderName /user:image image
Comments
Post a Comment