@ECHO OFF rem 04oct09 rem DEVELOPMENT version of batch file caller. rem calls paste_to_cbddd.pl rem strawberry 5.14 - compile with maximum version available c:\strawberry\5.14\perl\bin\perl C:\@Work\Perl\clipboard\paste_to_cb%~n0.pl %0 %* rem activestate 5.8 - compile with minimum version available rem c:\Perl\bin\perl5.8.9 C:\@Work\Perl\clipboard\paste_to_cb%~n0.pl %0 %* if NOT ERRORLEVEL 1 goto CLEANUP echo embedded perl script exit error %ERRORLEVEL% :CLEANUP goto END :END