getting help for a broad solution to KB297684 (which doesn't fix it)



Can anyone give me a kick in the right direction in getting this to
work? (pseudo code included).

#include <stdio.h>
#include <io.h>

int main(int argc, char *argv[], char st1)
string s1;
s1 = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
{
while (st1) {
for x1 = 1 to length(s1) {
if (s1[x1]+":") has the status of being a networkdrive then {
char **flist = findfiles(s1[x1]+":\\*.*");
char **s = flist;
free(flist);
}
}
sleep(60000); /* 10.000 = 10 seconds */
}
}

.