Re: [Freedos-user] USB support/IPod

2010-04-08 Thread Blair Campbell
>  > support that they might find an IPod hooked to a modern PC...
>
> I might be wrong, but iPod and certain cameras are in
> some way special. Otherwise it would be easy: Almost
> all other MP3 and MP4 players and many cameras or even
> cardreaders simply look like USB sticks for drivers,
> which means that you can access them from DOS. But in
> the case of an iPod - I must say that I doubt that it
> can be accessed properly from DOS. Probably a DRM lock?

You should be able to access an ipod as a USB stick, but the music
files will all have 4 letter [seemingly] random names and so it would
be hard to tell which files are which songs.  Basically you can still
play the music though.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] cd burning?

2010-03-30 Thread Blair Campbell
> Yesdoscdroast is  still around, but it too is command line.  I prefer
> command line actually works better from a speech standpoint since one does
> not use a mouse with a screen reader.
> The guy who puts together doscdroast could not confirm how audio cds are
> burned which is why I decided to hunt.
> BTW, can you or should you load the driver  Blair mentioned via ocnfig.sys
> or autoexec.bat

To use cdrkit or cdrecord, you will need a regular cd/dvd driver such
as uide, and after that is loaded you will also need to load aspi.sys
(http://www.wolfgang-brinkmann.de/bcdw/aspi.sys).  From there cdrecord
or cdrkit should recognize the drive; you can run for example
"[cdrecord|wodim] -scanbus" to see if it is recognized.  I'm not sure
where you can find the most recent dos port of cdrecord, but you can
find cdrkit on my website
(http://sites.google.com/site/blairdude/cdrkit).  You should be able
to burn CDs or DVDs with this software, but remember that there are
still no UDF drivers available for DOS, so once you have burned a DVD,
you might not be able to read it under DOS.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] cd burning?

2010-03-29 Thread Blair Campbell
On Sun, Mar 28, 2010 at 5:35 PM, Karen Lewellen
 wrote:
> or DVD either for that matter?
> I have come across a few for creating iso images, even backups, but am
> wondering if others have ideas.  Hearts desire would let me create real
> audio cds for play in a stand alone player, or at the least cds that will
> play in an mp3 type player.
> thoughts?

There are tools available to burn cds.  Both CDRecord and CDRKit are
available for DOS and work as long as a driver called aspi.sys is
installed.  First you must create an ISO image, and then you can use a
program like cdrecord to burn it.  The same suite also includes a tool
to burn audio cds I believe

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Clamav 0.95.3

2010-02-22 Thread Blair Campbell
The DOS port of ClamAV 0.95.3 is now available on ibiblio.  Check it
out at http://sites.google.com/site/blairdude/clamav .  Also available
is an updated FDAV built with ClamAV 0.95.3.  It is available at
http://sites.google.com/site/blairdude/fdav .  This seems to be mostly
a bugfix release without any new features.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Executing a Linux Command from Inside DOS?

2009-10-14 Thread Blair Campbell
> Chris: Guess I didn't include enough details of the question. I run Ubuntu
> 8.04 and then Dosemu 1.4.0.0. My printer, a HP Officejet K80xi works fine in
> linux for both text and graphical files (I just enter lpr filename and
> either file prints fine with no further input on my part). After I enter
> FreeDos, I can only print text files. If I could enter some magical command
> from within dos that executed any linux command, the problem would be
> solved. S, my question is "Does such a command exist?".

AFAIR, Dosemu includes a utility that can execute unix commands from
within dosemu.  You should check the dosemu documentation.
> Bob T.
>
>
> --
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] dos extender saga.

2009-07-12 Thread Blair Campbell
> Japheth, I tried what you said: ran hdpmi32 -r-m, then the exe, and it
> worked;
> then tried cwsdpmi -x then the exe, that also worked. Remaining question:
> how do I "build-in" the '-x' switch at compile time? The sandman site does

It likely isn't desirable to have cwsdpmi -x always enabled because if
a program fails to run otherwise it usually indicates buggy software.
Just because it runs doesn't mean that something isn't happening
right.

> not address this point, and the delorie search archives are acting buggy,
> plus they
> are ten years long!. Sent email to delorie; waiting on that. If this is a
> dupe, my bad,
> my browsers (on puppy) are bugging out.--kurt.
>
>
> --
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Updated ClamAV and FDAV

2009-07-07 Thread Blair Campbell
It's a little late but I've updated my port of ClamAV to 0.95.2 and
updated FDAV to 0.2.1 to use the updated clamav engine.  They are
available from the usual spots (
http://blairdude.googlepages.com/clamav ,
http://blairdude.googlepages.com/fdav ).  Nothing is new except for
the changes to ClamAV.

Enjoy.

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Could the MDADEBUG TSR be used to find this FreeCOM bug?

2009-07-04 Thread Blair Campbell
On Fri, Jul 3, 2009 at 4:34 PM, Shane Baggs wrote:
> I've posted before about the four machines I'm running FreeDOS on -- One is
> exceptionally well behaved with FreeDOS 1.0 and another is exceptionally
> quirky.  In particular, I've been experiencing the FreeCOM bug where the
> command prompt returns without executing the command.  Nobody knows for sure
> when this happens, but it seems to happen in response to a general
> protection fault that goes unreported, as 4DOS reports a general protection
> fault under the same conditions.
>
> I just discovered MDADEBUG, available from Marc Alexander's page
>    http://www.onr.com/user/mda
> It's a debugger as a TSR.
>
> I've got a machine where the bug can be triggered on a fairly regular basis.
> I've been able to trigger the bug, then press ctrl/alt/F12 and get the
> debugger.
> Now that I've got the bug and the debugger, what should I look for?

It's probably a good idea to use the debugger to log what calls to int
0x21 occur between calling a command and the next prompt that occurs.
We want to know exactly what FreeCOM is doing so that we can hopefully
find out what is happening differently than in a normal instance.
>
>
> 
> Lauren found her dream laptop. Find the PC that’s right for you.
> --
>
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Fwd: Announcement: New DOS USB Drivers

2009-07-03 Thread Blair Campbell
> Re-phrasing: all I have seen hav EHCI, but over randomly U/OHCI. Do you
> agree with this?

I understood that one of the two types was mainly Intel/VIA only
>
> Alain
>
> --
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Fwd: Announcement: New DOS USB Drivers

2009-07-02 Thread Blair Campbell
Anyone these days using UHCI?




-- Forwarded message --
From: Bret Johnson 
Date: Wed, Jul 1, 2009 at 6:49 AM
Subject: Announcement: New DOS USB Drivers
To: bretj...@juno.com


Good day to you.

My name is Bret Johnson, and I write DOS TSR programs.  I am sending
this e-mail to you because you have contacted me in the past regarding
at least one of my DOS programs, and I thought you might be interested
in knowing that I have just released some DOS USB drivers for testing.
 These drivers are completely different (and hopefully better) than
any other DOS USB drivers that are currently available.  There are
drivers for USB keyboards, mice, joysticks, printers, and disk drives.

Unfortunately, the the drivers have some limitations, and may not work
with your current hardware.  They host drivers will currently only
work with USB host controllers that use the UHCI protocol, which are
made by Intel and Via Technologies.  Support for other host controller
manufacturers will be added in the future.

If you're interested, please go to my web site
(http://bretjohnson.us), download the files, and let me know what you
think.  If you're not interested, I apologize for the inconvenience.
Please let me know if you want me to remove you from my contact list
regarding DOS programs.

Thank you very much,

Bret Johnson
http://bretjohnson.us

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] A windows 9x replacement...

2009-06-13 Thread Blair Campbell
> I know about ReactOS, ReactOS is garbage right now.  It will probably be
> garbage for 2-3 more years.

Realistically, writing a Windows 9x replacement for FreeDOS would take
years, probably more than 2 or 3 because developers are hard to find
and it's a huge project, probably (correct me if I'm wrong) even more
challenging than writing a dos kernel.  And FreeDOS's kernel has been
in development for much longer than 2 or 3 years and still isn't 100%
compatible to MS-DOS.  I would recomment simply waiting for or helping
out with ReactOS if you're interested in open-source Windows
replacements.

> There is no reason for an MSDOS Windows replacement to be MSDOS
> compatible.  Freedos doesn't
> need to be munged to do those things that MS-DOS did that don't make sense.
>
> As far as Linux and Wine, Warcraft II BNE does not work under wine.  If
> I had the dos version, I could
> use dosbox or freedos.  Wine is not much better than ReactOS at
> supporting Windows progams.  Under
> Wine, I have never gotten sound for example.  On a less than 1 Ghz
> machine, who wants to run Wine?
>
> Need I remind people, you cannot legally run MS-DOS anymore.  It's not
> something you can legally
> install to a system that never had MS-DOS.  MS-DOS is not freeware,
> that's why Freedos exists
> after all.
>
> I've tried to talk to the ReactOS community to find out when this or
> that will be fixed or what is currently
> being worked on, all it does is make people angry.
>
> --
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Command prompt returns without commands executing

2009-04-25 Thread Blair Campbell
> the data from XMS... There might be some code which decides about
> whether restore-from-XMS is needed and which is too optimistic. But
> maybe I am totally wrong about that whole swap/overwrite topic...

>From what I can tell it always swaps back from XMS and there is no
other memory block that I am aware of.

>
> If the problem can be avoided by not loading EMM386, the cause might
> be that EMM386 allows some area to be used by DOS (and freecom) as
> UMB while that area has contents changed by BIOS or because of some
> hardware activity (sound, network, usb, disk access etc etc)...?
>
> Eric
>
>
> --
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensign option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Abandonware site...

2009-04-19 Thread Blair Campbell
>> On a side note, I could care less whether or not people use illegal
>> copies of software on FreeDOS; that's a personal choice.  But don't
>> try to force your opinion on other people.
>
> You mean the way you are trying to force your opinion on everyone?

No I am not.  I am saying "everyone, make up your own mind; if you
want to download abandonware, go ahead, just don't tell other people
that it's ok".  You are 99.9% unlikely to have any legal difficulties,
but that doesn't make it legal.  Everyone should personally decide if
it's ok for them.

> Are you suddenly a lawyer who magically understands that there's
> no gray area when in fact there is a lot of gray area?  I think you
> have been listening to Microsoft.  Property notions don't
> work well when you are talking about software, especially ancient
> software.  Anything from the 90's or earlier qualifies as ancient
> software.  In the software world, anything that is 3 years old
> can be considered ancient.  Commercial DOS software hasn't been
> supported since the 90's.  if someone wants to squeeze blood out
> of a turnip for using abandoned commercial software, good luck
> to them.  The last word is, talking about http://vetusware.com
> does NOT make me a software pirate.
>
>
> --
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Abandonware site...

2009-04-18 Thread Blair Campbell
> Downloading commercial software that you own a copy of for personal
> use is not illegal.  Downloading old commercial software that isn't
> sold anymore which the author doesn't care about is not illegal.
> To be illegal, the owner of the intellectual property has to raise
> suit and why would they over someone using the product personally?

No, it is still illegal.  That is like saying "it's only stealing if I
get caught" or "I stole a laptop from my friend but he doesn't use it
so it's ok".
I think it is more of a legal gray area if you are downloading a copy
of something you already own, not necessarily illegal.

> The people breaking the law are those who try to profit off
> the software without paying the owners of it anything.

But you are (in a sense) profiting by using software you otherwise
wouldn't use.  If you want a copy and you want it legal, use ebay.

> I disagree strongly with the notion that using commercial abandonware
> is illegal or criminal in any way.  If commercial software were never
> shared, it would never have the popularity that it enjoys.  I'm not
> against paying for the use of commercial software, but if the author
> of the software doesn't care about it, why should I be prevented from
> using it?  I can't pay for the use of a commercial program that isn't
> sold anymore and I am not interested in being fleeced by a third
> party seller which probably doesn't have a right to sell me the
> program.

