getting help for a broad solution to KB297684 (which doesn't fix it)
- From: info@xxxxxxxxxxxx
- Date: 22 Feb 2007 12:24:08 -0800
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 */
}
}
.
- Follow-Ups:
- Prev by Date: CFP: The 2007 International Conference on Communications in Computing: CIC 2007
- Next by Date: stati64() Problem lcc-win32
- Previous by thread: CFP: The 2007 International Conference on Communications in Computing: CIC 2007
- Next by thread: Re: getting help for a broad solution to KB297684 (which doesn't fix it)
- Index(es):