31
Bug reports / Re: Unable to archive/download all
« on: May 24, 2021, 03:18:39 PM »
You can use the .exec macro to run a batch file, which creates copies or archives.
batch command for multi-tasking is in this format (so the program doesn't wait until the command finishes)
start "" "program.exe" -o options
In this case, program.exe is your choice of copy or command line zip utility.
For an example of batch file, see my WatchCat script (signature link)
batch command for multi-tasking is in this format (so the program doesn't wait until the command finishes)
start "" "program.exe" -o options
In this case, program.exe is your choice of copy or command line zip utility.
For an example of batch file, see my WatchCat script (signature link)