ebay.  At least you can feel good inside.

> I have never talked about the source code of commercial software nor
> have I ever suggested that people go to a site that hands out source
> code.  In fact, I don't know of any sites that hand out the source code
> to commercial software.

Source or binary doesn't really matter.

> I have never suggested that anyone else nor do I myself profit from
> my use of software downloaded from http://vetusware.com.  I don't
> make money off of this abandonware.  I don't even provide a source
> for other people to download it from.  I allow people to download
> battletech I and II from me if they want to, but those programs
> are so old that I seriously doubt there's an issue.

it doesn't matter.

>
> I don't appreciate this late, I have the moral high ground tone
> that you are taking Aitor.  I am not a pirate.  I do not go out
> and get whatever commercial software I can without paying for
> it only to turn around and try to sell it.

It doesn't matter whether or not you are selling it.  If you don't own
something, it isn't legally yours. Simple.

On a side note, I could care less whether or not people use illegal
copies of software on FreeDOS; that's a personal choice.  But don't
try to force your opinion on other people.

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] What about changing our packaging style for v1.1?

2009-04-16 Thread Blair Campbell
> No way... It would mean rewritting CATS/Kitten/Foxcubs for any existing 
> application, for a really not so great profit...
> NLS files aren't that big anyway (few KiB...), and it's a great functionality 
> to be able to switch from one language to another just by typing SET LANG=xx. 
> :-)

