10 lines
551 B
Batchfile
10 lines
551 B
Batchfile
::**************************************************************************
|
|
::************************ Demarrage de la migration Windows 10 ************
|
|
::**************************************************************************
|
|
"%~dp07z.exe" x -y "c:\ISOw10\ISOW10.zip" -o"C:\ISOw10"
|
|
call "C:\ISOw10\install.bat"
|
|
cls
|
|
::**************************************************************************
|
|
::************************ Fin de la migration Windows 10 ******************
|
|
::**************************************************************************
|