@echo ************************************************************************
:start
@echo off
set /p s=[a:appwiz e:event m:mstsc r:regedit s:services]:
if /i "%s%" equ "m" goto :m
if /i "%s%" equ "a" goto :a
if /i "%s%" equ "s" goto :s
if /i "%s%" equ "r" goto :r
if /i "%s%" equ "e" goto :e
if /i "%s%" equ "x" goto :x
:m
mstsc
goto :start
:r
regedit
goto :start
:a
D:\Jerry\Software\BugListTracker_V11.exe
goto :start
:s
services.msc
goto :start
:e
eventvwr
goto :start
:x
exit

最新文章

  1. Spring MVC篇一、搭建Spring MVC框架
  2. dubbo zk 分布式服务项目搭建与配置
  3. Python多线程(3)——Queue模块
  4. [daily][CentOS][yum] 删除包的同时一同清理掉安装时一起装进来的依赖包
  5. get the runing time of C++ console program.
  6. java 守护线程
  7. Capacitor 新一代混合应用“神器” 会代替Cordova吗??
  8. 多媒体文件格式(三):M3U8 格式
  9. 快速傅里叶变换(FFT)详解
  10. 微信小程序wepy框架开发资源汇总
  11. SpringCloud系列八:Zuul 路由访问(Zuul 的基本使用、Zuul 路由功能、zuul 过滤访问、Zuul 服务降级)
  12. mysql操作数据表中的记录1
  13. transition的属性变化
  14. Git-简单的利用SourceTree提交代码(转载)
  15. DAY15 模块
  16. POJ 2393 Yogurt factory【贪心】
  17. Python进阶【第九篇】装饰器
  18. 无法定位序数****于动态链接库LIBEAY32.dll上
  19. java中pojo、dao命名解释
  20. listview item 动画

热门文章

  1. 【Android】listview优化
  2. 【HDOJ】4985 Little Pony and Permutation
  3. 最小费用最大流MCMF 最小增广
  4. 【转】Android开发学习笔记:EditText的属性介绍
  5. C++中的位域(bit-filed):一种节省空间的成员
  6. Objective-C中变量采用@property的各个属性值的含义
  7. 解决hyerv的linux虚拟机网卡地址重启发生变化的问题
  8. XXE篇-本着就了解安全本质的想法,尽可能的用通俗易懂的语言去解释安全漏洞问题
  9. ECLIPSE/MYECLIPSE OPERATES
  10. UVA 140 (13.07.29)