Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Change hostname from batch file?
Name: someguy456 Date: January 23, 2007 at 21:06:24 Pacific OS: Windows XP CPU/Ram: Athlon XP 2100 w/ 768MB o
Comment:
Does anyone know how I would go about changing the system hostname from a batch file? rather, from the command line?
Summary: im using the rxvt shell that comes with cygwin, the default prompt is shell-3.0$ and i would like to change it to #. i have tried a batch file like this: @ECHO OFF rxvt.exe && export PS1="#" and like ...
Summary: HI, thanks for the responses. i am just trying to customize the OS - like get disable wallpaper changing, getting rid of passport creating prrompt..... i can right click the file and merge it but want...
Summary: I would like to clear the stdout from withing a batch file. For instance, the following call is made: stuff.bat >> stuff.log Is there a way to clear out stuff.log inside stuff.bat? ...