We are not allowed to use WinZip command line, compress.exe from the Windows Toolkit, PowerShell , or anything else for that matter.
I have found a few batch files that will "work", but the result is a fixed-name output file.
I need the output filename to be dynamic. Using a wildcard for the input (e.g., "DDmmmYYYY*.txt") that will only ever match to one file, but that name changes daily because it has the date embedded in it.
I'm sure it's a simple tweak. Can anyone help? Thanks.