Advertisement
cfabio

Batch.py

Jan 5th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. #! python3
  2.  
  3. import sys
  4. print('Hello world')
  5. print(sys.argv)
  6.  
  7.  
  8. #This file can be executed directly from a file like :
  9. #@py C:\Users\ciamp_000\Desktop\example.py %*
  10. #@pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement