-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path__ASPN_Dump_Data.bat
More file actions
21 lines (16 loc) · 830 Bytes
/
__ASPN_Dump_Data.bat
File metadata and controls
21 lines (16 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
REM ScriptFolder is where the scripts are located
SET Company=ASPN
Set ScriptFolder=%~dp0
Call "%ScriptFolder%Setup.bat"
Set CompanyFolder=C:\Users\PaulM\OneDrive - TIME MANUFACTURING COMPANY\EpicorImplementation\Z_Temp
Set CompanyPW=%PW%
Call "%ScriptFolder%Setup_Prod.bat"
Set OutputFolder=C:\Users\PaulM\OneDrive - TIME MANUFACTURING COMPANY\EpicorImplementation\1-ASPN\0_Data_20200424
MkDir "%OutputFolder%"
echo %OutputFolder%
timeout /t 30
Set Prog=DMT-INV-PartPlant
START %DMT_Program% -ConfigValue=%ConfigValue% -User=DMT_%Company% -pass=%PW% -DisableUpdateService -Export -BAQ="%Prog%" -Target="%OutputFolder%\%Prog%.csv"
Set Prog=DMT-INV-Part
START %DMT_Program% -ConfigValue=%ConfigValue% -User=DMT_%Company% -pass=%PW% -DisableUpdateService -Export -BAQ="%Prog%" -Target="%OutputFolder%\%Prog%.csv"
timeout /t 30