Manfred hat noch weitere Tips geschickt, wie man UKA_PPP noch kleiner bekommt bzw. wie man es besser auf XP abstimmt:
call "dialer"
print
if $file "ip-up.bat",a$="" or $carrier=off then end
# Send Mail---------------------------------------------------------
if mailserver > "0"
if $file,"spool\m????.out",a$ > ""
print
x_mail mailserver
end if
if $file,"spool\m????.out",a$ > ""
print
x_mail mailserver
end if
if $file,"spool\m????.out",a$ > ""
print
x_mail mailserver
end if
end if
#-------------------------------------------------------------------
# Get Mail----------------------------------------------------------
if popserver >"0"
print
x_pop popserver
end if
if popserver2 >"0"
print
x_pop popserver2, popuser2+":"+poppass2
end if
if popserver3 >"0"
print
x_pop popserver3, popuser3+":"+poppass3
end if
#-------------------------------------------------------------------
# Get News----------------------------------------------------------
print
if $RC1 >"0" then x_news "",$RC1
print
if $RC2 >"0" then x_news "",$RC2
print
if $RC3 >"0" then x_news "",$RC3
print
if $RC4 >"0" then x_news "",$RC4
#-------------------------------------------------------------------
print
call hup
end
#####################################################