ACRONIS Snap Deploy 3 for PCs, ESD, 1u, STD, FRE Spécifications Page 98

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 103
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 97
98 © Acronis, Inc
net use %TMP_DRV_LETTER% %IMG_PATH%
echo off
for /f "tokens=1-13 delims= " %%a in ('ipconfig /all') do (
IF %%a EQU Physical (
for /f "tokens=1-3 delims= " %%a in ('echo %%l') do (
echo IMAGE FILE: %%a.tib
asdcmd.exe /create /filename:%TMP_DRV_LETTER%\%%a.tib /harddisk:1
/compression:8
goto end
)
)
)
:end
echo on
net use %TMP_DRV_LETTER% /d
wpeutil Reboot
endlocal
What this script does:
Mounts the shared folder
Retrieves the booted computer’s MAC address.
Generates a TIB file name (if MAC address is 01-02-03-04-05-06 then the TIB file name must be 01-
02-03-04-05-06.tib.)
Images partition C of the computer to the shared folder using the generated file name.
[OPTIONAL] Reboots or shutdowns the computer.
Vue de la page 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103

Commentaires sur ces manuels

Pas de commentaire