1,438
edits
Changes
no edit summary
'''tvcli -cmd import_file -user myemail@email.com -datamart 246 -file "C:\taticview\imp\spreadsheet.xlsx" -type append -nonotifyerror'''
'''Call "C:\Program Files\TvCli\tvcli" -cmd import_file -user myemail@email.com -datamart 246 -file "D:\taticview\imp\spreadsheet.xlsx" -wait'''
=== Running TVCli from BAT (Script) file ===
=== More questions on how generate the automation commands? === <!--T:42-->
<!--T:44-->
TaticView has a wizard the help you on this, on the Data Files properties screen, when clicking the link <i>help to generate automation commands?</i>, it will display the [[TVCli Commands]] screen, where you can obtain preset TVCli commands. All you have to do is inform some required data.
<!--T:43-->
==== TVCli show version ==== <!--T:35-->
<!--T:36-->
You can run the <i>-version</i> command to see which TVCli version is installed on your computer. This command displays the TVCli version on the console and registers it on the TVCli log.
<!--T:37-->
Command Syntax:
'''tvcli -version'''
==== TVCli show log ==== <!--T:47-->
''since TVCli version 1.1''
<!--T:48-->
You can run the <i>show_logs</i> command to show the log file.
<!--T:49-->
Command Syntax:
'''tvcli -cmd show_logs''' - Show the current day logs'''
'''tvcli -cmd show_logs -all''' - Show all logs in the logs directory'''
</translate>