Translations:Automate Update data/32/en

From TaticView
Revision as of 12:29, 16 October 2018 by FuzzyBot (talk | contribs) (Importing a new version from external source)
Jump to: navigation, search

@ECHO OFF

call C:\TaticView\tvcli -cmd import_file -user jonathan@sadig.com -file "C:\Users\jonathan\Documents\TaticView\Import Files\sales.xlsx" -datamart 674 -wait
if %errorlevel% == 0 (
	echo SALES updated successfully!
) else (
	echo Problems updating SALES!
)
call C:\TaticView\tvcli -cmd import_file -user jonathan@sadig.com -file "C:\Users\jonathan\Documents\TaticView\Import Files\rh.xlsx" -datamart 673 -wait
if %errorlevel% == 0 (
  	echo RH updated successfully!
) else (
  	echo Problems updating RH!
)