-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreateConstFiles.bat
More file actions
23 lines (20 loc) · 1.93 KB
/
createConstFiles.bat
File metadata and controls
23 lines (20 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
rem --- Office 2016 ----
tclsh createConstFile.tcl "C:/Program Files/Microsoft Office/root/Office16/Excel.exe" "Excel" > excelConst.tcl
tclsh createConstFile.tcl "C:/Program Files/Microsoft Office/root/Office16/msword.olb" "Word" > wordConst.tcl
tclsh createConstFile.tcl "C:/Program Files/Microsoft Office/root/Office16/msppt.olb" "Ppt" > pptConst.tcl
tclsh createConstFile.tcl "C:/Program Files/Microsoft Office/root/Office16/msoutl.olb" "Outlook" > outlookConst.tcl
rem --- Office 2013 ----
rem tclsh createConstFile.tcl "C:/Program Files/Microsoft Office 15/root/office15/Excel.exe" "Excel" > excelConst.tcl
rem tclsh createConstFile.tcl "C:/Program Files/Microsoft Office 15/root/office15/msword.olb" "Word" > wordConst.tcl
rem tclsh createConstFile.tcl "C:/Program Files/Microsoft Office 15/root/office15/msppt.olb" "Ppt" > pptConst.tcl
rem tclsh createConstFile.tcl "C:/Program Files/Microsoft Office 15/root/office15/msoutl.olb" "Outlook" > outlookConst.tcl
rem --- Office 2010 ----
rem tclsh createConstFile.tcl "C:/Program Files (x86)/Microsoft Office/Office14/Excel.exe" "Excel" > excelConst.tcl
rem tclsh createConstFile.tcl "C:/Program Files (x86)/Microsoft Office/Office14/msword.olb" "Word" > wordConst.tcl
rem tclsh createConstFile.tcl "C:/Program Files (x86)/Microsoft Office/Office14/msppt.olb" "Ppt" > pptConst.tcl
rem tclsh createConstFile.tcl "C:/Program Files (x86)/Microsoft Office/Office14/msoutl.olb" "Outlook" > outlookConst.tcl
rem --- Office 2003 ----
rem tclsh createConstFile.tcl "C:/Programme/Microsoft Office/Office11/Excel.exe" "Excel" > excelConst.tcl
rem tclsh createConstFile.tcl "C:/Programme/Microsoft Office/Office11/msword.olb" "Word" > wordConst.tcl
rem tclsh createConstFile.tcl "C:/Programme/Microsoft Office/Office11/msppt.olb" "Ppt" > pptConst.tcl
rem tclsh createConstFile.tcl "C:/Programme/Microsoft Office/Office11/msoutl.olb" "Outlook" > outlookConst.tcl