add Manual
This commit is contained in:
13
jtlscript/import_delta.bat
Normal file
13
jtlscript/import_delta.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
|
||||
set "AMEISE_PATH=C:\Program Files (x86)\JTL-Software\JTL-wawi-ameise.exe"
|
||||
set "AMEISE_ARGS=-s c12465.servers.ecomdata.de\JTLWAWI -d eazybusiness -u sa -p IuCWdx-4xCo3 -t IMP10 --loglevel=5 --log=stock-standard_delta.log --writeLogAtEnd"
|
||||
|
||||
|
||||
"%AMEISE_PATH%" %AMEISE_ARGS% -i stock_standard_delta.csv
|
||||
|
||||
set "AMEISE_ARGS=-s c12465.servers.ecomdata.de\JTLWAWI -d eazybusiness -u sa -p IuCWdx-4xCo3 -t IMP16 --loglevel=5 --log=stock-wms_delta.log --writeLogAtEnd"
|
||||
|
||||
"%AMEISE_PATH%" %AMEISE_ARGS% -i stock_wms_delta.csv
|
||||
|
||||
exit
|
||||
13
jtlscript/import_full.bat
Normal file
13
jtlscript/import_full.bat
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
|
||||
set "AMEISE_PATH=C:\Program Files (x86)\JTL-Software\JTL-wawi-ameise.exe"
|
||||
set "AMEISE_ARGS=-s c12465.servers.ecomdata.de\JTLWAWI -d eazybusiness -u sa -p IuCWdx-4xCo3 -t IMP10"
|
||||
|
||||
|
||||
"%AMEISE_PATH%" %AMEISE_ARGS% -i stock_standard.csv >> stock-standard_full.log
|
||||
|
||||
set "AMEISE_ARGS=-s c12465.servers.ecomdata.de\JTLWAWI -d eazybusiness -u sa -p IuCWdx-4xCo3 -t IMP16"
|
||||
|
||||
"%AMEISE_PATH%" %AMEISE_ARGS% -i stock_wms.csv >> stock-wms_full.log
|
||||
|
||||
exit
|
||||
Reference in New Issue
Block a user