Windows OS
--
Questions
--
Followers
Top Experts
Name.zip.001
Name.zip.002
I have created a batch file, but I am having issues with the command line.
This is what I have so far.
"\\Server\Data Transfers\Folder\Folder\Ex
I can using 7-Zip manually and it works, but as mentioned I need to automate the process.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
At present I have two files:- Â Â Â
Name.zip.001
Name.zip.002
I have created a batch file, but I am having issues with the command line.
This is what I have so far.
"\\Server\Data Transfers\Folder\Folder\Ex
I can using 7-Zip manually and it works, but as mentioned I need to automate the process.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
The batch file just does not seem to do anything.
i've just googled it, and i may need to use 7za.exe instead off 7z.exe
Is the ZIP file located in the current directory when you run the BAT script?
Are there any subfolders in the ZIP, or just files?
Try leaving the trailing "\" off the -o folder path, although I haven't tested to see if that can be a problem.
Do you have write permissions to that network folder?
If you change the -o parm to a local folder path, does that work?
~bp
I'll give it a go.

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
I've got it working on my local drive. I had the incorrect parameters.
e C:\Zip\*.*.001 -aoa -oC:\Zip -ppassword
Thanks.
The only issue i now have is, i am using an execute process task.
executable 7z.exe
arguments e \\Server\folder\subfolder\
When the process task runs it just seems to pick up the server folder \\Server\, then scan that folder.
It does not seem to pick up any of the subfolders or the file.
Because the folder paths have spaces, needs to be enclosed in quotes.
e "\\Server\Folder\SubFolder






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Windows OS
--
Questions
--
Followers
Top Experts
This topic area includes legacy versions of Windows prior to Windows 2000: Windows 3/3.1, Windows 95 and Windows 98, plus any other Windows-related versions including Windows Mobile.