8 lines
196 B
Batchfile
Executable File
8 lines
196 B
Batchfile
Executable File
@echo off
|
|
|
|
:: This script renames the systemdrive to the hostname,
|
|
:: which makes it easier to find the hostname by just
|
|
:: opening the windows explorer
|
|
|
|
label %SystemDrive% %COMPUTERNAME%
|