ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [mdk-re] Fw: PDF->ZIP
@ 2002-01-21 14:34 Roman S
  2002-01-21 15:51 ` Re[2]: " Alexandre Prokoudine
  0 siblings, 1 reply; 2+ messages in thread
From: Roman S @ 2002-01-21 14:34 UTC (permalink / raw)
  To: mandrake-russian

Цитирую Alexandre Prokoudine <a_prokudin@pub.tmb.ru>:

> Hello mandrake-russian,
> 
> 
> ===8<==============Original message text===============
> 
> Вопрос. Есть 20 файлов *.pdf. Требуется сделать 20
*.zip с
> такими же именами, как и у *.pdf. Можно это сделать
иным способом,
> нежели архивировать каждый файл в отдельности?
> 
> Denis Zakharov
> 
> ===8<===========End of original message text===========
> 
> Пояснение: человеку нужно bat-файл написать. Под
оффтопик. Который
> имеющиеся PDF архивировал бы по отдельным файлам.

---
@echo off
for %%i in (*.pdf) do pkzip25 -add -max %%i.zip %%i 
rem вместо pkzip25 можно использовать иное, например - zip
rem вместо -add можно -move
----
Rgds!
Roman Savelyev



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-21 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-21 14:34 [mdk-re] Fw: PDF->ZIP Roman S
2002-01-21 15:51 ` Re[2]: " Alexandre Prokoudine

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git