You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
home development
About this tag
The home development tag covers discussions about setting up local development environments that mimic enterprise network configurations. In one thread, a user developing programs at home for work seeks to redirect network path requests (like \\server\data\something) to a local folder without mapping network drives or using the subst command. This highlights challenges in replicating corporate file access patterns in a home development setup, focusing on local drive simulation and path redirection techniques for Windows systems.
I develop at home programs for use at work.
At work the pc's get data from the server
\\server\data\something
I want to run programs at home and have a drive or directory on my HDrive such that when program
asks for file from \\server\data\something then the local folder is accessed
I do not...
access control
data management
development
directory
file access
file sharing
h drive
homedevelopmenthome office
local disk
network drive
path mapping
programs
remote access
server directory
storage
subst
windows
work pc