echo. 用时间后面分中数,制定运行下面A B C……,
echo. 比如,10:23,运行低3行批处一次。下面需要怎么修改
@echo off
:memu
set /a h=%random%%%4
if %h% lss 1 goto memu
echo %rd%
If %h%=="1" goto :a
if %h%=="2" goto :b
If %h%=="3" goto :c
if %h%=="4" goto :d
echo. 随机处理以下命了一条
:a
Start "" "茶杯.jpg"
exit
:b
Start "" "粉色的女人.jpg"
exit
:c
Start "" "开机形象图.bmp"
exit
:d
Start "" "共享1G.jpg"
exit
echo. 比如,10:23,运行低3行批处一次。下面需要怎么修改
@echo off
:memu
set /a h=%random%%%4
if %h% lss 1 goto memu
echo %rd%
If %h%=="1" goto :a
if %h%=="2" goto :b
If %h%=="3" goto :c
if %h%=="4" goto :d
echo. 随机处理以下命了一条
:a
Start "" "茶杯.jpg"
exit
:b
Start "" "粉色的女人.jpg"
exit
:c
Start "" "开机形象图.bmp"
exit
:d
Start "" "共享1G.jpg"
exit