Move settings.cmd #44
This commit is contained in:
parent
aede18d480
commit
8394915660
@ -2,7 +2,7 @@
|
||||
set SOURCES=c:\TEMP\W10\sources
|
||||
set BOOT=boot.wim
|
||||
set IMAGE=install.esd
|
||||
set SETTINGS=settings.cmd
|
||||
set SCRIPT_SETTINGS=scripts\settings.cmd
|
||||
set COMPANY_SETTINGS=company\settings.cmd
|
||||
|
||||
IF %1.==. GOTO USAGE
|
||||
@ -12,8 +12,8 @@ rem CONFIGFILE CHECK
|
||||
rem ===================
|
||||
|
||||
rem GLOBAL settings ...
|
||||
if EXIST %SETTINGS% (
|
||||
call %SETTINGS%
|
||||
if EXIST %SCRIPT_SETTINGS% (
|
||||
call %SCRIPT_SETTINGS%
|
||||
) else (
|
||||
set LANG=en-US
|
||||
)
|
||||
@ -145,10 +145,10 @@ for %%P in (drivers scripts source optional personal company) do (
|
||||
)
|
||||
)
|
||||
|
||||
if EXIST settings.cmd (
|
||||
if EXIST %SCRIPT_SETTINGS% (
|
||||
echo.
|
||||
echo copying settings file to drive %USBDRIVE% ...
|
||||
copy /Y settings.cmd %USBDRIVE%\tools\scripts
|
||||
copy /Y %SCRIPT_SETTINGS% %USBDRIVE%\tools\scripts
|
||||
)
|
||||
|
||||
echo.
|
||||
|
@ -302,7 +302,7 @@ So my advice is: upload the software to your own ftp server or create a local co
|
||||
|
||||
Uploading all the software to your own server is easy. Just create the folder "personal" (in w10install) and put a config file named "ftpsettings.cmd" in it:
|
||||
|
||||
Example for w10install\ftpsettings.cmd:
|
||||
Example for personal\ftpsettings.cmd:
|
||||
```text
|
||||
FTP_SERVER=example.com
|
||||
FTP_PATH=/path/to/directory/w10install/W1020H2v1
|
||||
|
Loading…
Reference in New Issue
Block a user