- or download this
@ECHO OFF
C:\BIN\PERL\TINYPERL -I C:\BIN\PERL\LIB "%1" %2 %3
ECHO.
PAUSE
- or download this
PS C:\Strawberry> Ftype Perl_program_file="C:\Strawberry\perl\bin\perl
+.exe" %1
Ftype : The term 'Ftype' is not recognized as the name of a cmdlet, fu
+nction, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the p
+ath is correct and try again.
...
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Strawberry>
- or download this
C:\Users\tblaz>assoc .pl
.pl=Perl_program_file
C:\Users\tblaz>
- or download this
@echo off
rem set env variables
set TERM=dumb
...
Ftype Perl_program_file="C:\Strawberry\perl\bin\perl.exe" %1
ECHO.
PAUSE
- or download this
Perl executable: C:\Strawberry\perl\bin\perl.exe
Perl version : 5.30.0
File type 'Perl_program_file' not found or no open command associated
+with it.
Press any key to continue . . .