RosettaCodeData/Task/Execute-a-system-command/Stata/execute-a-system-command.stata

14 lines
271 B
Text
Raw Permalink Normal View History

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