We have a home produced EPOS system written in VFP6 and operating on 4 WIN XP PC's in 4 seperate locations. Each evening, all the machines perform an auto backup to server via a scheduled task running a VFP .EXE.
This process involves using PKZIP to zip up several files for upload to the server.
This has worked ok on 3 of the machines but the 4th. is giving us problems.
The problem machine:-
Originally worked ok but stopped performing the upload and started to report the following error.
Overwriting Windows solved the problem and was ok for a while. The problem has returned and we are seeking a lasting solution.
It is is in a remote location and I will not be able to visit for a few days.
I assume it is caused by some 'update' re-writing autoexec.NT but was looking for some advice on what change could cause this. I don't think it is malicious but there are no guarantees.
The EPOS prog includes a low level receipt creation routine and a
command.
This routine shows the same error but only on the first till openeing since a re-start. Subsequent receipt production shows no errors at all.
Keith
This process involves using PKZIP to zip up several files for upload to the server.
This has worked ok on 3 of the machines but the 4th. is giving us problems.
The problem machine:-
Originally worked ok but stopped performing the upload and started to report the following error.
Code:
c:\WINDOWS\SYSTEM32\CMD.EXE
C:\WINDOWS\SYSTEM32\AUTOEXEC.NT
The system file is not suitable for 16 bit applications.
It is is in a remote location and I will not be able to visit for a few days.
I assume it is caused by some 'update' re-writing autoexec.NT but was looking for some advice on what change could cause this. I don't think it is malicious but there are no guarantees.
The EPOS prog includes a low level receipt creation routine and a
Code:
! copy file receipt to LPT1
This routine shows the same error but only on the first till openeing since a re-start. Subsequent receipt production shows no errors at all.
Keith