Hey,
I am trying to use PBOConsole with my server's autorestart and monitoring batch file. Part of what my batch does on restart is detects differences in the files and automatically recompiles the pbo. It does everything fine except this part with PBOConsole.
When I use this in the console:
and '<SERVER PATH>' is only there as a place holder as the path contains my full name.
it just spits this back at me and does not compile the file. Even when I run it in a separate console:
I am also planning on releasing this batch file once it is complete.
what am i doing wrong?
thanks in advance
I am trying to use PBOConsole with my server's autorestart and monitoring batch file. Part of what my batch does on restart is detects differences in the files and automatically recompiles the pbo. It does everything fine except this part with PBOConsole.
When I use this in the console:
Code:
"C:\Program Files\PBO Manager v.1.4 beta\PBOConsole.exe" -pack "C:\ <SERVER PATH> \Dayz Epoch Server\@DayZ_Epoch_Server\addons\dayz_server\" "C:\ <SERVER PATH> \Dayz Epoch Server\@DayZ_Epoch_Server\addons\dayz_server.pbo"
and '<SERVER PATH>' is only there as a place holder as the path contains my full name.
it just spits this back at me and does not compile the file. Even when I run it in a separate console:
Code:
PBO console running
usage:
PBOConsole.exe -pack <folder_to_pack> <resulting_file_name>
PBOConsole.exe -unpack <file_to_unpack> <folder_for_unpacked_files>
PBOConsole.exe -unpack <file_to_unpack> -dialog
example:
PBOConsole.exe -pack C:\MyPboFolder C:\MyPboFile.pbo
I am also planning on releasing this batch file once it is complete.
what am i doing wrong?
thanks in advance