手机
当前位置:查字典教程网 >脚本专栏 >DOS/BAT >批处理bat根据星期启动程序
批处理bat根据星期启动程序
摘要:@echooffsetno=%date:~13,14%if%no%==一goto:openif%no%==二goto:openif%no%=...

@echo off set no=%date:~13,14% if %no%==一 goto :open if %no%==二 goto :open if %no%==三 goto :open if %no%==四 goto :open if %no%==五 goto :open goto :eof :open start "VPC" "E:Program FilesMicrosoft Virtual PCVirtual PC.exe" start "MSN" "C:Program FilesWindows LiveMessengermsnmsgr.exe" ::start "QQ" "D:Start腾讯QQ" ::start "sms" "D:StartFetion 2008.lnk" start /min "OUTLOOK" "Outlook" start /min "金山词霸" "D:Start金山词霸2007" goto :eof

【批处理bat根据星期启动程序】相关文章:

批处理应用 "添加/删除程序"修复

批处理bat删除指定天数日期之前的文件夹

枚举显示批处理bat

批处理实现计算器功能代码(小结)

批处理经常用到的bat推荐下

批处理(dos/bat)最完整人性化教程第1/2页

批处理应用根据文件内容进行重命名操作

批处理bat计算前N个月第一天的日期

批处理命令 BAT备份MySQL数据库

批处理技术内幕 ECHO命令介绍

精品推荐
分类导航