Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/future4tech/public_html/wp-includes/functions.php on line 6114
SUBST – Windows CMD Command - Future4Tech

SUBST – Windows CMD Command

Substitute a drive letter for a network or local path.

Syntax
      SUBST drive_letter: path
   
      SUBST 
   
      SUBST drive_letter: /D

Key
   SUBST with no parameters will display current SUBST drives

   /D : Delete the drive_letter substitution.

The SUBST command can be used to map a drive letter to a LOCAL folder on the same machine. In early versions of Windows SUBST also provided some drive mapping options that are now covered by NET USE.

If the network resource is unavailable (ie the server is down) SUBST will continually retry – unlike NET USE which will try to connect once and fail – a subst’d drive that is not available will badly impact performance of the computer.

When SUBST is used against a local shared folder, it will create a RECYCLER for that drive. The RECYCLER is not removed when the drive substitution is removed, but can be deleted manually.

If you map a drive with the NET command, use the NET command to remove it, similarly if you substitute a drive letter with SUBST then use the SUBST command to remove it.

Undocumented behaviour: if a drive is substed using characters other than A-Z ($,#, :, !, 0-9) it will not appear in Windows Explorer or in the drives reported by SUBST.

You may also like...

2 Responses

  1. zoritoler imol says:

    I used to be very happy to seek out this web-site.I wanted to thanks on your time for this glorious learn!! I undoubtedly having fun with each little little bit of it and I have you bookmarked to take a look at new stuff you weblog post.

  2. frolep rotrem says:

    You have noted very interesting details! ps nice internet site.

Leave a Reply

Your email address will not be published. Required fields are marked *


Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home/future4tech/public_html/wp-includes/functions.php on line 5464