#include CONSOLE_APP_MAIN { FindFile ff("d:/wwwupp/*.html"); while(ff) { String url = "http://www.ultimatepp.org/" + ff.GetName(); SaveFile(AppendFileName("d:/wwwlink", ff.GetName()), "\r\n" "\r\n" "Redirecting ... \r\n" "\r\n" "\r\n" "

\r\n" "Ultimate++ homepage has moved

\r\n" "" ); ff.Next(); } }