[arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- From: Rob <robo13@xxxxxxxxxxx>
- To: arachne@xxxxxxxxxxxxx
- Date: Sat, 21 Jun 2008 01:08:01 -0500 (CDT)
Arachne at FreeLists---The Arachne Fan Club!
Wow, they even cover USB burners. Well that's that.
--
I don't play a lot of fancy guitar. I don't want to play it.
The kind of guitar I want to play is mean, mean licks.
--John Lee Hooker
-----Pine Email on Slackware GNU/Linux-----
On Sat, 21 Jun 2008, Glenn McCorkle wrote:
Arachne at FreeLists---The Arachne Fan Club!
On Sat, 21 Jun 2008 00:03:31 -0400, Brian C. Murphy wrote:
Re Microsoft sucking up to the open source community:
Maybe, but when is microsoft going to write the DOS device drivers for add
on peripherals, such as CDRW'S so that Dos users can effectively use the
many peripherals that have entered the computer world since Microsoft did
its damndest to kill DOS.
Brian Murphy
M$ does not need to write them... they already exist
http://www.freeweb.hu/doscdroast/
I have been burning CD-Rs, CD-RWs, DVD-Rs and DVD-RWs
in 100% pure DOS for several years now.
burnback.bat burns everything on all 6 of my DOS partitions onto DVD-RW
-- burnback.bat ---
@echo off
set TZ=-0500
nwcache /u
if "%1"=="nozip" goto makeiso
md j:\drvs_c-h
del j:\drvs_c-h\*.zip
zip -9 -r j:\drvs_c-h\drive_c c:\*.*
zip -9 -r j:\drvs_c-h\drive_d d:\*.*
zip -9 -r j:\drvs_c-h\drive_e e:\*.*
zip -9 -r j:\drvs_c-h\drive_f f:\*.*
zip -9 -r j:\drvs_c-h\drive_g g:\*.*
zip -9 -r j:\drvs_c-h\drive_h -x@c:\burnback.xcl h:\*.*
:makeiso
g:
cd \doscdrb3
if "%2"=="noiso" goto burn
del k:\*.iso
make9660 -p -m j:\drvs_c-h\ drvs_c-h k:\drvs_c-h.iso
:burn
addev aspi.sys
cdtools /format /id=0:1:0 /noconfirm
file2cd k:\drvs_c-h.iso /id=0:1:0 /noconfirm /nounderrun /speed=16
deldev aspi.sys
del c:\aspi.log
________________________________________________________________________
--
Glenn
http://www.delorie.com/listserv/mime/
http://www.delorie.com/djgpp/doc/msdog.html
http://www.glennmcc.org/
http://www.law.cornell.edu/constitution/constitution.table.html
Arachne at FreeLists
-- Arachne, The Premier GPL Web Browser/Suite for DOS --
Arachne at FreeLists
-- Arachne, The Premier GPL Web Browser/Suite for DOS --
- References:
- [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- From: Glenn McCorkle
Other related posts:
- » [arachne] [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- » [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
Arachne at FreeLists---The Arachne Fan Club! On Sat, 21 Jun 2008 00:03:31 -0400, Brian C. Murphy wrote:
Re Microsoft sucking up to the open source community: Maybe, but when is microsoft going to write the DOS device drivers for add on peripherals, such as CDRW'S so that Dos users can effectively use the many peripherals that have entered the computer world since Microsoft did its damndest to kill DOS. Brian Murphy
M$ does not need to write them... they already exist http://www.freeweb.hu/doscdroast/ I have been burning CD-Rs, CD-RWs, DVD-Rs and DVD-RWs in 100% pure DOS for several years now. burnback.bat burns everything on all 6 of my DOS partitions onto DVD-RW -- burnback.bat --- @echo off set TZ=-0500 nwcache /u if "%1"=="nozip" goto makeiso md j:\drvs_c-h del j:\drvs_c-h\*.zip zip -9 -r j:\drvs_c-h\drive_c c:\*.* zip -9 -r j:\drvs_c-h\drive_d d:\*.* zip -9 -r j:\drvs_c-h\drive_e e:\*.* zip -9 -r j:\drvs_c-h\drive_f f:\*.* zip -9 -r j:\drvs_c-h\drive_g g:\*.* zip -9 -r j:\drvs_c-h\drive_h -x@c:\burnback.xcl h:\*.* :makeiso g: cd \doscdrb3 if "%2"=="noiso" goto burn del k:\*.iso make9660 -p -m j:\drvs_c-h\ drvs_c-h k:\drvs_c-h.iso :burn addev aspi.sys cdtools /format /id=0:1:0 /noconfirm file2cd k:\drvs_c-h.iso /id=0:1:0 /noconfirm /nounderrun /speed=16 deldev aspi.sys del c:\aspi.log ________________________________________________________________________ -- Glenn http://www.delorie.com/listserv/mime/ http://www.delorie.com/djgpp/doc/msdog.html http://www.glennmcc.org/ http://www.law.cornell.edu/constitution/constitution.table.html Arachne at FreeLists -- Arachne, The Premier GPL Web Browser/Suite for DOS --
- [arachne] Re: [OT] Microsoft and Novell Announce Broad Collaboration
- From: Glenn McCorkle