一键Bat启动开发时所需要的软件

根据个人喜好,添加软件地址

@echo off
start F:\develop\t工具包\eclipse\eclipse.exe
start C:\"Program Files (x86)"\Tencent\WeChat\WeChat.exe
start F:\develop\t工具包\NavicatforMySQL_DownZa.Cn\"Navicat for MySQL"\navicat.exe
start C:\"Program Files (x86)"\"Mozilla Firefox"\firefox.exe
start C:\"Program Files (x86)"\Notepad++\notepad++.exe
start C:\"Program Files"\"VanDyke Software"\Clients\SecureCRT.exe
start F:\develop\t工具包\eclipse-cpp-mars-2-win32-x86_64\eclipse\eclipse.exe

注意:

  • 带空格的目录需用双引号
  • 存放软件的目录名最好是中文(装系统的时候,手残写了中文!!!)
  • 电脑用户姓名啦,目录名啦,最好都用英文

你可能感兴趣的:(杂项)