欢迎来到工商注册核名查询系统!

DOS/BAT

当前位置:主页 > 脚本语言 > DOS/BAT >

批处理bat根据星期启动程序

来源:本站原创|时间:2022-11-25|栏目:DOS/BAT|

@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 Files\Microsoft Virtual PC\Virtual PC.exe"
start "MSN" "C:\Program Files\Windows Live\Messenger\msnmsgr.exe"
::start "QQ" "D:\Start\腾讯QQ"
::start "sms" "D:\Start\Fetion 2008.lnk"
start /min "OUTLOOK" "Outlook"
start /min "金山词霸" "D:\Start\金山词霸2007"
goto :eof

更多DOS/BAT

您可能感兴趣的文章

阅读排行

本栏相关

随机阅读

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 工商注册核名查询系统 版权所有