All translations
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | '''@ECHO OFF''' '''call C:\TaticView\tvcli -cmd import_file -user my@email.com -file "C:\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 my@email.com -file "C:\TaticView\Import Files\hr.xlsx" -datamart 673 -wait '''if %errorlevel% == 0 ( '''echo HR updated successfully! ''') else ( '''echo Problems updating HR! ''')''' |
h português do Brasil (pt-br) | '''@ECHO OFF''' '''call C:\TaticView\tvcli -cmd import_file -user jonathan@sadig.com -file "C:\TaticView\Arquivos Importacao\Vendas.xlsx" -datamart 674 -wait '''if %errorlevel% == 0 ( '''echo VENDAS atualizado com sucesso! ''') else ( '''echo Problemas na atualizacao do VENDAS! ''') '''call C:\TaticView\tvcli -cmd import_file -user jonathan@sadig.com -file "C:\TaticView\Arquivos Importacao\rh.xlsx" -datamart 673 -wait '''if %errorlevel% == 0 ( '''echo RH atualizado com sucesso! ''') else ( '''echo Problemas na atualização do RH! ''')''' |