I am attempting to use a "net use" command to make a share available to my production people. I would prefer to insert it into the network login script, but will settle for the user login script if necessary. I want it to map a drive letter. The script is as follows:
net use q: \\reprodesk\reprodesk_cfg /user
ceuser /persistent:yes
There is no password for this share, however it prompts for a password, making it necessary to press the enter key to tell it so. Now I KNOW, that as sure as God made little green apples, that I will have a user or users who will cry about having to press the enter key one extra time when he/she/it logs in. Is there a better way to accomplish this, or, is there a way to enter a <enter> into the script string so that the activity will be transparent to the user?
net use q: \\reprodesk\reprodesk_cfg /user
There is no password for this share, however it prompts for a password, making it necessary to press the enter key to tell it so. Now I KNOW, that as sure as God made little green apples, that I will have a user or users who will cry about having to press the enter key one extra time when he/she/it logs in. Is there a better way to accomplish this, or, is there a way to enter a <enter> into the script string so that the activity will be transparent to the user?