hi guys, do u have any idea how to create a batch file that change the name of your computer for you? also can you direct me to a site where i can learn the basics of batch file programming? thanks!
I'm not sure you can do that with a batch file, batch files are mostly for basic commands you can preform from the command prompt, deleting files and such. You could probably write a program to do it tho.
I was able to change the COMPUTERNAME by entering:
set /p COMPUTERNAME=
and then as the input, I entered XP and it changed it to XP but in the properties it was still the original name and when I logged out and logged back in everything was back to the original