source: branches/GUIdev/Original Trial Files (9 December 2013)/notes1.py @ 1441

Last change on this file since 1441 was 1306, checked in by KelvinHsu, 11 years ago

Initial commit of early python tests

File size: 231 bytes
Line 
1import os
2os.listdir('.')
3help(os.system)
4os.system('Duchamp -v')
5os.system('Duchamp -h')
6os.chdir('/u/hsu004/IntroToDuchamp')
7inputFile = 'duchampHIPASS.in'
8print(inputFile)
9command = 'Duchamp -p %s'%inputFile
10os.system(command)
Note: See TracBrowser for help on using the repository browser.