bugfix: hidden attrib was set on tools folder. Why?
This commit is contained in:
parent
7c4767a6e3
commit
415bd38970
@ -92,6 +92,9 @@ echo.
|
|||||||
echo putting copytools script to %DRIVE% ...
|
echo putting copytools script to %DRIVE% ...
|
||||||
copy /Y image\CopyTools.cmd %DRIVE%\
|
copy /Y image\CopyTools.cmd %DRIVE%\
|
||||||
|
|
||||||
|
rem remove hidden attribute from tools folder ...
|
||||||
|
attrib -H %DRIVE%\tools
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
rem remove passwords from settings.cmd config files ...
|
rem remove passwords from settings.cmd config files ...
|
||||||
for %%A in (
|
for %%A in (
|
||||||
|
Loading…
Reference in New Issue
Block a user