2017-09-23 10:01:46 +02:00
|
|
|
!dir
|
|
|
|
|
|
|
|
|
|
* print a message and wait
|
2018-06-22 20:57:24 +00:00
|
|
|
!echo Ars Longa Vita Brevis & pause
|
2017-09-23 10:01:46 +02:00
|
|
|
|
|
|
|
|
* load Excel from Stata
|
|
|
|
|
!start excel
|
|
|
|
|
|
|
|
|
|
* run a Python program (Python must be installed and accessible in the PATH environment variable)
|
|
|
|
|
!python preprocessing.py
|
|
|
|
|
|
|
|
|
|
* load Windows Notepad
|
|
|
|
|
winexec notepad
|