This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSend2Stata.ini
56 lines (50 loc) · 2.24 KB
/
Send2Stata.ini
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
;------------------------------------------------------------------------------
; send2stata.kak.exe and rundolines.kak.exe configuration file.
;------------------------------------------------------------------------------
[Stata]
;------------------------------------------------------------------------------
; Location of Stata Executable
; StataExe = "C:\Program Files (x86)\Stata9\wstata.exe"
; StataExe = "C:\Program Files (x86)\Stata11\Stata-64.exe"
; StataExe = "C:\Program Files (x86)\Stata9\wstata.exe"
; StataExe = "C:\Program Files\Stata9\wsestata.exe"
; StataExe = "C:\Program Files\Stata8\wsestata.exe"
; StataExe = "C:\Program Files (x86)\Stata11\Stata-64.exe"
; StataExe = "Y:\APPS\Stata10IC\wstata.exe"
; StataExe = "Y:\APPS\Stata11MP4\StataMP-64.exe"
; StataExe = "Y:\APPS\Stata\12\MP4\64\StataMP-64.exe"
StataExe = "\\kkranker\c$\APPS\Stata\13\MP4\64\StataMP-64.exe"
;------------------------------------------------------------------------------
; Title of Stata Window
; StataWin = "Intercooled Stata 9.2"
; StataWin = "Stata/IC 11.2"
; StataWin = "Stata/IC 10.1"
; StataWin = "Stata/SE 10.0"
; StataWin = "Stata/SE 9.2"
; StataWin = "Stata/SE 8.2"
; StataWin = "Stata/IC 11.2"
; StataWin = "Stata/IC 10.1"
; StataWin = "Stata/MP 11.2"
; StataWin = "Stata/MP 12.1"
StataWin = "Stata/MP 13.1"
[Behavior]
;------------------------------------------------------------------------------
; ReturnFocus ( Returns focus back to editor after executing text, set
; to 1 to sitch focus from Stata to editor after sending a command to the
; Stata window.)
; Default = 0
ReturnFocus=0
;------------------------------------------------------------------------------
; SaveFile ( Save file in Notepad++ before sending to program )
; Default = 1
SaveFile=1
;------------------------------------------------------------------------------
; ShortWait ( Increase this value if some applications do not copy or
;paste text quickly enough and the editor starts up with no/wrong text.
; Default = 10
ShortWait=10
;------------------------------------------------------------------------------
; StataLoadWait ( How long to wait for Stata to Load before trying to
; return focus to editor )
; Default = 500
StataLoadWait=500