# 64bit cmd.exe launched as Administrator (via right click runas) C:\Windows\system32>echo wrote > "c:\Program Files\_ONE.txt" C:\Windows\system32>type "c:\Program Files\_ONE.txt" wrote # Perl 32 bit C:\Windows\system32>C:\path\strP5.22-32\perl\bin\perl.exe -e "system qq(echo WroteByPerl > $ARGV[0] ) or die $^E" "c:\Program Files\_TWO.txt" File esauriti at -e line 1. # the above error is in italian, as the OS, and means 'There are no more files.' # Perl 64 bit C:\Windows\system32>C:\path\straw64\perl\bin\perl.exe -e "system qq(echo WroteByPerl64bit > $ARGV[0] ) or die $^E" "c:\Program Files\_TWO.txt" Accesso negato at -e line 1. # Access Denied