REM ** Uploads 2 artifacts to one new created document (if not exists - otherwise append arts) in default workspace (api-key is defined in console.json) ** REM ** AppServer must be started first / this script must be run in same directory as BO.Console** @echo off call setenv.cmd set oldcd=%cd% cd %BOPath% %BOConsole% document_add -arts:%oldcd%\doc1_file1.bin;%oldcd%\doc1_file2.bin -force -user:test cd %oldcd%