-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathQuickStart.bat
73 lines (53 loc) · 1.27 KB
/
QuickStart.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
::last modify:2013-7-29 11:02:06
::Author:mang
::Version:2.2
::Function:快速打开相关程序,以后也可用于开机启动其它程序的批处理。
::关闭命令回显,其实下面有的命令已经设置了不回显 如@path=%path%。但这里设置的是全局的。
@echo off
echo 设置path……
@path=%path%;
echo 启动mang.ahk……
D:
cd Program Files\AutoHotkey
start AutoHotkey "E:\ApplicationData\netDisk\Dropbox\application\ahk\mang.ahk"
::echo 启动Internet off……
::D:
::cd "D:\Program Files\InternetOff"
::start InternetOff.exe
echo 启动doit.im……
D:
cd "D:\Program Files\Doit.im\bin\"
start Doit.im.exe
echo 启动listary……
D:
cd "D:\Program Files\Listary\"
start Listary.exe
::echo 启动IPMsg.exe……
::D:
::cd "d:\smallTools\ipmsg\"
::start IPMsg3.31.exe
echo 启动viatc
E:
cd "e:\ApplicationData\netDisk\Dropbox\application\viatc"
start viatc.exe
::echo 启动shaveyaks.mmap
::E:
::cd "E:\ApplicationData\netDisk\Dropbox\1cur\"
::start ShaveYaks.mmap
::echo 启动klive……
::D:
::cd "D:\Program Files\Kingsoft\Klive"
::start kuaipan.exe
::echo 启动Evernote.exe……
::D:
::cd "D:\Program Files\Evernote\Evernote\"
::start EvernoteTray.exe
::echo 启动nutstore……
::D:
::cd "D:\Program Files\nutstore\bin"
::start NutstoreClient.exe
::echo 启动Belvedere……
::D:
::cd "D:\Program Files\Belvedere\"
::start Belvedere.exe
::pause