Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created September 22, 2014 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gioxx/5bd592820c7ba5672f1e to your computer and use it in GitHub Desktop.
Save gioxx/5bd592820c7ba5672f1e to your computer and use it in GitHub Desktop.
LoadState per USMT su Windows 7 a 32 bit
@echo off
if "%1"=="" goto error
if "%2"=="" goto error
if not exist MigDomCustom7.xml goto error
cls
echo USMT LoadState per Windows 7
echo GSolone 2013 (20130507-rev0)
echo.
echo Sposto i dati da %1 a %2
"%ProgramFiles%\USMT4.01\loadstate" %SystemDrive%\mig\ /mu:%1:%2 /i:"%ProgramFiles%\USMT4.01\migapp.xml" /i:MigDomCustom7.xml /c
goto end
:error
cls
echo.
echo Utilizzo del batch:
echo LoadState dominio1\vecchioutente dominio2\nuovoutente
echo Verificare la presenza del file MigDomCustom7.xml all'interno di questa cartella.
echo.
:end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment