I have a file that holds an FAT filesystem. I want to be able to mount it (make it a drive letter) and copy files into it from within Win2k.<BR><BR>There surely must be some way to do this - a third ...
Here's the scenario. I have an application in Java that needs to read a remote file that is constantly being written to, so it changes with time. This file resides on a server for which I have limited ...