.
This commit is contained in:
10
baseENV.bat
Normal file
10
baseENV.bat
Normal file
@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
set check_computername=%COMPUTERNAME%
|
||||
echo "Found computer %check_computername%"
|
||||
|
||||
set PACKAGES="C:\Packages"
|
||||
set WPUBLIC="C:\wPublic"
|
||||
|
||||
set BASE=C:\Scripts\wBase
|
||||
set LOCAL=C:\Scripts\wLocal
|
||||
set TMESSAGE=%BASE%\tmessage.bat
|
||||
Reference in New Issue
Block a user