diff --git a/06_Copy2Stick.cmd b/06_Copy2Stick.cmd index b413cbe..97d24b5 100644 --- a/06_Copy2Stick.cmd +++ b/06_Copy2Stick.cmd @@ -108,7 +108,7 @@ if EXIST software ( /XF *.iso /XF *.txt /XF *.cmd /XF *.csv /XF .gitignore /XD .git ) -for %%P in (scripts source optional personal) do ( +for %%P in (drivers scripts source optional personal) do ( if EXIST %%P ( echo. echo copying folder [ %%P ] to %USBDRIVE%\tools ...