From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <438EC747.1030009@stc.donpac.ru> Date: Thu, 01 Dec 2005 12:49:59 +0300 From: Eugene Prokopiev User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.2) Gecko/20040808 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux Community Subject: Re: [Comm] JT =?KOI8-R?Q?=EB=CF=CE=D3=D5=CC=D8=D4=C1=C3=C9=D1?= References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------030207030708020508030906" X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Community List-Id: ALT Linux Community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 09:49:53 -0000 Archived-At: List-Archive: List-Post: This is a multi-part message in MIME format. --------------030207030708020508030906 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Вы уже почти все сделали. В аттаче скрипты, делающие примерно то же самое, а что именно, догадайтесь по названиям :) -- С уважением, Прокопьев Евгений --------------030207030708020508030906 Content-Type: text/plain; name="cd-clear.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cd-clear.sh" #!/bin/bash cdrecord blank=fast dev=ATAPI:0,0,0 --------------030207030708020508030906 Content-Type: text/plain; name="cd-write-disk.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cd-write-disk.sh" #!/bin/bash mkisofs -jcharset koi8-r -J -r -joliet-long -V CDROM "$*" | cdrecord dev=ATAPI:0,0,0 driveropts=burnfree - --------------030207030708020508030906 Content-Type: text/plain; name="cd-write-first-session.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cd-write-first-session.sh" #!/bin/bash mkisofs -jcharset koi8-r -J -r -joliet-long -V CDROM "$*" | cdrecord dev=ATAPI:0,0,0 driveropts=burnfree -multi - --------------030207030708020508030906 Content-Type: text/plain; name="cd-write-last-session.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cd-write-last-session.sh" #!/bin/bash mkisofs -jcharset koi8-r -J -r -joliet-long -V CDROM -C `cdrecord dev=ATAPI:0,0,0 -msinfo` -M ATAPI:0,0,0 "$*" | cdrecord dev=ATAPI:0,0,0 driveropts=burnfree - --------------030207030708020508030906 Content-Type: text/plain; name="cd-write-next-session.sh" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="cd-write-next-session.sh" #!/bin/bash mkisofs -jcharset koi8-r -J -r -joliet-long -V CDROM -C `cdrecord dev=ATAPI:0,0,0 -msinfo` -M ATAPI:0,0,0 "$*" | cdrecord dev=ATAPI:0,0,0 driveropts=burnfree -multi - --------------030207030708020508030906--