PDA

View Full Version : Windows 2003



Glenn Hickman
29-Mar-2005, 10:24 AM
Hi,

We have a rather strange problem when running a 3.1d program on a windows
2003 machine, the program runs fine for a while but then gives us the error
'the network path was not found' if you stop it and wait about 15-20 seconds
it starts working for a while again????

Below is a simple version of the code which still gives the error it appears
to be the runprogram wait "dir.... line that causes the problem.

start:
runprogram wait "dir f:\bserver6\*.chk /od > f:\temp\prints2.txt"
goto start

Does anybody have any ideas why this may be? We are moving to 3.2 soon but I
wondered if there were any other fixes in the meantime.

Thanks,
Glenn.

Baz
29-Mar-2005, 06:10 PM
Try this for some clues:

http://support.microsoft.com/?kbid=822219

Baz.