@echo off
if exist y: net use y: /delete
net use y: \\192.168.50.36\smb /user:a\smb smb && xcopy /e/d/f "G:\bakup" "y:\U8\" && net use y: /delete
forfiles /p D:\smb\ZT003 /d -45 /c "cmd /c echo @file|findstr [1-9][023456789].$&&rd /s/q @path"
    xcopy差异备份
        Categories:
                  
        Related Post
制作多功能启动U盘WinPE+MacOS+ISO映像制作多功能启动U盘WinPE+MacOS+ISO映像
简介: 多功能U盘,同时支持黑白苹果和WindowsPE、ISO等镜像启动,比如Clover、LinuxLiv […]
