# # Modifiziertes CrossPoint-Skript fr den Betrieb im RFC/UUCP-Modus. # cls $statusmessage="xpnews running..." if $file "infile.z",a$ > 0 print "{7}Altes Infile.z muss zuerst importiert werden!" wait 3 exit end if if $file "d-????.out",a$ > 0 shell "del x-????.*" shell "del c-????.*" exec "x_spool.exe d-????.out /um" end if if $file "spool\*.msg",a$ = "" modify wattcp.cfg,"$cc_ignore=",1 maxwait=5 call $config+".$do" maxwait=0 modify wattcp.cfg,"$cc_ignore=",0 else print "{7}Alte Messages werden zuerst importiert!" wait 3 end if if $file "spool\*.msg",a$ > 0 exec $homedir+"\uuz.exe -uz spool\*.msg infile.z" shell "del spool\active" shell "del spool\*.msg" if $file $homedir+"\cs.exe",a$ > 0 exec $homedir+"\cs.exe /D:.\infile.z /C:news.csc" end if end if