atrcopy/scripts/atrcopy.bat

22 lines
458 B
Batchfile
Raw Permalink Normal View History

2016-02-12 07:40:16 +00:00
@echo off
rem = """-*-Python-*- script
rem Windows batch script based on pylint's batch scripts
rem Don't know how this works, but it does.
rem
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
python -x "%~f0" %*
goto exit
"""
# -------------------- Python section --------------------
import os,sys
import atrcopy
atrcopy.run()
DosExitLabel = """
:exit
rem """