upload file from agent
Ability to upload a file to the device inventory from the command line using the agent on the client computer. I have a batch job that runs nightly that creates logs. I have to create an additional script to upload the log files. It would be nice if I could perform that step in the batch file itself, than have to coordinate 2 separate tasks, i.e. kinventory.exe -upload <filename>

-
Jason commented
What I do is I have a script created that just uploads a file, then in the batch after it does whatever it needs to, it just launches runkbot.exe XX 0 (XX being the script number for the upload script) and then the file is automatically uploaded to the device inventor..