DOS 命令打开文件及网页

@echo off
@start explorer.exe "%userprofile%\Local Settings\Temporary Internet Files"
@start explorer.exe "%userprofile%\Local Settings\Temporary Internet Files\Content.MSO"

@start explorer.exe "%userprofile%\Recent"

@start explorer.exe "%temp%"

@start iexplore.exe http://passport.csdn.net/account/login

exit

FileName : SYS.bat

你可能感兴趣的:(DOS 命令打开文件及网页)