手机
当前位置:查字典教程网 >脚本专栏 >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删除指定天数日期之前的文件夹

批处理数值排序问题

windows批处理命令教程

将批处理文件注册成服务在系统启动的时候自动调用

批处理 添加隐藏用户代码

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

精品推荐
分类导航