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

14 lines
271 B
Plaintext

!dir
* print a message and wait
!echo Ars Longa Vita Brevis & pause
* 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