Hi,
I have an requirement to automate some acction whereby I require to move files (auto-generated) from 1 given directory to some directory. I designed an application and used 'FileCopy' to move files from one directory to another (both local and network drive) and was working fine.
This utility was running on server and being an application if anybody logout from the server the application gets terminated.
To avoid this sceniro I planned to convert it as a NT service. I converted it as a service and it is working fine with local drives, moving to network drives/mapped driveshave stopped working.
Please help if anybody of you know the answer.
OS: WinNT
Developed Using
VB 6.0