Actually IIRC kitten searches more than just %NLSPATH%\name.lang...
yes... from the source... %NLSPATH%\%LANG%\cat, then
%NLSPATH%\cat.%LANG%.  So cats and kitten are probably good, dunno
about foxcubs.
>
> Best regards,
> Mateusz Viste
>
>
>> 2009/4/9 Eric Auer :
>> >
>> > Hi Jim :-))
>> >
>> >> On Sat, Apr 4, 2009 at 9:30 AM, Mateusz Viste wrote:
>> >>> Hi people!
>> >>>
>> >>> So far, we have always used packaging sources and binaries differently 
>> >>> (that is, in separate packages, like memx.zip and mems.zip). I am trying 
>> >>> to put some effort these days into syncing some packages to make them 
>> >>> ready for v1.1, and I have to tell that handling sources and binaries in 
>> >>> different ways is a big pain.
>> >>> Besides that, the "source" package doesn't contain its own LSM file, 
>> >>> which makes its hard (or at least unreliable) to keep track of what 
>> >>> source is installed in what version.
>> >>>
>> >>> Therefore, I am proposing to drop the "sources / binaries" way of 
>> >>> thinking, and stay with one package per program. For example, a 
>> >>> "mem.zip" package would contain both sources and binaries. It would 
>> >>> allow me to work much faster on packaging, and hopefully could lead to a 
>> >>> v1.1 sooner.
>> >>>
>> >>> Some reasons to do that (quotes from Eric):
>> >>> - it is easy to delete /source/mem/* to keep only binaries,
>> >>> - it is not really allowed with GNU GPL License to publish binaries 
>> >>> without sources anyway,
>> >>> - it can be hard for people to find exactly the right version of the 
>> >>> sources manually later, so it is best to include them,
>> >>> - it makes life easier for installing and you can always drop the 
>> >>> sources after installing.
>> >>>
>> >>> Please tell me what are your opinions in that matter.
>> >
>> > Jim Hall wrote:
>> >> These days, hard drives have lots of capacity. While including the
>> >> sources would add to the size, we're talking on the order of MB, not
>> >> GB.
>> >>
>> >> Including the source and binaries together certainly provides that
>> >> every program in the "FreeDOS 1.1" distro also includes the source
>> >> code.
>> >>
>> >> I am a big fan of this.
>> >
>> > Thanks :-) I think it will make packaging easier... On the other
>> > hand, I would suggest two things: A binary-only install mode in
>> > FDPKG / FDUPDATE / installer which simply skips the source/NAME
>> > dir while unzipping (or deletes it afterwards) and a binary-only
>> > ISO for people with slow internet, as generated by dropping the
>> > source directories inside the package zip files.  In short:  Let
>> > us COLLECT all packages as FULL packages (binary AND source) for
>> > most purposes and use AUTOMATED ways to "shrink full into binary"
>> > for people with small disk or small internet :-).
>> >
>> >> Can you put this in the FreeDOS Wiki, so people don't have to revisit
>> >> this topic again in a year after we've forgotten? :-)
>> >
>> > Sounds useful - if anybody needs a wiki login, let me know ;-)
>> >
>> > Eric
> --
> You'll find my public OpenPGP key at 
> http://www.viste-family.net/mateusz/pub_key
>
> --
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] New problems with Windows 3.1...

2009-04-09 Thread Blair Campbell
>> > If I don't load emm386.exe, freedos version, I get an error that I
>> > have an unsupported dos version.
>>
>> Load the microsoft version that comes with windows, himem too.
>>
>> >
>> > If I try loading windows 3.1 in standard mode, I get an error that
>> > there isn't enough extended memory.
>> >
>> > Uge!
>
> That didn't make any difference.  It crashes to a C prompt that doesn't
> work with the message incorrect dos version.

Did you load FreeDOS Share?
>
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] New problems with Windows 3.1...

2009-04-09 Thread Blair Campbell
> If I don't load emm386.exe, freedos version, I get an error that I
> have an unsupported dos version.

Load the microsoft version that comes with windows, himem too.

>
> If I try loading windows 3.1 in standard mode, I get an error that
> there isn't enough extended memory.
>
> Uge!
>
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] HTGET for DOS?

2009-04-07 Thread Blair Campbell
> I found some 1.02 sources at
> http://mvmpc9.ciw.uni-karlsruhe.de/public/uka_ppp/SRC/WATTCP/ (also a
> version 1.01) and have mirrored this at ibiblio.
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/net/htget/
>
> htget.exe also has been moved there, but I think we ought to delete it
> if we don't have sources.

Maybe 1.05 is included in the watt-32 package.  I would check there.
>
> -jh
>
>
> On Tue, Apr 7, 2009 at 4:02 AM, Mateusz Viste  
> wrote:
>> Hi Blair!
>>
>> On Tuesday 07 April 2009 09:13, Blair Campbell wrote:
>>> HTGET was included in freedos 1.0 IIRC so you might find the source
>>> with the distribution somewhere
>>
>> Yeah, that what I thought as well. I already searched the FreeDOS 1.0 
>> packages list (as well as other directories on ibiblio), unfortunately I 
>> could find only the HTGET v1.05 binary file, without any sources with it, 
>> nor any information who has developped HTGET from v1.02 to v1.05 :-(
>>
>> I already prepared my fix on v1.02, but for obvious reasons it would be way 
>> better to apply it on the latest version instead... That way I would be able 
>> to release a v1.07 version...
>>
>> Best regards,
>> Mateusz
>>
>>
>>> On Mon, Apr 6, 2009 at 11:44 PM, Mateusz Viste  
>>> wrote:
>>> > Hi there!
>>> >
>>> > I recently discovered a cool file retriever for DOS called HTGET, written 
>>> > many years ago by Ken Yap. This program uses WatTCP, and requires only a 
>>> > working packet driver. Afetr some tests, it appears to work much better 
>>> > (at least for me) than DOS ports of cURL and WGET (these are crashing 
>>> > sometimes on my machine without apparent reason, and are way slower than 
>>> > HTGET). I am planning to use it as the default retriever for FDUPDATE.
>>> >
>>> > The version I found is HTGET v1.05 
>>> > (http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/net/htget.exe). 
>>> > Unfortunately, I do not found the source code. Why would I like to have 
>>> > sources? Well, HTGET is a HTTP/1.0 client which doesn't work properly 
>>> > when asking a virtual-hosted server. There's no much to do to correct 
>>> > just, it would just have to send a "Host:" header along with the request 
>>> > (yes, this works fine on HTTP/1.0).
>>> >
>>> > I asked the program's author about that, and he told me that the latest 
>>> > version he released is HTGET v1.02 (I got the source code from him as 
>>> > well).
>>> >
>>> > So here we are: Do you know who is behind HTGET v1.05? Where could I find 
>>> > source code to it? If I had the source code for the latest version, I 
>>> > could try fixing the virtual host issue
>>> >
>>> > Best regards,
>>> > Mateusz Viste
>> --
>> You'll find my public OpenPGP key at 
>> http://www.viste-family.net/mateusz/pub_key
>>
>> --
>> This SF.net email is sponsored by:
>> High Quality Requirements in a Collaborative Environment.
>> Download a free trial of Rational Requirements Composer Now!
>> http://p.sf.net/sfu/www-ibm-com
>> ___
>> Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>>
>>
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] HTGET for DOS?

2009-04-07 Thread Blair Campbell
HTGET was included in freedos 1.0 IIRC so you might find the source
with the distribution somewhere

On Mon, Apr 6, 2009 at 11:44 PM, Mateusz Viste  wrote:
> Hi there!
>
> I recently discovered a cool file retriever for DOS called HTGET, written 
> many years ago by Ken Yap. This program uses WatTCP, and requires only a 
> working packet driver. Afetr some tests, it appears to work much better (at 
> least for me) than DOS ports of cURL and WGET (these are crashing sometimes 
> on my machine without apparent reason, and are way slower than HTGET). I am 
> planning to use it as the default retriever for FDUPDATE.
>
> The version I found is HTGET v1.05 
> (http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/net/htget.exe). 
> Unfortunately, I do not found the source code. Why would I like to have 
> sources? Well, HTGET is a HTTP/1.0 client which doesn't work properly when 
> asking a virtual-hosted server. There's no much to do to correct just, it 
> would just have to send a "Host:" header along with the request (yes, this 
> works fine on HTTP/1.0).
>
> I asked the program's author about that, and he told me that the latest 
> version he released is HTGET v1.02 (I got the source code from him as well).
>
> So here we are: Do you know who is behind HTGET v1.05? Where could I find 
> source code to it? If I had the source code for the latest version, I could 
> try fixing the virtual host issue
>
> Best regards,
> Mateusz Viste
> --
> You'll find my public OpenPGP key at 
> http://www.viste-family.net/mateusz/pub_key
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Installing programs on FreeDOS v1.1

2009-04-05 Thread Blair Campbell
> It appears that any binary package installed on FreeDOS goes to /BIN. Besides 
> that, there's no clear directive about "how to install 3rd party apps".

It should be %DOSDIR%\bin

>
> I would propose the following rules:
> - Any DOS replacement stuff (move, tree, format...) goes to \BIN\
> - Any system enhacement (grep, ls, pcisleep, cwsdpmi, fdupdate...) goes to 
> \SBIN\

Why?  This would mean that the %PATH% variable would need to be longer.

> - Any 3rd party program (SEAL, Arachne, FreeBASIC, MPXPLAY...) goes to 
> $apps\programs\

Currently in FD1.0 , seal goes in %DOSDIR%\seal, arachne in
%DOSDIR%\arachne, etc...  MPXPlay only has a single binary (plus
possibly dlls), so I would package that to go in %DOSDIR%\bin.

> - Any 3rd party game (Doom...) goes to $apps\games\

Games in FD 1.0 go in %DOSDIR%\games\gamename, so similar idea.
>
> Obviously, it would require to set a mandatry $apps env variable, and extends 
> the PATH to \SBIN\ as well.
>
> What are you thinking about that? Discussion's open ;-)
>
> Regards,
> Mateusz Viste
> --
> You'll find my public OpenPGP key at 
> http://www.viste-family.net/mateusz/pub_key
>
> --
>
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] chkdsk broken?

2009-04-02 Thread Blair Campbell
IIRC chkdsk does not support FAT32 filesystems.  This might be your issue.

On Thu, Apr 2, 2009 at 1:32 PM, Christian Groessler  wrote:
>
> Hi,
>
> I'm using FreeDOS 1.0.
>
> When I run "dosfsck c:" it reports everything ok:
>
> dosfsck 2.11.DOS, 15 Apr 2006, FAT32, LFN
> c:: 4191 files, 6623/62597 clusters
>
>
> When I run "chkdsk" it reports many problems:
>
>
> ChkDsk beta 0.9
> Copyright 2002, 2003 Imre Leber under the GNU GPL
>
> \KERNEL.SYS has an invalid size, the size should be about 4294901760, but the 
> entry says it's 45341
> \COMMAND.COM has an invalid size, the size should be about 4294868992, but 
> the entry says it's 66945
> \FDOS\INSTALL.LOG has an invalid size, the size should be about 4294901760, 
> but the entry says it's 33565
> \FDOS\BIN\CHKDSK.EXE has an invalid size, the size should be about 
> 4294901760, but the entry says it's 35380
> \FDOS\BIN\COMMAND.COM has an invalid size, the size should be about 
> 4294868992, but the entry says it's 66945
> \FDOS\BIN\CWSDPMI.EXE has an invalid size, the size should be about 
> 4294901760, but the entry says it's 33767
> \FDOS\BIN\DEFRAG.EXE has an invalid size, the size should be about 
> 4294901760, but the entry says it's 46607
> \FDOS\BIN\DISPLAY.EXE has an invalid size, the size should be about 
> 4294901760, but the entry says it's 62535
>
> ... and so on and on and finally
>
> Errors were found. You did not use the /F switch. Errors are not corrected
>
> Elapsed time: 1s
> Volume label is FREEDOS     created on 2009-03-18, 22:35:26
>
>   2051.178.496 bytes total drive size
>
>   3007.194.720 Kb in a total of 3794 files
>   4294.934.528 bytes in 1 hidden files
>     13.008.896 bytes in 397 directories
>        105.676 Kb total size of files
>   1834.123.264 bytes available on the volume
>
>         32.768 bytes in every cluster
>         62.597 total number of clusters
>         55.973 number of free clusters
>
>
> I don't believe its opinion about "the size should be" and the
> totals also appear wrong (see the total and the bytes used
> by 1 hidden file).
>
> regards,
> chris
>
>
>
>
>
>
> --
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Freedos 1.1 status???

2009-04-02 Thread Blair Campbell
> There is a problem here: There are 2 pirates programs there: pkzip and
> arj. Can this be removed

arj is open-source (http://arj.sourceforge.net/) and pkzip afaik can
be redistributed (but not the source).

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-04-02 Thread Blair Campbell
> There is no physical SCSI bus in that machine.
> The disk wodim found must be the virtual device
> created by aspi.sys.

Yes; cdrecord and wodim cannot use ATAPI devices directly in DOS;
that's why they

> Regards,
>  JAS
>
>
> --
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] MS compatible CLIENT

2009-03-31 Thread Blair Campbell
> 2) MS compatible client need to fully support LFN read and write, but I'm not
> sure the DOSLFN write action is safe or not

Why isn't DOSLFN safe? I've used it plenty without issues.

>
> 3) You can leave out UNC support otherwise printer will not work, but this
> will consume lot of memory
>
> 4) Need to support not only NDIS but packet driver, or even code your own NIC
> drivers
>
>
> Rgds,
> Johnson.
>
>
>
> --
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] patents - was: LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-31 Thread Blair Campbell
> So why cant we just create a "database/table - file" that allows
> lookup in a second area, either a file on
> the hard drive or a separate partition. then based on the
> file/directory "ID" and store that in the database table completely
> separate from the FAT if we don't touch fat it should be fine. If we
> are using a different method and system we are safe.

In reality, though, linux filesystem drivers have been using this
method of accessing/writing long filenames for years; if Microsoft
were to go after an operating system, it would be linux first.  And as
Eric pointed out to me, they seem to go more after embedded devices
that use long filenames on FAT filesystems.  So really, I don't think
there's anything to worry about.

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] patents - was: LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-31 Thread Blair Campbell
> And this means that basically implementing FAT12/16/32 in order to
> store and retrieve files, while using the old 8.3 filename scheme, in
> FreeDOS is perfectly fine, you just can't implement long file names
> and Extended Attributs as covered by those patents.

What about the way UMSDOS used to do it in linux?

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Networking

2009-03-30 Thread Blair Campbell
> 1) Run the file crynwr.bat inside the directory FDOS

If you've already installed the network driver in autoexec.bat, just skip that.

> 2)As suggested by Eric Auer configure the file WATTCP.cfg file as follows:
>
> my_ip = dhcp
> netmask = 255.255.255.0
> gateway = 0.0.0.0
> domain_list = your.domain.com
> # domain, gateway, ip, nameserver will be set via DHCP

After creating WATTCP.cfg, set WATTCP.CFG=\path\to\file to point to it
(in autoexec.bat)

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] LFN in FreeDOS kernel? - was: aimed compatibility?

2009-03-29 Thread Blair Campbell
> Also according to
> http://www.unet.univie.ac.at/~a0503736/php/drdoswiki/index.php?n=Main.Compatibility
> it also seams doslfn is not the answer and needs bugchecking by a third
> developer.

Even kernel support would have some of those issues, it seems only
"not very fast" and
"risk to crosslink files or trash the filesystem (ask A.P.)" (I have
never experienced this)
apply.  Overall I would recommend doslfn if you want to use long
filenames.  Kernel support would be nice, but for the most part I
think only speed would improve.  Compatibility issues with Windows and
such would remain even if lfn support was in the kernel.

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] I want to port drivewire to freedos...

2009-03-24 Thread Blair Campbell
> I went and got djgpp beta v2.04 and pthread.h, but I still have
> dependency problems.

If pthread.h is used, you will also need to link to the matching library.
>
> Specifically: sys/socket.h
>              sys/wtime.h
>              sys/select.h

If you get Watt-32, and include its include directory in your
command-line (e.g. -I$WATT_ROOT/include), you should have those
headers.  And sys/select.h should already exist in djgpp 2.04... wait
sys/select.h is part of Watt-32, but DJGPP has all of the necessary
symbols for select() defined in time.h, so you could do an #ifndef
__DJGPP__/.../#endif for that line.
>
> don't resolve.  I didn't expect everything to resolve, that would be
> asking a lot.
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-24 Thread Blair Campbell
>> I first loaded xgcdrom as usual, then loaded
>> aspi.sys after
>> (http://www.wolfgang-brinkmann.de/bcdw/aspi.sys),
>> and used wodim to record (on my homepage at
>> http://blairdude.googlepages.com/cdrkit)
>
>  Thank you for the help, but I still would
> like to know what Oleg O. Chukaev uses, since he
> does not use an ATAPI driver.
>  BTW, with a setup very similar to yours (xcdrom
> instead of xgcdrom) in a machine running a MSDOS
> window under Windows 98 I was unable to write a
> CD: wodin rejected -clone, -sao, -dao and ,when
> I let it choose, it used -tao and failed to
> find the CD drive. The drive, of course, exists
> and I am able to use it to read CDs with xcdrom
> and shsucdx. I also had an ISO9660 image on HD
> to test writing to the CD-R.

Did you load aspi.sys after xcdrom?  Try running wodim -scanbus and
see if it finds your drive.  You might need to specify dev=x,x,x to
tell it which drive to use.
>
> Best regards
>  JAS
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] I want to port drivewire to freedos...

2009-03-24 Thread Blair Campbell
> I need pthread.h and stdint.h for djgpp.

First of all I would use DJGPP 2.04 (beta) instead of 2.03.  2.04 has
stdint.h.  And pthreads (pth) is available at
ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/pth207b.zip (precompiled
libraries), and
ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/pth207s.zip (sources)

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-24 Thread Blair Campbell
> Would you please inform whether you used XGCDROM as
> driver, the recording program you used, any command line
> options and where that recording program can be found ?

I first loaded xgcdrom as usual, then loaded aspi.sys after
(http://www.wolfgang-brinkmann.de/bcdw/aspi.sys), and used wodim to
record (on my homepage at http://blairdude.googlepages.com/cdrkit)

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FDAV 0.2

2009-03-24 Thread Blair Campbell
Hi.  Finally the follow-up to FDAV 0.1 :-).  The TUI was re-written
from scratch (it's now based on newt) and now includes a
file/directory selection dialog and a mostly-complete help-viewer
(press F1).  I need to complete the help file though :-).  Progress
dialogs during scanning now work properly.  I would consider this
beta-quality.  Please test.  Read about it at
http://blairdude.googlepages.com/fdav and get back to me with
feedback.  Oh and there's now a 'Cancel' button you can press to stop
the scanning.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Clamav 0.95 Port

2009-03-23 Thread Blair Campbell
On Mon, Mar 23, 2009 at 12:56 PM, Blair Campbell  wrote:
> Hi I'm announcing a port of Clamav 0.95 to DOS.  The patch I used to
> compile it is in the main clamav source distribution in contrib/DJGPP.
>  For this release I have separated clamavx.zip into clamavx.zip and
> clamdbx.zip.  Packages are available at
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/system/clamav
> as clamavx.zip, clamavs.zip, and clamdbx.zip

Sorry the URL is wrong :-)
It's http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/clamav/
>
> Enjoy
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Clamav 0.95 Port

2009-03-23 Thread Blair Campbell
Hi I'm announcing a port of Clamav 0.95 to DOS.  The patch I used to
compile it is in the main clamav source distribution in contrib/DJGPP.
 For this release I have separated clamavx.zip into clamavx.zip and
clamdbx.zip.  Packages are available at
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/system/clamav
as clamavx.zip, clamavs.zip, and clamdbx.zip

Enjoy

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-22 Thread Blair Campbell
>> does ASPI.SYS by Oak require a ATAPI driver to be loaded first?
> No. Programs like cdrecord and readcd can work without an ATAPI driver.

No they can't if you're using an ATAPI drive.  ASPI.SYS won't load if
an ATAPI driver isn't loaded already.  ASPI.SYS provides an
ASPI-over-ATAPI interface; it does not comunicate with SCSI devices.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-22 Thread Blair Campbell
> does ASPI.SYS by Oak require a ATAPI driver to be loaded first?

Yes.  Load xgcdrom or something first, then load aspi.sys.  Using
devload worked fine for me.

> I hope to get the real system workable but no idea why it hangs. Wish I
> knew if the GCDROM/ASPI.SYS combination actually worked, as that would
> allow recording on a lot of real systems

Well I tested xgcdrom/aspi on a real machine here, and it worked
(DVD+-RW drive), so at least on my system it works for a real system.
I have not tested it in a virtual environment.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] I want to port drivewire to freedos...

2009-03-19 Thread Blair Campbell
> Thanks for the pointers.  The 4th step is to get it working with
> ncurses and djgpp.  Where do I get the 32 bit dos compatible DJGPP
> compiler from???  A gem interface is clearly a stage 2 problem.

GCC is available for DJGPP.  I recommend getting DJGPP with GCC/G++
and various other packages as a start (see DJGPP home-page)
DJGPP is 32-bit only, btw.

> Actually, the first thing I probably need to do is get some
> comments into the source so I can follow it easier ;-)
>
> Step 1: Find out how code works in Linux and add comments to it.
>
> Step 2: Reorganize code if necessary to separate out interface from
>        other parts.
>
> Step 3: Port the makefile to freedos.
>
> Step 4: Start porting the code.
>
> A quick look at the makefile:
>
> vpath %.c ../source
>
> CFLAGS += -g -DLINUX
> LDFLAGS += -lcurses -lpthread -g
>
> drivewire: drivewire.o
>
> clean:
>        rm drivewire drivewire.o
>
> install: drivewire
>        cp drivewire ~/bin
>
> I don't understand the vpath line as I've never
> encountered that before.  The install section will
> be replaced by something like:
> install:
>        FDOS_BIN_PATH=C:\FDOS_01\BIN
>        copy .\drivewire $FDOS_BIN_PATH
>
> Though I'm open to a more robust solution.
>
> The clean section will need to be changed to:
> clean:
>        del drivewire
>        del drivewire.o
>
> I would like to have gdb under freedos, is there a port of it???

DJGPP has a gdb package available.  Again, see the homepage.
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] I want to port drivewire to freedos...

2009-03-19 Thread Blair Campbell
> Now then, the Linux version depends on specific Linux only C
> libraries.  I need to know what the equivalent libraries are
> under Freedos and as necessary I will need to recode if the
> dos equivalent library is different.

O.K.  It looks like it depends at least on pthreads, curses, termios,
and linux-specific tty devices.
Often (as is the case with curses), linux C libraries are available
under FreeDOS with DJGPP; they are the same libraries, just
re-compiled (DJGPP has a fairly POSIX-compatible c-library, it is
somewhat comparable to cygwin on Windows..
Curses is easy, pdcurses is available for 16-bit or 32-bit DOS.  Also
ncurses is available for DJGPP.  If you plan on implementing it with
GEM, you would likely want to replace the parts that depend on curses
with GEM-equivalent functions (curses does all of the
screen-manipulation).
If you plan on a 32-bit port (GEM has djgpp bindings IIRC), termios is
available in the c-library to manipulate the screen and also there are
pthreads libraries available for djgpp.  But if termios is used to
manipulate the serial ports as well, you would need to implement a
file-system extention (see
http://www.delorie.com/djgpp/doc/libc/libc_321.html for a description)
to handle serial devices as well as screen devices (and maybe also
create your own termios interface to serial ports).  The file-system
extention would probably suffice to access linux-specific tty devices.
If you plan on a 16-bit port, pthreads (a multi-threading library),
would be a challenge to implement (but likely possible), and termios
would be possible to implement, but I don't think there exists a
termios-compatible library for 16-bit DOS.
termios probably wouldn't be too difficult to implement for 16-bit
DOS.  Accesses to linux-specific tty devies would have to be replaced
with DOS-equivalent functionality.

Overall, it's a decently-sized job.  Plus if you don't know how to
write GEM applications, you would have to learn that as well.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] burning CD

2009-03-17 Thread Blair Campbell
>  Did you install aspi.sys over xcdrom.sys ? Would you please show the
> proper lines in your config.sys ?

DEVICE=path\to\aspi.sys

should work after you have loaded xcdrom they way you normally do.
you could also use devload to load it.  No parameters are necessary.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-17 Thread Blair Campbell
> I do hope you can make a working copy, I've never succeed burning any CD/DVD
> under DOS.

Why don't you give it a test? :-)

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-17 Thread Blair Campbell
> Any chance all of your compiled stuff is available in public sometime?

Ok; cdrkit is available at http://blairdude.googlepages.com/cdrkit
(source and binary packages).

> I'd love to test DVD recording as I've always wanted to be able to

Yes please test and let me know the results.  I also just fixed the
bug in genisoimage so you will no longer need -allow-limited-size to
create an iso.

> I'm not sure about the status of XGCDROM.SYS, was it open source yet

I believe it is a combination of xcdrom (GPL) and gcdrom (SATA-only,
based on xcdrom) to have a driver which supports both PATA and SATA.
So yes, it is open-source.

> No idea which one would be better, never found a working DOS CDRTOOLS
> for DVD (CDDL license was it?), never found any DOS port of CDRKIT
> (GPL?) at all.

I'm pretty sure that the cdrecord included with FD 1.0 had DVD support
IIRC.  Since cdrkit is based on cdrtools, the code needed to compile
for DJGPP was still there, I just wrote some makefiles to compile it
because I couldn't get cmake to work for me.  And there were some very
minor code changes.

cdrkit is available under the GPL, and cdrtools is partly available
under the CDDL and partly under the GPL (supposedly incompatible to
each other - debate over the topic led to cdrkit forking from the last
GPL version)... at least the way I understand it.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-15 Thread Blair Campbell
> At the end of recording wodim spit out an error message about not
> closing the session or something, so I pressed Ctrl-C twice and it
> ended the wodim execution.  I then manually ejected the DVD and

So after further testing, cdrecord (original) also does this, but if I
wait long enough, execution finishes on its own and the files appear
to be written correctly.  It would seem that at least for me, cdrkit
works just as well as the original cdrtools except for the genisoimage
bug mentioned earlier.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] XGCDROM and CD/DVD Recording

2009-03-15 Thread Blair Campbell
Hey I just came up with this thought.  Anybody with a USB CD/DVD-RW
drive?  I think it would be an interesting test to see if USBASPI.SYS
works with cdrtools/cdrkit.

On Sun, Mar 15, 2009 at 3:06 PM, Blair Campbell  wrote:
>>> points to the 7zip: http://rugxulo.googlepages.com/xgcdrm24.7z
>>
>> Would this driver work for recording? on any drive?
>>
>> Maybe I am just daydreaming :)
>
> No you're not :-).
> First, I compiled the latest version of cdrtools (the current one is
> way outdated), which is cdrecord-ProDVD-ProBD 2.01.01a58.
> Then, I discovered that some linux distributions forked cdrtools
> because of licencing issues, so I decided to try their fork
> (www.cdrkit.org) and successfully compiled that.
> Note that genisoimage (mkisofs-equivalent in cdrkit) for some reason
> requires -allow-limited-size to be able to create any isos (this is a
> bug).
> So to test I loaded xgcdrom.sys, then oakaspi.sys (ASPI over ATAPI
> driver; http://www.wolfgang-brinkmann.de/bcdw/aspi.sys)
> Then I created a test ISO with genisoimage -J -allow-limited-size -o
> test.iso testdir...
> Then I executed wodim test.iso.
>
> At the end of recording wodim spit out an error message about not
> closing the session or something, so I pressed Ctrl-C twice and it
> ended the wodim execution.  I then manually ejected the DVD and
> re-insterted it.  When I did dir d:\, all of the files in the ISO were
> present, and I was able to successfully read the files on the DVD.
>
> So it works, but there are bugs (most likely in cdrkit).  Soon I will
> also test the cdrecord I compiled (I already tested mkisofs, which
> does not require -allow-limited-size as genisoimage does).  Perhaps
> cdrecord will not require Ctrl-C to end the execution; who knows.
> Note that I do not know whether the drive I tested on is SATA or not.
> Perhaps also wodim has options that will cause it to execute
> correctly.  I'll let someone else more familiar with these utilities
> do the testing :-).
>
> Does anybody have an opinion as to which is better? (cdrkit vs. cdrtools)
> Do I have any willing testers for other drives? (you should probably
> use CD-RWs or DVD-RWs)
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] fdfullcd.iso, CD-ROM auto detection

2009-03-15 Thread Blair Campbell
>>> Why isn't this CD-ROM auto detection used for menu entry 1, 3,4 and 5?
>>
>> I don't really understand the question... CD-ROM drivers are loaded
>> for 1, 3, 4, and 5; XCDROM.SYS would be the CD-ROM driver.
>
> But the other CD-ROM drivers, such as eltorito.sys are only load if menu
> entry 1.

eltorito.sys is an alternate driver for xcdrom.sys.  eltorito.sys only
works if the CD-ROM device is what you booted from.
>
> Why?
>
> I do not understand why there are two different ways to choose and load
> the CD-ROM driver.
>
> -mr
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] XGCDROM and CD/DVD Recording

2009-03-15 Thread Blair Campbell
>> points to the 7zip: http://rugxulo.googlepages.com/xgcdrm24.7z
>
> Would this driver work for recording? on any drive?
>
> Maybe I am just daydreaming :)

No you're not :-).
First, I compiled the latest version of cdrtools (the current one is
way outdated), which is cdrecord-ProDVD-ProBD 2.01.01a58.
Then, I discovered that some linux distributions forked cdrtools
because of licencing issues, so I decided to try their fork
(www.cdrkit.org) and successfully compiled that.
Note that genisoimage (mkisofs-equivalent in cdrkit) for some reason
requires -allow-limited-size to be able to create any isos (this is a
bug).
So to test I loaded xgcdrom.sys, then oakaspi.sys (ASPI over ATAPI
driver; http://www.wolfgang-brinkmann.de/bcdw/aspi.sys)
Then I created a test ISO with genisoimage -J -allow-limited-size -o
test.iso testdir...
Then I executed wodim test.iso.

At the end of recording wodim spit out an error message about not
closing the session or something, so I pressed Ctrl-C twice and it
ended the wodim execution.  I then manually ejected the DVD and
re-insterted it.  When I did dir d:\, all of the files in the ISO were
present, and I was able to successfully read the files on the DVD.

So it works, but there are bugs (most likely in cdrkit).  Soon I will
also test the cdrecord I compiled (I already tested mkisofs, which
does not require -allow-limited-size as genisoimage does).  Perhaps
cdrecord will not require Ctrl-C to end the execution; who knows.
Note that I do not know whether the drive I tested on is SATA or not.
Perhaps also wodim has options that will cause it to execute
correctly.  I'll let someone else more familiar with these utilities
do the testing :-).

Does anybody have an opinion as to which is better? (cdrkit vs. cdrtools)
Do I have any willing testers for other drives? (you should probably
use CD-RWs or DVD-RWs)

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] fdfullcd.iso, CD-ROM auto detection

2009-03-15 Thread Blair Campbell
> Why isn't this CD-ROM auto detection used for menu entry 1, 3,4 and 5?

I don't really understand the question... CD-ROM drivers are loaded
for 1, 3, 4, and 5; XCDROM.SYS would be the CD-ROM driver.

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Cannot find CD

2009-03-13 Thread Blair Campbell
> PS: Another possibility is that the old MEMDISK used for our
> 1.0 CD/DVD fails to boot on BIOSes without int 15.87 memcopy?

I don't think so, because the kernel does display its init message
before invalid opcode.
>
> I wonder if this is what makes FDAPM ACPIDUMP fail on EEE PC
> and whether loading any EMM386 or similar would workaround...?
>
>
>
> --
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos live cd

2009-03-09 Thread Blair Campbell
On Mon, Mar 9, 2009 at 7:02 PM, ramin  wrote:
> Hi thanks for the response, so can I run the game of a usb thumb drive or
> maybe burn it on the live cd itself?
> thanks

You would need to install drivers to read a usb thumb drive, but yes
it is possible.  You could also burn it on the livecd itself

>
> --
> From: "Blair Campbell" 
> Sent: Monday, March 09, 2009 8:15 PM
> To: 
> Subject: Re: [Freedos-user] freedos live cd
>
>>> Hi I have the latest free dos live cd and I was trying to run this old
>>> dos
>>> game I have with the live cd. But every time I try to go to c: drive by
>>> putting in cd C: I get a message that c drive is not accessible. I would
>>> appreciate any input.
>>
>> If the C drive is NTFS or anything other than FAT12/FAT16/FAT32/VFAT,
>> it will be unaccessible.
>>
>> --
>> ___
>> Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>>
>
> --
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos live cd

2009-03-09 Thread Blair Campbell
> Hi I have the latest free dos live cd and I was trying to run this old dos
> game I have with the live cd. But every time I try to go to c: drive by
> putting in cd C: I get a message that c drive is not accessible. I would
> appreciate any input.

If the C drive is NTFS or anything other than FAT12/FAT16/FAT32/VFAT,
it will be unaccessible.

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Dialog ported to dos...

2009-03-09 Thread Blair Campbell
> Is it possible, using DIALOGRC var, use colors with dialog under freedos?

No; just setting TERM=djgpp should work.  If TERM is unset, it
defaults to "unknown", which I have compiled to 'link' to djgpp-m
(monochrome)
>
> Thanks!
>
> On Sat, Mar 7, 2009 at 1:41 AM, Blair Campbell  wrote:
>>
>> On Fri, Mar 6, 2009 at 3:15 PM, Fabrício Ceolin  wrote:
>> > It's a great idea, but I think dialog works well only under djgpp bash.
>> >
>> > I tried to use dialog under freedos, but there isn't a stderr, so all
>> > options, inputs, forms and interface goes to stdout together.
>> > It's very difficult to separate what is interface and options.
>>
>> No there is stderr; for some reason my port seems to put everything to
>> stdout even though I didn't change any source code.  Try the --stdout
>> or --stderr options
>> >
>> > On Fri, Mar 6, 2009 at 7:33 PM, Michael Robinson
>> > 
>> > wrote:
>> >>
>> >> If dialog can be used to make a tab driven text interface, why not use
>> >> this instead of turbovision to create a new installer for Freedos 1.1?
>> >>
>> >> How is Freedos 1.1 coming along anyways?  Is there any chance of a
>> >> release this Spring?
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Open Source Business Conference (OSBC), March 24-25, 2009, San
>> >> Francisco,
>> >> CA
>> >> -OSBC tackles the biggest issue in open source: Open Sourcing the
>> >> Enterprise
>> >> -Strategies to boost innovation and cut costs with open source
>> >> participation
>> >> -Receive a $600 discount off the registration fee with the source code:
>> >> SFAD
>> >> http://p.sf.net/sfu/XcvMzF8H
>> >> ___
>> >> Freedos-user mailing list
>> >> Freedos-user@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/freedos-user
>> >
>> >
>> >
>> > --
>> > Fabrício Ceolin
>> > ulevel.com
>> > Diretor Executivo
>> >
>> >
>> > --
>> > Open Source Business Conference (OSBC), March 24-25, 2009, San
>> > Francisco, CA
>> > -OSBC tackles the biggest issue in open source: Open Sourcing the
>> > Enterprise
>> > -Strategies to boost innovation and cut costs with open source
>> > participation
>> > -Receive a $600 discount off the registration fee with the source code:
>> > SFAD
>> > http://p.sf.net/sfu/XcvMzF8H
>> > ___
>> > Freedos-user mailing list
>> > Freedos-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/freedos-user
>> >
>> >
>>
>>
>> --
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
>> CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the
>> Enterprise
>> -Strategies to boost innovation and cut costs with open source
>> participation
>> -Receive a $600 discount off the registration fee with the source code:
>> SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> ___
>> Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>
>
> --
> Fabrício Ceolin
> ulevel.com
> Diretor Executivo
>
> --
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Dialog ported to dos...

2009-03-06 Thread Blair Campbell
On Fri, Mar 6, 2009 at 3:15 PM, Fabrício Ceolin  wrote:
> It's a great idea, but I think dialog works well only under djgpp bash.
>
> I tried to use dialog under freedos, but there isn't a stderr, so all
> options, inputs, forms and interface goes to stdout together.
> It's very difficult to separate what is interface and options.

No there is stderr; for some reason my port seems to put everything to
stdout even though I didn't change any source code.  Try the --stdout
or --stderr options
>
> On Fri, Mar 6, 2009 at 7:33 PM, Michael Robinson 
> wrote:
>>
>> If dialog can be used to make a tab driven text interface, why not use
>> this instead of turbovision to create a new installer for Freedos 1.1?
>>
>> How is Freedos 1.1 coming along anyways?  Is there any chance of a
>> release this Spring?
>>
>>
>>
>> --
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
>> CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the
>> Enterprise
>> -Strategies to boost innovation and cut costs with open source
>> participation
>> -Receive a $600 discount off the registration fee with the source code:
>> SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> ___
>> Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>
>
> --
> Fabrício Ceolin
> ulevel.com
> Diretor Executivo
>
> --
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Commands under djgpp bash

2009-03-04 Thread Blair Campbell
> I'm trying to use some commands under djgpp bash, but the system report:
> Not enough memory

Are you using the 32-bit port?
>
> ex: dmi.exe
>
> There are some way to run this command under bash?
>
> --
> Fabrício Ceolin
> ulevel.com
> Diretor Executivo
>
> --
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Cannot find CD

2009-03-03 Thread Blair Campbell
>> Google says rugxulo.googlepages.com and there a link
>> points to the 7zip: http://rugxulo.googlepages.com/xgcdrm24.7z
>
> Would this driver work for recording? on any drive?

I think using aspi.sys you can use cdrecord with it.  Maybe I will
test it if I can get FreeDOS to boot on my laptop (1.0 CD kernel fails
to boot).
>
> Maybe I am just daydreaming :)
>
> Alain
>
>>
>> Eric
>>
>>
>>
>> --
>> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
>> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
>> -Strategies to boost innovation and cut costs with open source participation
>> -Receive a $600 discount off the registration fee with the source code: SFAD
>> http://p.sf.net/sfu/XcvMzF8H
>> ___
>> Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>>
>>
>
> --
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Whiptail 0.52.10

2009-03-01 Thread Blair Campbell
Announcing a port of Whiptail 0.52.10 to DOS.  Whiptail is a
dialog-like utility to draw TUI dialogs and collect user input (most
of the options supported are dialog-compatible).  Mouse support is
included via dos_gpm 0.3, and the binary is much smaller than dialog,
although not as many options are supported.  The source package
includes libnewt sources (depends on libslang). The sources and
binaries are uploaded to:

http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/menu/

as wptailx.zip (binary)
and wptails.zip (source)

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Cannot find CD

2009-03-01 Thread Blair Campbell
> I have a 1.0 CD and a 1G, USB, thumb drive that brings up what looks
> like the same menu as the CD.  Both try to load XCDROM and report "No
> CD-ROM to use".  Of course the CD had to use the CD drive to get to that
> point.
>
> Any idea what is going on?

The CD-ROM contains a boot floppy image which is emulated to be a
floppy drive by the BIOS or in this case isolinux. The boot floppy
image has to load a cd-rom driver to access the files on the rest of
the CD-ROM, and it would seem that XCDROM isn't compatible with your
cd-rom drive.  With the USB thumb drive, it might be possible to set
it up to boot FreeDOS, and use shsucdrd (I think that's the one) to
load the iso file as a drive, and then install from there.
>
> Ray
>
> --
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Dialog 1.1 for DOS

2009-02-28 Thread Blair Campbell
On Fri, Feb 27, 2009 at 12:10 PM, Fabrício Ceolin  wrote:
> Hi,
>
> How can I get modified cells from dialog using --form under dos?
>
> ex:
> dialog --title "aaa" --form "choice" 50 78 100 Form1 1 0 " " 1 30 55 256
> Form2 2 0 MG9310077 2 30 55 256

If you are trying to do complex scripts using dialog, I would
recomment using the DJGPP port of BASH because it provides much more
powerful scripting capabilities than batch files.  If you are using
FreeCOM, you can use "set /E VAR=command line and arguments" to
capture the output of dialog into a variable.  In dialog's output, the
two form entries will be printed to stdout, separated by a newline.
To separate these into two environment variables in batch, here's one
possiblity (which requires head and tail; common unix utilities for
which there are several dos ports and clones):

dialog --stdout options... > %TEMP%\temp.var
set /E VAR1=head -n 1 %TEMP%\temp.var
set /E VAR2=tail -n 1 %TEMP%\temp.var

Of course there are probably many utilities out there that will output
specific lines in files to stdout; head and tail are just the easiest
examples that come to mind at the moment

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Poll and ideas compressed filesystem

2009-02-23 Thread Blair Campbell
On this topic, I've compiled dmsdosfs 0.9.2.3-pre2 with DJGPP and had
some success.  the executables are mcdmsdos, dcread, and dmsdosfsck.
I tested with a drvspace-compressed floppy created by MS-DOS and I can
extract some files but not all from it.  Earlier dmsdosfs versions
also included an alpha mkdmsdosfs utility to create a compressed
filesystem, but it was removed for some reason.  I tested that also
and it seems to need an existing compressed filesystem to be able to
create new ones.  I find it interesting that dmsdos is supposed to be
able to read and write from doublespace, drivespace, drivespace 3,
stacker 3, and stacker 4 drives.

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Hard Disk in Freedos

2009-02-21 Thread Blair Campbell
> Hi, I need a help, anyone here know how to access Hard Disk in Freedos? Mine
> is a custom copy but I able to run Fdisk and see my hard disk, however I
> can't access it, for example in Freecom when I type "C:" it says "Invalid
> drive specified". Any help?

Is there a formatted partition on the drive?

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Dialog 1.1 for DOS

2009-02-15 Thread Blair Campbell
Just announcing that I've uploaded my port of Dialog 1.1 for DOS to
ibiblio.  It is compiled with ncurses and gpm, so it supports mouse.
For those of you unfamiliar with it, Dialog is a popular program in
unix for adding a TUI interface to shell scripts. The sources and
binaries are uploaded to:

http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/menu/

as dialogx.zip (binary)
and dialogs.zip (source)

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] FDAV 0.1

2009-02-13 Thread Blair Campbell
Hi. Just announcing an MSAV-like TUI I wrote for libclamav.  This is
mostly a preview version.  Some features are missing, but I've tested
it in a few environments and I've found that it works.  So if anyone
wants to give me feedback, feel free. Eventually it should have a
help-file viewer, and a file/directory selection dialog.  The source
and binary packages are available at:
www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/
in fdavs.zip (source)
and fdavx.zip (binary).

To build the sources you will need dialog, ncurses, and clamav
installed in your DJGPP-installation.
And to install the the binary package you should first uninstall
clamavx if you have it installed as it uses the same database files.

Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] variable for boot device?

2009-02-08 Thread Blair Campbell
>> Well, I could introduce a ramdisk but I don't really like to.
>
> You have to. SET /E uses a temporary file for the output of the command,
> just as pipes do.


Yes; in a single-tasking environment, it is difficult to avoid using a
temporary file for pipes, but you could also write a utility to read
the boot device and set a variable in the *master* environment.  I
think a utility called mset is available in fdpkgx.zip which is able
to set a variable in the master environment and the source code should
be in fdpkgs.zip.  It will add, remove, or change an environment
variable in the first compatible freecom instance (0.84 or later iirc)
>
> --
> Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code to
> build responsive, highly engaging applications that combine the power of local
> resources and data with the reach of the web. Download the Adobe AIR SDK and
> Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] variable for boot device?

2009-02-03 Thread Blair Campbell
>> FreeCOM and CMD support SET /E, not sure about
>> other / older command.com variants here.
>>
>
> Heh, I'd forgotten about "/E" - nice trick.
>
>
> At least in XP, SET does not support /E, though.

Yeah, I'm pretty sure I came up with /E myself :-).

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Loading old DOS programs under FreeDOS

2009-01-22 Thread Blair Campbell
> Here is the exact error text from the Word 5.5 for MS-DOS load under FreeDOS
> on a FAT16 partition:
>
> Illegal Instruction occurred
>
>
> Illegal Instruction occurred
> CS=0530 IP=3006 SS=394A SP=FFDD DS= ES=0317
> EAXX=0100 EBX=0530 ECX=0F00 EDX=0020
> ESI=05A8 EDI=0002 EBP=FFDD
> Aborting Program

Perhaps an EMM386 problem?

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Poll FreeDOS and NTFS

2009-01-14 Thread Blair Campbell
> True true... I wonder how bad it would be if Ubuntu and
> Debian made this the default anyway. Instead of a script,

I just installed Debian and dosemu and haven't had to change sysctl.conf at all.

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Running Fractint under Freedos

2009-01-10 Thread Blair Campbell
> Last but not least, making a partition for DOS can be
> hard because Vista will probably take all your space.
> Luckily, Linux installers can shrink Windows partitions

Actually, I find it kinda cool that vista includes a
partition-shrinker that you can run right in the OS.  Just right click
on computer in the start menu, select manage, double click on storage,
double click on disk-management, right-click on your vista drive, and
select shrink volume.  Note that it might allow you to shrink more if
you temporarily disable swapping snapshots and delete your swap file.
It only took a few seconds on my computer  But it works well and if
something goes horribly wrong you can rely on MS for support :-)  And
you don't have to burn a linux livecd.  But it also only works on ntfs
drives.

--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] NTFS4DOS

2009-01-05 Thread Blair Campbell
> NTFS4DOS has one problem...it isn'T a TSR you can start it at
> commandline or autoexec.bat and it will start a second layer of
> command.com. This will eat memory of 640k but should work with most
> programs.

Could it be loaded as the shell so it only stats a first instance of
command.com?

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] irc netsplit?

2009-01-05 Thread Blair Campbell
sorry I can see the bots on irc2.i7c.org and some people on irc.i7c.org

Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya



On Mon, Jan 5, 2009 at 4:32 PM, Blair Campbell  wrote:
> I can see the bots on tokai.i7c.org, but some other people on irc.i7c.org
>
>
> Fall is my favorite season in Los Angeles, watching the birds change
> color and fall from the trees.
>   David Letterman (1947 - )
>
> See ya
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] irc netsplit?

2009-01-05 Thread Blair Campbell
I can see the bots on tokai.i7c.org, but some other people on irc.i7c.org


Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Arachne works!

2008-12-21 Thread Blair Campbell
On Sat, Dec 20, 2008 at 7:38 PM, kurt godel  wrote:
> Ok,
> downloaded the driver, did it's autoexec, did Arachne; soooweet! On the air!
> The arachnoid even incorporates
> the driver into the autoexec. Just one more dumb question: how to enable
> cookies in the arachne browser?
> I get to google ok, but if I then click on 'gmail' it seems to hang, with
> the bar at the bottom cycling over and
> over with "cookie". Or is the browser so slow that I only think it's
> hanging. I have looked in the faq for
> arachne, and I don't see how to enable cookies. kurt,  .

Not many browsers are compatible with full gmail, and arachne is not
one of them.  You will need to load the html-only version

>
> --
>
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>

--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] LZMA-Utils 4.32.7 Port

2008-12-10 Thread Blair Campbell
Hi. I just added a port of lzma-utils 4.32.7 to ibiblio.  It creates
and extracts .lzma files which I have encountered a few times and the
files are in
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/file
as lzmax.zip (binaries) and lzmas.zip (source).  It's very similary to
gzip and bzip2 but uses lzma compression (like 7-zip).

Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] LFN

2008-12-10 Thread Blair Campbell
extract doslfn.com (or exe) and the .cp? I can't remember the
extention but there's a few codepage tables afair that the extension
begins with .cp  Those need to go in the bin directory.

Then lh doslfn should do fine.


Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya



On Wed, Dec 10, 2008 at 7:21 PM, Ray Davison <[EMAIL PROTECTED]> wrote:
> Blair Campbell wrote:
>> DOSLFN is the more-or-less official LFN driver for FreeDOS.
>
> Got it.  It is not clear to me how much of what is in the ZIP needs to
> be in the run directory.
>
> Can you suggest an execute line?
>
> Ray
>
> --
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] ImageMagick updated.

2008-12-10 Thread Blair Campbell
Hi. I just updated my port of ImageMagick to 6.4.7 and the files are in
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/user/magick

Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] W-LAN under DOS / DOS Hardware Database

2008-12-10 Thread Blair Campbell
AFAIR, there are three wireless cards supported in DOS, but only the
PCMCIA and some PCI models.


Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya



On Wed, Dec 10, 2008 at 12:24 PM, Alain M. <[EMAIL PROTECTED]> wrote:
>
> Michael Reichenbach escreveu:
>>
>> Wouldn't it be a good idea to create a DOS Hardware Database? Similar to
>> http://www.drdos.org/~a0503736/php/drdoswiki/index.php?n=Main.SoundCardChip
>
> We could just use that one :)
>
> DrDOS are friends and hardware problems are (suposedly) the same...
>
> Alain
>
>
> --
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] LFN

2008-12-10 Thread Blair Campbell
DOSLFN is the more-or-less official LFN driver for FreeDOS.

Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya



On Wed, Dec 10, 2008 at 4:15 PM, Ray Davison <[EMAIL PROTECTED]> wrote:
> Is there a LFN utility that works?  I just tried LFNDOS.  It checked
> drives, but did not see any existing LFN.  I tried creating one, and it
> truncated to 8.
>
> Ray
>
> --
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] ClamAV port updated.

2008-12-10 Thread Blair Campbell
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya



On Wed, Dec 10, 2008 at 2:38 AM, Alex Buell <[EMAIL PROTECTED]> wrote:
> On Tue, 9 Dec 2008 15:54:33 -0800, I waved a wand and this message
> magically appears in front of Blair Campbell:
>
>> The port of ClamAV (clamconf, clamscan, freshclam, and sigtool) has
>> been updated from 0.92 to 0.94.2.  From my testing, clamscan seems to
>> work well.  I still haven't tested freshclam because I don't have a
>> DOS computer on the internet.  People who are able to test should let
>> me know if it works or not.  The DOSDIR environment variable needs to
>> be set so that clamscan can find the virus database and freshclam can
>> find the configuration file.
>
> Which TCP/IP library is it compiled against? And could I suggest that
> you choose a different environment variable i.e. CLAMDIR instead of
> DOSDIR? It could be in use by something else.

DOSDIR is used by other packages.  It should point to the location of
all installed FreeDOS packages.  It is compiled against WATT-32.

> --
> http://www.munted.org.uk
>
> Fearsome grindings.
>
>
>
> --
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] ClamAV port updated.

2008-12-09 Thread Blair Campbell
The port of ClamAV (clamconf, clamscan, freshclam, and sigtool) has
been updated from 0.92 to 0.94.2.  From my testing, clamscan seems to
work well.  I still haven't tested freshclam because I don't have a
DOS computer on the internet.  People who are able to test should let
me know if it works or not.  The DOSDIR environment variable needs to
be set so that clamscan can find the virus database and freshclam can
find the configuration file.

The packages are at:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system
as clamavx.zip (binary) and clamavs.zip (source).

Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] image (.img) mount / manipulation software?

2008-12-07 Thread Blair Campbell
Doesn't the SHSU ram driver set include an image mounter?  And shsucdx
can mount .iso images IIRC.


Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya



On Sat, Dec 6, 2008 at 9:34 AM, Michael Reichenbach
<[EMAIL PROTECTED]> wrote:
> Under XP I am using Virtual Floppy to to mount and edit virtual floppy
> images (.img).
>
> Is there a similar software for FreeDOS?
>
> --
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Slow Packet Driver (e100bpkt - Crynwr)

2008-04-09 Thread Blair Campbell
On Wed, Apr 9, 2008 at 7:19 PM, Spiro Gulgas <[EMAIL PROTECTED]> wrote:
> This is one of the 3 things that i can't get working fully!
>  (others are Audio and USB)
>
>  My Packet Driver: *Besides being falsely Autodetected by Crynwr* Is
>  Downloading slower then the internet speed.
>
>  Here's my Info:
>
>  (note: i'm on a laptop, so most things are integrated, not upgradable
>  like desktops with PCI)
>
>  1.8GHz Celeron Processor *2002*
>  Intel PRO/VE 100Mbps NIC
>  1Mbps DSL Line
>  1 Router
>  Setup as e100bpkt 0x60
>  WATTCP.CFG is good.
>
>
>  Under Windows 2000, *Dual Boot\Same partition*, my Downloads hit 180 to
>  ~200KB/s *Normal for this speed, i'd imagine*
>  Under FreeDOS, *Using both arachne and wget\fdupdate*, Downloads hit 10
>  to 15KB/s
>
>  I've tried downloading the file 1 time on each OS, both hit same speed!
>  *i did same file because servers farther away are  bit slower*
>
>  I don't know what's Wrong.

My guess is that since FreeDOS is single-tasking, it is naturally
going to download things from the internet more slowly than
multitasking operating systems.

>
>  any answers is greatly appreciated
>
>
>  -
>  This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>  Don't miss this year's exciting event. There's still time to save $100.
>  Use priority code J8TL2D2.
>  
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
>  ___
>  Freedos-user mailing list
>  Freedos-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
 David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Burning cd on dos

2008-03-04 Thread Blair Campbell
>  http://bootcd.narod.ru/cdrtools-2.01-msdos-bin.zip

That website has a download for a file called aspi.sys.  Try
downloading this and installing it in config.sys.
>
>  Thsi is a very slow demo..
>
>  http://www.goldenhawk.com/download_body.htm
>
>  Someone have a suggestion for a valid program?
>
>  Thanks
>
>  Roberto iw2evk
>
>
>  --
>  View this message in context: 
> http://www.nabble.com/Burning-cd-on-dos-tp15826270p15826270.html
>  Sent from the FreeDOS - User mailing list archive at Nabble.com.
>
>
>  -
>  This SF.net email is sponsored by: Microsoft
>  Defy all challenges. Microsoft(R) Visual Studio 2008.
>  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>  ___
>  Freedos-user mailing list
>  Freedos-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Can't even get started!

2008-02-25 Thread Blair Campbell
I think there should be a direct link to the ISO right from the download page.

On Mon, Jul 9, 2007 at 8:25 AM, someone <[EMAIL PROTECTED]> wrote:
> On Sun, 2007-07-08 at 17:22 -0700, chris evans wrote:
>  > 
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/fdfullcd.iso
>  >
>  > Did you try to right click and choose save-as? that way web browser wont 
> try to display it on screen.
>  >
>  > A free software project can only do so much and is only as good of those 
> that participate in the  process  of  improvement.
>  >
>  > That said, I think download tips should be on 
> http://www.freedos.org/freedos/files/ for new users that have trouble 
> downloading it.
>  >
>  > --chris
>  > http://nxdos.sourceforge.net/
>  >
>  >
>  > - Original Message 
>  > From: George Willard <[EMAIL PROTECTED]>
>  > To: freedos-user@lists.sourceforge.net
>  > Sent: Sunday, July 8, 2007 12:58:50 PM
>  > Subject: [Freedos-user] Can't even get started!
>  >
>  > Gents, I spent the day trying to figure out how to make FreeDos work on
>  > my Windows XP computer. NO luck. I could not even figure out how to
>  > download the fdfullcd.iso file. When I clicked on it, it just showed a
>  > bunch of text and high/low bit characters. Why put so much effort into a
>  > project that the regular person can't make work? George
>
>  This is why I ordered my copy from http://linuxcdmall.com/.
>
>Michael Robinson
>
>
>
>
>  -
>  This SF.net email is sponsored by DB2 Express
>  Download DB2 Express C - the FREE version of DB2 express and take
>  control of your XML. No limits. Just data. Click to get it now.
>  http://sourceforge.net/powerbar/db2/
>  ___
>  Freedos-user mailing list
>  Freedos-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] LFN

2008-02-14 Thread Blair Campbell
try dir /lfn

On Thu, Feb 14, 2008 at 7:12 PM, Ray Davison <[EMAIL PROTECTED]> wrote:
> Boot screen says: DOSLFN 0.40c
>  Kernel is 20 Sept 07
>  Neither NC or VC 4.05 or DIR display LFNs.
>
>  What am I missing?
>
>  Ray
>
>  -
>  This SF.net email is sponsored by: Microsoft
>  Defy all challenges. Microsoft(R) Visual Studio 2008.
>  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>  ___
>  Freedos-user mailing list
>  Freedos-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Fresh ClamAV/DJGPP Port

2008-02-01 Thread Blair Campbell
Ok so I've uploaded new versions to the same location and this should
fix the problem it had with removing temporary directories. Please
re-test.  And remember that clamscan needs >20M of memory/swap space
to run.

www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system

On Jan 27, 2008 8:24 PM, Geraldo Netto <[EMAIL PROTECTED]> wrote:
> Hi,
>
> good idea, maybe you can use
> hx extender from Japheth:
> http://www.japheth.de/HX.html
>
> See Ya,
>
> Geraldo
>
>
> On 28/01/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >  2008/01/27 21:54 +0100, Mateusz Viste 
> > The files FRESHCLAM.* are in their LFN form, but you can't unpack them
> > correctly (ie with the full filename) in DOS. No matter if you have DOSLFN 
> > or
> > not, there simply isn't any unzip version with LFN support, so any unzipped
> > files will ever be restricted to 8+3.
> > 
> > Well, what about this?:
> >
> >ftp://ftp.info-zip.org/pub/infozip/Info-ZIP.html  (master version)
> >http://ftp.info-zip.org/pub/infozip/  (master version)
> >http://www.info-zip.org/
> >
> >ftp://ftp.info-zip.org/pub/infozip/Zip.html
> >ftp://ftp.info-zip.org/pub/infozip/UnZip.html
> >
> > I hav successfully uzed "unzip32.exe", but not on FreeDOS, but under Win98
> >
> >
> > -
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
> >
>
>
> --
> site: http://extremedev.sf.net
> msn: geraldo_boca_at_hotmail.com
> skype: geraldo-netto
> icq: 145-061-456
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Icon for cdrom is in GUI,but nothing happens.

2008-01-29 Thread Blair Campbell
I think what he means is that he installed OpenGEM with FreeDOS and it
won't view the files on his cdrom drive.  That would be a question for
the OpenGEM list.

On Jan 29, 2008 9:57 AM, Ron Spruell <[EMAIL PROTECTED]> wrote:
>
>
>
>
> I'm interested to see this answer since I had no idea that FreeDos was GUI
> based.
>
>
>
> Ron Spruell Sr.
>
>
>
> P.S.
>
>
>
> Althou my version I burned to CD didn't load either and I have to presume at
> this point his didn't either. Mine gave an error and stopped loading and
> even after I did stop the errors the program I needed shsudrv didn't load so
> all of freedos didn't load. Still working on that little problem.
>
>
>
>
>
>
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of richard
> klein
>  Sent: Monday, January 28, 2008 8:47 PM
>  To: freedos-user@lists.sourceforge.net
>  Subject: [Freedos-user] Icon for cdrom is in GUI,but nothing happens.
>
>
>
>
>
> A month or so ago, I downloaded the small and large versions of Freedos,made
>  the ISO files of them, and burned them to cd's; When I used the cd's to
> install
>  (the one with the GUI), everything seemed to work OK, except for the cdrom.
>I could click on the harddrive,and on the floppy; but the cdrom icon
> seemed to
>  respond, but in fact did nothing, i.e., like an 'empty wrapper'. I cant see
> why
>  the setup would have disabled this feature, though I admit I did not have
> the
>  savy to dope it out from bat or config files(see? don't even know where it
> is in
>  there!) if anyone can figure how to edit something to turn the cdrom on, I
> sure
>  would appreciate it; and for that matter, is there a flash drive driver in
> there
>  some [EMAIL PROTECTED]
>
>
>  
>
>
> Looking for last minute shopping deals? Find them fast with Yahoo! Search.
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Fresh ClamAV/DJGPP Port

2008-01-27 Thread Blair Campbell
I'm sure there must be one compiled with DJGPP...

On Jan 27, 2008 12:54 PM, Mateusz Viste <[EMAIL PROTECTED]> wrote:
> On Sunday 27 January 2008, Fabien Meghazi wrote:
> > > > freshclam.exe
> >
> > I think I'm going to try with your package instead of Mateusz Viste's one.
>
> That will not help you, as "my" package have exactly the same files as Blair's
> one. The files FRESHCLAM.* are in their LFN form, but you can't unpack them
> correctly (ie with the full filename) in DOS. No matter if you have DOSLFN or
> not, there simply isn't any unzip version with LFN support, so any unzipped
> files will ever be restricted to 8+3.
>
> Mateusz Viste
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Fresh ClamAV/DJGPP Port

2008-01-27 Thread Blair Campbell
Try using --config-file=c:/fdos/bin/freshcla[m].conf and --datadir=c:/fdos/bin

On Jan 27, 2008 11:02 AM, Blair Campbell <[EMAIL PROTECTED]> wrote:
> freshclam.exe
>
>
> On Jan 27, 2008 11:01 AM, Fabien Meghazi <[EMAIL PROTECTED]> wrote:
> > > Can you try it with DOSLFN loaded? Also, is DOSDIR set to c:\fdos?
> >
> > DOSLFN is always loaded on my box.
> >
> > yes, DOSDIR is set to c:\fdos
> >
> > In YOUR archive, does the freshclam executable is called FRESHCLA.EXE
> > or FRESHCLAM.EXE ?
> >
> >
> > --
> > Fabien Meghazi
> >
> > Website: http://www.amigrave.com
> > Email: [EMAIL PROTECTED]
> > IM: [EMAIL PROTECTED]
> >
> > -
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
> >
>
>
>
>
> --
> Fall is my favorite season in Los Angeles, watching the birds change
> color and fall from the trees.
>David Letterman (1947 - )
>
> See ya
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Fresh ClamAV/DJGPP Port

2008-01-27 Thread Blair Campbell
freshclam.exe

On Jan 27, 2008 11:01 AM, Fabien Meghazi <[EMAIL PROTECTED]> wrote:
> > Can you try it with DOSLFN loaded? Also, is DOSDIR set to c:\fdos?
>
> DOSLFN is always loaded on my box.
>
> yes, DOSDIR is set to c:\fdos
>
> In YOUR archive, does the freshclam executable is called FRESHCLA.EXE
> or FRESHCLAM.EXE ?
>
>
> --
> Fabien Meghazi
>
> Website: http://www.amigrave.com
> Email: [EMAIL PROTECTED]
> IM: [EMAIL PROTECTED]
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] ClamAV & CTorrent

2008-01-27 Thread Blair Campbell
> Your packages aren't really FreeDOS compliant, as they haven't /appinfo
> and /packages directories... Nice work anyway ;-)

/packages isn't necessary because fdpkg IIRC will create the directory
anyway.  Having the directory in the package is only needed if some
post-install or pre-remove commands are necessary.
Remember that I created it :-).
Also note that many packages in 1.0 did not have an appinfo directory,
simply because no lsms already existed.
>
> I added these lacking directory (as well as an LSM file for each package), and
> uploaded them to my FreeDOS Update server.
>
> >From now, anyone may install ClamAV or CTorrent for FreeDOS
> using "FDUPDATE /new" ;-)
>
> If you would like just to grab the repackaged versions of these packages,
> without using FDUPDATE,here are the URLs:
> http://mateusz.viste.free.fr/fdupdate/torrentx.zip
> http://mateusz.viste.free.fr/fdupdate/clamavx.zip
>
> bye,
> Mateusz Viste
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>



-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Fresh ClamAV/DJGPP Port

2008-01-27 Thread Blair Campbell
> I installed successfully clamav (I used the package of Mateusz Viste)
> I've got an internet connection working on my dos freedos box.
> I tried to use freshcla.exe but it fires up an error :
>
> Can't parse the config file /dev/env/DOSDIR/bin/clamd.conf
>
> I ran the command in c:\fdos\bin\
>
> Another strange thing is that sometimes it can't load the the
> dictionary, sometimes it can.
> Check this screenshot (500Ko - sorry)
> http://www.amigrave.com/upload/posts/freedos/clamscan.jpg

Can you try it with DOSLFN loaded? Also, is DOSDIR set to c:\fdos?

-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] ctorrent-ng Port Now Available

2008-01-26 Thread Blair Campbell
Now available are:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/user/torrents.zip
(source)
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/user/torrentx.zip
(binary)
which are untested DJGPP ports of ctorrent-ng.  IOW, users MAY be able
to use this to utilize BitTorrent file sharing in DOS.  Testers with
Internet available in FreeDOS would be greatly appreciated (and then
feedback is important of course).

-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Fresh ClamAV/DJGPP Port

2008-01-26 Thread Blair Campbell
I have just uploaded to ibiblio:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/clamavs.zip
(source)
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/clamavx.zip
(binary)
which contains a DOS port of ClamAV 0.92. Unlike previous ports, this
one contains four tools: clamconf, clamscan, freshclam, and sigtool.
Clamscan is tested and works well, and is compiled to support all
kinds of archives.  Because of my lack of internet connectivity,
freshclam is untested and I would appreciate testers.  If anyone has
internet working with FreeDOS, simply use fdpkg to install clamavx.zip
and run freshclam.  It should automatically find its configuration
file and download the latest database.  Also, I would like some input.
 Should a recent virus database be included in the package, or should
this be left to the user to download?

-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] doslfn and 4dos

2008-01-19 Thread Blair Campbell
On 1/19/08, Florian Xaver <[EMAIL PROTECTED]> wrote:
> Have you "win95lfn=yes" in your 4dos.ini ??

Shouldn't this really be default with a test to see if lfns are supported?
>
> LG
>  Flo
>
> 2008/1/19, Fabien Meghazi <[EMAIL PROTECTED]>:
> > Hi all,
> >
> > I've got doslfn loaded in autoexec.bat. I can see long filenames in
> > volkov commander.
> > In 4dos, when doing a dir, I see the 8.3 file name, I can "cd" to this
> > dir, and when done,
> > I see the long directory name in the prompt.
> >
> > My problem is that if I create a long directory name in volkov
> > commander and copy files in the directory,
> > I can't see those files in 4dos.
> >
> > Eg:
> >
> > In volkov commander I create directory c:\TestingTest and I copy some
> > files in this directory.
> > I quit volkov commander and return in 4dos.
> >
> > In 4dos, dir returns :
> >
> > TESTIN~1
> >
> > I do cd TESTIN~1
> >
> > The 4dos prompt is : c:\TESTINGTEST
> >
> > I do "dir" and see 0 bytes in 0 files.
> >
> > Is there a way to make doslfn play nice with 4dos or configure 4dos in
> > order to support correctly long file names ?
> >
> > My partition is FAT32
> > I use the freedos 4dos package from 1.0
> >
> > --
> > Fabien Meghazi
> >
> > Website: http://www.amigrave.com
> > Email: [EMAIL PROTECTED]
> > IM: [EMAIL PROTECTED]
> >
> > -
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
> >
> >
> >
>
>
> --
> Club Dr-DOS Wiki http//www.drdos.org
> private page http://www.flox.at.tf
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] freedos update and 4dos

2008-01-18 Thread Blair Campbell
I am with Tom

On 1/16/08, Tom Ehlert <[EMAIL PROTECTED]> wrote:
> >> 1) 4DOS in FreeDOS 1.1: Will it - the package - have the structure
> >> of directory as the other programs? Or not? (freecom is in the
> >> root-directory...)
>
> > You are right - FreeCOM should be moved to the BIN directory.
> > At the moment, a FreeCOM in your own selected language is made
> > (by concatenating two binary blobs) during install,  which is
> > then allowed to replace the original FreeCOM from the package.
> > Both original and localized FreeCOM should be put into BIN.
>
> wrong. command.com should stay at the root directory - for the simple
> reason that the kernel expects it (by default there), and otherwise
> F5 won't work. BTW: command.com has been there for about 20 years, no
> reason to change that.
>
>
> >> 5) And...as always: I vote for using 4DOS as main command-
> >> interpreter and freecom as optional. ;-)
>
> > I vote AGAINST this.
> me too. you *are* able to use any command interpreter you like, but
> *default* should be command.com
>
> Tom
>
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Running FreeDOS directly from CD-ROMwithoutinstalling on HD?

2007-12-27 Thread Blair Campbell
> 1) downloaded "fdbasecd.iso"
> 2) used MagicISO to add two files to its structure (it is the bios flash 
> utility and new bios)
> 3) saved the "fdbasecd.iso" and burned it without any problems.

I don't think that fdbasecd.iso has the LiveCD part.  Download
fdbasews.iso or any of the fdfull??.iso to get the LiveCD available as
a boot option.
>
> What I don't understand is why FreeDOS offers me the "Run FreeDOS from 
> CD-ROM" option only when there is no partition on the HD? Because I have 
> installed Windows on my PC and so I cannot get rid of all partitions but 
> still I would like to boot from the FreeDOS CD only and run the bios flash 
> utility? Is it possible to accomplish this even on a PC with the system 
> already installed...?

See above.  The LiveCD includes lots of programs useful for a LiveCD
>
> Thanks,
>
> Steve
>
>
> >-
> >Od: Dyster.Robert
> >Přijato: 9.10.2007 13:23:50
> >Předmět: Re: [Freedos-user] Running FreeDOS directly from 
> >CD-ROMwithoutinstalling on HD?
> >
> >Create a bootable floppy disk.
> >
> >
> >
> >Use Nero to create a bootable CD
> >
> >
> >
> >Select the floppy as the source
> >
> >
> >
> >Burn the CD
> >
> >
> >
> >Or
> >
> >
> >
> >Create a bootable floppy disk.
> >
> >
> >
> >Use WinImage (or similar) to make an image of the floppy as an *.img
> >
> >file
> >
> >Save this file to disk
> >
> >
> >
> >Use Nero to create a bootable CD
> >
> >
> >
> >Select the image file as the source
> >
> >
> >
> >Burn the CD
> >
> >
> >
> >If you add cd-rom drivers to the floppy/or image, you can then access
> >
> >the rest of the CD
> >
> >If you use WinImage, you can expand the size of the saved image to
> >
> >2.88MB floppy, you can then add every driver you want to the boot image.
> >
> >
> >
> >If you do this you must check expert functions in Nero and select 2.88
> >
> >as the bootable image (I use this version and it works every time)
> >
> >
> >
> >Cheers
> >
> >
> >
> >Bob Dyster
> >
> >
> >
> >-Original Message-
> >
> >From: [EMAIL PROTECTED]
> >
> >[mailto:[EMAIL PROTECTED] On Behalf Of
> >
> >[EMAIL PROTECTED]
> >
> >Sent: 09 October 2007 11:16
> >
> >To: freedos-user@lists.sourceforge.net
> >
> >Subject: [Freedos-user] Running FreeDOS directly from CD-ROM
> >
> >withoutinstalling on HD?
> >
> >
> >
> >Hello,
> >
> >
> >
> >I seem to have a problem running FreeDOS directly from the CD-ROM
> >
> >without installing it on the HD. There is what I do:
> >
> >
> >
> >1) Boot from the FreeDOS boot CD I have previously burned.
> >
> >
> >
> >2) Choose "Install to HD using FreeDOS setup".
> >
> >
> >
> >3) Choose language.
> >
> >
> >
> >4) Choose "Run FreeDOS from CD-ROM". - OOPS! This option shows up only
> >
> >when there is no partition on the HD. If there is one, this option
> >
> >doesn't show up and an option to format HD shows instead.
> >
> >
> >
> >But I don't want to format the HD, I'd just like to run FreeDOS from the
> >
> >CD. What am I to do to make FreeDOS show me "Run FreeDOS from CD-ROM"
> >
> >option in the menu...?
> >
> >
> >
> >Thanks a lot someone.
> >
> >
> >
> >Steve
> >
> >--
> >
> >
> >
> >http://mail.atlas.cz/wapmail/
> >
> >
> >
> >-
> >
> >This SF.net email is sponsored by: Splunk Inc.
> >
> >Still grepping through log files to find problems?  Stop.
> >
> >Now Search log events and configuration files using AJAX and a browser.
> >
> >Download your FREE copy of Splunk now >> http://get.splunk.com/
> >
> >___
> >
> >Freedos-user mailing list
> >
> >Freedos-user@lists.sourceforge.net
> >
> >https://lists.sourceforge.net/lists/listinfo/freedos-user
> >
> >
> >
> >
> >
> >
> >
> >
>
> --
>
> http://mail.atlas.cz/wapmail/
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FDAPM

2007-12-26 Thread Blair Campbell
FDPKG basically replaces FDPM

On 7/7/07, Florian Xaver <[EMAIL PROTECTED]> wrote:
> Hi,
>
> how is the status of this package manager tool
> (http://fdpm.sourceforge.net/):  It seems to work now?
>
> Btw: There should be a big link at FreeDOS homepage I think. I have
> seen the great package manager of Debian and DJGPP
> (http://homepages.nildram.co.uk/~phekda/richdawe/pakke/) and I think
> it is a important tool for every operating system.
>
> Bye
>  Flo
> --
> Club Dr-DOS Wiki http//www.drdos.org
> private page http://www.flox.at.tf
>
> -
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Printing to a network printer....

2007-12-26 Thread Blair Campbell
> To begins, there must be some software installed in the PATH:
> 1. WatTCP (http://www.bgnett.no/~giva/)
> 2. LPT2FILE (http://sac-ftp.externet.hu/utiltext15.html)

Perhaps LPT2FILE could be modified to pipe the data to JD.EXE instead
of to a file, so that direct printing would be possible.

-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Can't install FreeDOS

2007-12-24 Thread Blair Campbell
My first guess is that you didn't choose wget for installation

On 12/23/07, Rob Larkins <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> 'Can't install FreeDOS.
>
> I tried to report this to Bugzilla but I'm not getting the confirmation
> email(s) when I try to set up an account.
>
> Anyway, my problem... when the installation routine asks me my IP
> address I enter DHCP. The install responds:
>
> Configuration complete.
> Dependencies met or there aren't any dependencies.
> Configuring...
> D:\FDOS\Bin\CTMOUSE\ctm-EN.exe => D:\FDOS\Bin\mouse.exe
> Configuration complete.
> Dependencies met or there aren't dependencies.
> Configuring...
> Configuring through DHCP...
>
> And then it starts beeping like crazy.
>
> I assume the problem has something to do with obtaining the IP address
> from my ISP. I don't know whether it matters, but I have a Buffalo
> Airstation router.
>
>Like I said I tried to report this to the FreeDOS bugzilla but I
> wasn't
> able to set up my account. Any help reporting the bug or installing
> FreeDOS would be greatly appreciated.
>
> - -Rob
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.7 (MingW32)
>
> iD8DBQFHbrHr+KyO/KUp2FYRAq1KAKDkqDzgpW/BNi/ZTgmo09xOT2exkgCeLrZD
> sZ+M3iD1+bFOl8COCJIJzzE=
> =oPrL
> -END PGP SIGNATURE-
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] New program for FreeDOS & FreeDOS Update

2007-11-30 Thread Blair Campbell
LSM stands for Linux Software Map.  It has nothing to do with
compression.  It is simply a file that contains information about
other files.

On 11/30/07, Craig Davis <[EMAIL PROTECTED]> wrote:
> I just found a great program to add to FreeDOS.  It's called XXCOPY.  It 
> works a lot like xcopy.  It is much more powerful though.  It can clone a 
> entire hard drive to another hard drive using the /CLONE switch.  A typical 
> command to clone a Win9X or DOS FAT or FAT32 hard drive would look like 
> xxcopy C:\ D:\ /CLONE.
>
> Of course you still have to use fdisk & format to prepare the drive first (if 
> it's a new hard drive).  I'm not shouting by typing the name of the program 
> in caps.  That's the way it appears on their website.  XXCOPY is Freeware.  
> It's free for personal use.
>
> Commercial use is $40 per license.  They have a table of pricing at this 
> website: http://www.xxcopy.com/index.htm#order.  The home page is 
> http://www.xxcopy.com/index.htm.  It's not Open Source yet.  I would 
> recommend contacting the author of XXCOPY to see if has been abandoned.  It 
> still has links to order commercial licenses of XXCOPY.
>
> The reason I say it may have been abandoned is the fact that they haven't 
> released a updated version of XXCOPY for years.  The claim it's compatible 
> with Windows 95/98/ME/NT/2000/XP/2003.  No word yet on Vista compatibility.  
> That also proves that the project may be abandon-ware now.
>
> I would also like to say that I think the FreeDOS Updater is a great idea.  
> What I don't get is why you propose using the proprietary LSM compression 
> technology.  If LSM isn't proprietary feel free to correct me.  I propose 
> using 7-Zip for the update packages since 7-Zip is more efficient than LSM.
>
>
>
>
>   
> 
> Never miss a thing.  Make Yahoo your home page.
> http://www.yahoo.com/r/hs
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS Updater

2007-11-30 Thread Blair Campbell
just adding my two cents, but there is already a directory on ibiblio
with all of the 1.0 packages:
www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.0/pkgs

On 11/30/07, Florian Xaver <[EMAIL PROTECTED]> wrote:
> Thank you!! Very good idea! I will download the zip-files now...
>
> Bye
>   Flo
>
> Mateusz Viste escribió:
> > Hello!
> >
> > I wrote an online updater for FreeDOS. It's purpose is to download an index
> > file from the FreeDOS Update server, and compare the list of packages which
> > are on the server whith the packages installed on the system. If it find
> > any "remote" package with a different version than the local one, it will
> > propose to update it.
> > The whole program isn't finished yet (v0.50), but is working fine. It have a
> > pre-configured update URL pointing
> > to "http://mateusz.viste.free.fr/fdupdate";, that's where I am storing the
> > newest freedos packages (the url may changes later to something
> > more "official").
> >
> > FDUPDATE requires the following packages:
> > FDPKG (installed by default with FreeDOS)
> > WGETX (may be downloaded at http://mateusz.viste.free.fr/fdupdate/wgetx.zip)
> >
> > The FreeDOS updater itself may be downloaded from:
> > Bin: http://mateusz.viste.free.fr/dos/fdupdatx.zip
> > Src: http://mateusz.viste.free.fr/dos/fdupdats.zip
> >
> > Obviously, you need a packet driver and a working internet connection to use
> > FDUPDATE.
> >
> > Any comments are welcome!
> >
> > bye,
> > Mateusz Viste
> >
> > -
> > SF.Net email is sponsored by: The Future of Linux Business White Paper
> > from Novell.  From the desktop to the data center, Linux is going
> > mainstream.  Let it simplify your IT future.
> > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
>
> -
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] (no subject)

2007-11-03 Thread Blair Campbell
Yes it is possible but it will require re-building of the ISO or
inserting it into the ISO using something like MagicISO

On 11/2/07, Badger <[EMAIL PROTECTED]> wrote:
> Hello all,
> Can anyone tell me if it is possible to add a Dos program to the live CD so
> that I can run it from the cd ? I wish to use a Ham Radio Program called
> Baycom with the old hardware which went with it. It will work with FreeDos as
> I have used it when installed to Hard drive on a old PC I had in the past.
> Any info on how to do this if it is possible would be much appreciated.
>
> Please note I am no expert !
>
> Brad, England UK
> --
> MESSAGE SENT USING KMAIL AND LINUX MANDRIVA FREE 2007, NO MICROSOFT PRODUCTS
> HERE.
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>


-- 
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
   David Letterman (1947 - )

See ya

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


  1   2   3   4   >