YuXuan_0012 当前离线
列兵
pcl_test 当前离线
荣誉版主
@echo off call :0 "%ProgramFiles%\Internet Explorer" :0 if exist "%~1" (echo;Y) else echo;N pause复制代码
TOP