Copy WinPE.log to new Windows installations
This commit is contained in:
parent
70e4797b7a
commit
25d34e5ace
1 changed files with 5 additions and 0 deletions
|
|
@ -391,6 +391,11 @@ def menu_setup():
|
||||||
other_results = other_results,
|
other_results = other_results,
|
||||||
windows_version = windows_version)
|
windows_version = windows_version)
|
||||||
|
|
||||||
|
# Copy WinPE log(s)
|
||||||
|
source = r'{}\Info'.format(global_vars['ClientDir'])
|
||||||
|
dest = r'W:\{}\Info'.format(KIT_NAME_SHORT)
|
||||||
|
shutil.copytree(source, dest)
|
||||||
|
|
||||||
# Print summary
|
# Print summary
|
||||||
print_standard('\nDone.')
|
print_standard('\nDone.')
|
||||||
if 'LogFile' in global_vars and ask('\nReview log?'):
|
if 'LogFile' in global_vars and ask('\nReview log?'):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue