06 2021 档案
批处理文件备忘
摘要:在一个批处理文件中调用其他批处理或可执行文件,有两种方式。 第一种 使用call 1.bat需要调用2.bat和3.bat @echo off call 2.bat call 3.bat 这种写法在实际执行时,首先运行2.bat,执行完后才会继续执行3.bat 第二种 使用start 1.bat需要
阅读全文
简单的定时录制视频批处理文件
摘要:adb devices @echo please copy the device name of the up lines @SET /p devices=%devices% @SET dpath=records @mkdir %dpath% :one @SET var=%date:~0,4%%da
阅读全文
浙公网安备 33010602011771号