in reply to Re: "Send To" Perl script in Windows (was: Windows platform question)
in thread Windows platform question
@echo off :: This is "parse_excel.bat" perl "C:\Path To\parse_excel.pl" %* pause
The names of the selected files will be present in @ARGV
for my $xl_file_name (@ARGV) { ... }
|
|---|