23. April 2007 09:52
23. April 2007 10:07
IF NOT CODEUNIT.RUN(Codeunit::"4711",DeinDateiname) THEN
// Keine Verbindung zum Netzlaufwerk;
23. April 2007 10:11
23. April 2007 10:12
23. April 2007 10:14
26. April 2007 13:38
Pfad := VerkaufEinrichtung.Pfad;
SystemZeit1 := TIME;
commandprocessor := 'c:\winnt\system32\cmd.exe';
Argument := '/c';
DosCommand := 'ping 192.100.1.101 -n 8';
DosAnswer := FORMAT(SHELL(commandprocessor, Argument, DosCommand));
SystemZeit2 := TIME;
VergZeit := SystemZeit2 - SystemZeit1;
IF VergZeit < 9200 THEN
DateienBearbeiten();