R
R
Radiolover2015-07-01 12:41:23
Windows
Radiolover, 2015-07-01 12:41:23

How to periodically unpack an archive on a schedule?

It is necessary to unpack the same archive with the gz extension on a Windows computer at least once a day and overwrite the file extracted from it. The archive contains only one file, but is archived in gz (downloaded in this form from the site).
Initially, this archive is periodically downloaded by the download manager on a schedule and overwritten. The download manager does not know how to unpack such an archive. It remains to teach the computer to automatically unpack the downloaded archive in order to transfer its contents to the desired program.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Kovalev, 2015-07-01
@Sergey-S-Kovalev

7-zip works well with gz archives:
7z.exe e files.txt.gz
Add a task to the Scheduler with the launch of 7z.exe with the necessary keys at the right time and there are no problems. You can do without cmd / bat

G
GavriKos, 2015-07-01
@GavriKos

bat script or python script + standard visible schedule.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question