The code:
wmic computersystem where name="%COMPUTERNAME%" call rename name="NEW-NAME"
How do I change it to allow user input for the new name?
set /p comp_name=enter a computer name : call wmic computersystem where name="%comp_name%" call rename name="NEW-NAME"
Could you try this?
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 months ago
viewed
25 times
active