Offline Shared Folder
Today is the first day of .NET 2.0 (Visual Studio 2005) training.
I learnt that you could make a shared folder work offline by pointing its drive letter to a local path (basically, faking it). The DOS command for it is subst. Example usage: subst x: c:\data. Of course, for this to work, you must first copy the files you want from the shared drive to a designated local path.
Comments: