Leser: 1
9 Einträge, 1 Seite |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
use strict; use Mail::IMAPClient; use Data::Dumper; use Win32::AdminMisc; my %jobs; my $jobs= Win32::AdminMisc::ScheduleList( "\\\\deevaubee", \%jobs ); if( defined $jobs ) { foreach my $job( keys %jobs ) { print "Job $job is ", $jobs{$job}->{"Command"}, "\n"; } } else { print "fail\n"; }
QuoteMicrosoft ® Program Maintenance Utility Version 1.50
Copyright © Microsoft Corp 1988-94. All rights reserved.
cl -c -I"C:\Programme\Microsoft Visual C++ Toolkit 2003\include" -I"C:\
Programme\Microsoft Platform SDK for Windows XP SP2\Include" -nologo -Gf -W3 -M
D -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SE
ED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFI
X -MD -Zi -DNDEBUG -O1 -DVERSION=\"2.0.3\" -DXS_VERSION=\"2.0.3\" "-IC:\Per
l\lib\CORE" -TP TaskScheduler.c
TaskScheduler.c
c1xx : warning C4349: /Gf is deprecated and will not be supported in future vers
ions of Visual C++; remove /Gf or use /GF instead
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(1925) : w
arning C4002: too many actual parameters for macro 'PerlProc_abort'
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(1925) : e
rror C2059: syntax error : '('
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(1925) : e
rror C2238: unexpected token(s) preceding ';'
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9624) : w
arning C4002: too many actual parameters for macro 'PerlLIO_open'
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9624) : e
rror C2059: syntax error : '('
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9624) : e
rror C2238: unexpected token(s) preceding ';'
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9638) : w
arning C4003: not enough actual parameters for macro 'PerlSock_send'
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9638) : e
rror C2059: syntax error : '('
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9638) : e
rror C2238: unexpected token(s) preceding ';'
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9640) : w
arning C4002: too many actual parameters for macro 'PerlProc_abort'
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9640) : e
rror C2059: syntax error : '('
c:\Programme\Microsoft Platform SDK for Windows XP SP2\Include\MsXml.h(9640) : e
rror C2238: unexpected token(s) preceding ';'
c:\.cpan\build\TaskScheduler\misc.h(134) : warning C4244: 'return' : conversion
from 'double' to 'IV', possible loss of data
c:\.cpan\build\TaskScheduler\misc.h(139) : warning C4244: 'return' : conversion
from 'double' to 'IV', possible loss of data
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.
9 Einträge, 1 Seite |