Thread Win7 64Bit - Dateitest mit -d verursacht Fehler
(12 answers)
Opened by bianca at 2013-11-30 08:54
@bianca
Versuchs mal so: Code (perl): (dl
)
1 2 3 4 5 use Win32::ErrorMode qw( :all ); my $error_mode = GetErrorMode(); SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX); system "program_that_would_normal_produce_an_error_dialog.exe"; #bzw hier dein Code für die Laufwerke http://search.cpan.org/~plicease/Win32-ErrorMode-0... oder alternativ: http://search.cpan.org/~chorny/Win32API-File-0.120... Last edited: 2015-05-04 08:38:26 +0200 (CEST) |