1 2 3 4 5 6 7 8 9 10 11 12
@echo off perl -x %0.bat goto exit #!perl printf " This is a self-running perl script for DOS. " __END__ :exit