h drive

About this tag
The tag 'h drive' on WindowsForum.com covers topics related to using a drive letter H for local or homework assignments. Discussions include creating batch files that operate on an H drive, such as displaying files in date order from the root of a HOMEWORK drive. Another topic involves addressing a local H drive as if it were a network drive for development purposes, where users seek methods to redirect network path requests to a local folder without mapping or using subst. These threads reflect common scenarios in educational and development environments where the H drive serves as a designated storage or assignment location.
  1. J

    Windows 10 Help with creating Batch files. My instructor is no help.

    I'm having to create a set of batch files for a class. My instructor is no help. I have included the assignment. Is there anyone out there who can help me? 1. Create a batch file called DD.BAT. This batch file should display the files on the root of the HOMEWORK drive in date order with the...
  2. R

    Windows 7 Address local drive as if it was a network drive

    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...