Re: [Freedos-user] Debug bug

2015-05-27 Thread Don Flowers
I'm was using version 1.25 and  using a batch file to reinit my Lotus 1-2-3
install disk. I booted into DOS 5.0 and am using it now. This is the
command that causes error: echo reinit.scr/

On Wed, May 27, 2015 at 1:38 PM, Rugxulo rugx...@gmail.com wrote:

 Hi,

 On Wed, May 27, 2015 at 11:34 AM, Don Flowers donr...@gmail.com wrote:
 
  What is wrong with debug?  - I keep getting cannot redirect error I
 thought
  this bug was fixed.

 What do you mean? Which version? What are you trying to do, redirect a
 script?

 http://www.freedos.org/software/?prog=debug


 http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/debug/DEBUG125.zip


 --
 ___
 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 wishlist

2015-05-27 Thread Don Flowers
It's all good (but will offer prayers at your request) - I have an uncle
who is a lovable curmudgeon and I consider you in the same category. ;^o

On Wed, May 27, 2015 at 1:35 PM, Rugxulo rugx...@gmail.com wrote:

 Hi, Don,

 On Wed, May 27, 2015 at 11:37 AM, Don Flowers donr...@gmail.com wrote:
 
  I did not contact Jack because I was discouraged from doing so.

 Luke 6:27 = But to you who hear I say, love your enemies, do good to
 those who hate you, bless those who curse you, pray for those who
 mistreat you.
 Ephesians 4:31 = All bitterness, fury, anger, shouting, and reviling
 must be removed from you, along with all malice.

 Please pray for Jack. And pray for me because I'm not sure how
 patiently I will continue to behave under such pressure.


 --
 ___
 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] Debug bug

2015-05-27 Thread Rugxulo
Hi,

Well, you say you thought the bug was fixed. I'm not sure what that
means. Has it been discussed previously? (BTW, sadly, yet again, there
is no maintainer for this program. Sorry!)

I've only written like two or three debug scripts myself in recent
years (e.g. FD Touch). It's not something I do a lot, but it should
work (in normal circumstances).

echo reinit.scr/ is very cryptic. I can only guess what you (or
they) are trying to do here.

Guess #1: echo by itself (without a dot at the end) will probably
say Echo is ON. I'm not sure that's what you're trying to do.

Guess #2:  reinit.scr/ will probably choke on the trailing slash.
Not sure if that was meant to be a backslash (for subdir) or not. Who
knows, maybe MS Debug is more forgiving, but I doubt it.


On Wed, May 27, 2015 at 1:03 PM, Don Flowers donr...@gmail.com wrote:

 I'm was using version 1.25 and  using a batch file to reinit my Lotus 1-2-3
 install disk. I booted into DOS 5.0 and am using it now. This is the command
 that causes error: echo reinit.scr/

 On Wed, May 27, 2015 at 1:38 PM, Rugxulo rugx...@gmail.com wrote:

 On Wed, May 27, 2015 at 11:34 AM, Don Flowers donr...@gmail.com wrote:
 
  What is wrong with debug?  - I keep getting cannot redirect error I
  thought this bug was fixed.

 What do you mean? Which version? What are you trying to do, redirect a
 script?

 http://www.freedos.org/software/?prog=debug

 http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/debug/DEBUG125.zip

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


Re: [Freedos-user] Debug bug

2015-05-27 Thread perditionc
It looks like a command.com issue not debug.  What shell are you using?
On May 27, 2015 2:04 PM, Don Flowers donr...@gmail.com wrote:

 I'm was using version 1.25 and  using a batch file to reinit my Lotus
 1-2-3 install disk. I booted into DOS 5.0 and am using it now. This is the
 command that causes error: echo reinit.scr/

 On Wed, May 27, 2015 at 1:38 PM, Rugxulo rugx...@gmail.com wrote:

 Hi,

 On Wed, May 27, 2015 at 11:34 AM, Don Flowers donr...@gmail.com wrote:
 
  What is wrong with debug?  - I keep getting cannot redirect error I
 thought
  this bug was fixed.

 What do you mean? Which version? What are you trying to do, redirect a
 script?

 http://www.freedos.org/software/?prog=debug


 http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/debug/DEBUG125.zip


 --
 ___
 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] Debug bug

2015-05-27 Thread Don Flowers
It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as
intended (Many, many SIMTEL debug scripts have similar commands). Japheth
was aware of the bug and published an updated DEBUG but I cannot find it on
his site or the link from his site.

On Wed, May 27, 2015 at 2:31 PM, Rugxulo rugx...@gmail.com wrote:

 Hi,

 Well, you say you thought the bug was fixed. I'm not sure what that
 means. Has it been discussed previously? (BTW, sadly, yet again, there
 is no maintainer for this program. Sorry!)

 I've only written like two or three debug scripts myself in recent
 years (e.g. FD Touch). It's not something I do a lot, but it should
 work (in normal circumstances).

 echo reinit.scr/ is very cryptic. I can only guess what you (or
 they) are trying to do here.

 Guess #1: echo by itself (without a dot at the end) will probably
 say Echo is ON. I'm not sure that's what you're trying to do.

 Guess #2:  reinit.scr/ will probably choke on the trailing slash.
 Not sure if that was meant to be a backslash (for subdir) or not. Who
 knows, maybe MS Debug is more forgiving, but I doubt it.


 On Wed, May 27, 2015 at 1:03 PM, Don Flowers donr...@gmail.com wrote:
 
  I'm was using version 1.25 and  using a batch file to reinit my Lotus
 1-2-3
  install disk. I booted into DOS 5.0 and am using it now. This is the
 command
  that causes error: echo reinit.scr/
 
  On Wed, May 27, 2015 at 1:38 PM, Rugxulo rugx...@gmail.com wrote:
 
  On Wed, May 27, 2015 at 11:34 AM, Don Flowers donr...@gmail.com
 wrote:
  
   What is wrong with debug?  - I keep getting cannot redirect error I
   thought this bug was fixed.
 
  What do you mean? Which version? What are you trying to do, redirect a
  script?
 
  http://www.freedos.org/software/?prog=debug
 
 
 http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/debug/DEBUG125.zip


 --
 ___
 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] Debug bug

2015-05-27 Thread Don Flowers
I have tried it with both the Freedos shell and 4DOS with the same result.


On Wed, May 27, 2015 at 3:12 PM, Don Flowers donr...@gmail.com wrote:

 It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as
 intended (Many, many SIMTEL debug scripts have similar commands). Japheth
 was aware of the bug and published an updated DEBUG but I cannot find it on
 his site or the link from his site.

 On Wed, May 27, 2015 at 2:31 PM, Rugxulo rugx...@gmail.com wrote:

 Hi,

 Well, you say you thought the bug was fixed. I'm not sure what that
 means. Has it been discussed previously? (BTW, sadly, yet again, there
 is no maintainer for this program. Sorry!)

 I've only written like two or three debug scripts myself in recent
 years (e.g. FD Touch). It's not something I do a lot, but it should
 work (in normal circumstances).

 echo reinit.scr/ is very cryptic. I can only guess what you (or
 they) are trying to do here.

 Guess #1: echo by itself (without a dot at the end) will probably
 say Echo is ON. I'm not sure that's what you're trying to do.

 Guess #2:  reinit.scr/ will probably choke on the trailing slash.
 Not sure if that was meant to be a backslash (for subdir) or not. Who
 knows, maybe MS Debug is more forgiving, but I doubt it.


 On Wed, May 27, 2015 at 1:03 PM, Don Flowers donr...@gmail.com wrote:
 
  I'm was using version 1.25 and  using a batch file to reinit my Lotus
 1-2-3
  install disk. I booted into DOS 5.0 and am using it now. This is the
 command
  that causes error: echo reinit.scr/
 
  On Wed, May 27, 2015 at 1:38 PM, Rugxulo rugx...@gmail.com wrote:
 
  On Wed, May 27, 2015 at 11:34 AM, Don Flowers donr...@gmail.com
 wrote:
  
   What is wrong with debug?  - I keep getting cannot redirect error I
   thought this bug was fixed.
 
  What do you mean? Which version? What are you trying to do, redirect a
  script?
 
  http://www.freedos.org/software/?prog=debug
 
 
 http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/debug/DEBUG125.zip


 --
 ___
 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 wishlist

2015-05-27 Thread Carl spitzer
On Mon, 2015-05-18 at 13:11 +0200, Mateusz Viste wrote:

 Okay, I understand.
 
 Have you wrote about this to Jack? He might be still interested in 
 GCDROM feedback, and it could be an interesting case for him perhaps.
 
 However, the problem is larger I think anyway - today you are unable to 
 set your CD controller to legacy IDE mode, but tomorrow it might just as 
 well be about your HDD drive, which would make FreeDOS worthless on such 
 machine. I'll add this to the wishlist, too.


If SATA v PATA aka IDE is an issue what about those conversion cards
which make SATA into IDE or IDE into SATA?

Has anyone here experimented with them??

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


[Freedos-user] Debug bug

2015-05-27 Thread Don Flowers
What is wrong with debug?  - I keep getting cannot redirect error I thought
this bug was fixed.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS wishlist

2015-05-27 Thread Rugxulo
Hi, Don,

On Wed, May 27, 2015 at 11:37 AM, Don Flowers donr...@gmail.com wrote:

 I did not contact Jack because I was discouraged from doing so.

Luke 6:27 = But to you who hear I say, love your enemies, do good to
those who hate you, bless those who curse you, pray for those who
mistreat you.
Ephesians 4:31 = All bitterness, fury, anger, shouting, and reviling
must be removed from you, along with all malice.

Please pray for Jack. And pray for me because I'm not sure how
patiently I will continue to behave under such pressure.

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


Re: [Freedos-user] FreeDOS wishlist

2015-05-27 Thread Don Flowers
I did not contact Jack because I was discouraged from doing so. Adapter
card is not applicable to my laptop, so Intel AHCI.SYS driver remains as
the only working solution.

On Wed, May 27, 2015 at 10:40 AM, Carl spitzer lynuxro...@gmail.com wrote:

  On Mon, 2015-05-18 at 13:11 +0200, Mateusz Viste wrote:

 Okay, I understand.
 Have you wrote about this to Jack? He might be still interested in GCDROM 
 feedback, and it could be an interesting case for him perhaps.
 However, the problem is larger I think anyway - today you are unable to set 
 your CD controller to legacy IDE mode, but tomorrow it might just as well be 
 about your HDD drive, which would make FreeDOS worthless on such machine. 
 I'll add this to the wishlist, too.


 If SATA v PATA aka IDE is an issue what about those conversion cards which
 make SATA into IDE or IDE into SATA?

 Has anyone here experimented with them??

 CWSIV


 --

 ___
 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] Debug bug

2015-05-27 Thread dmccunney
On Wed, May 27, 2015 at 3:12 PM, Don Flowers donr...@gmail.com wrote:
 It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as intended
 (Many, many SIMTEL debug scripts have similar commands). Japheth was aware
 of the bug and published an updated DEBUG but I cannot find it on his site
 or the link from his site.

There's a link to what appears to be a Japeth version here:
https://sites.google.com/site/pcdosretro/enhdebug

Source is included.
__
Dennis
https://plus.google.com/u/0/105128793974319004519

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


Re: [Freedos-user] Debug bug

2015-05-27 Thread Rugxulo
Hi,

On May 27, 2015 3:29 PM, dmccunney dennis.mccun...@gmail.com wrote:

 On Wed, May 27, 2015 at 3:12 PM, Don Flowers donr...@gmail.com wrote:
  It is a redirect to from a: to c:\temp - MS-DOS Debug deals with as
intended
  (Many, many SIMTEL debug scripts have similar commands). Japheth was
aware
  of the bug and published an updated DEBUG but I cannot find it on his
site
  or the link from his site.

 There's a link to what appears to be a Japeth version here:
 https://sites.google.com/site/pcdosretro/enhdebug

 Source is included.

I have no idea which version Don is referring to. And I have no idea when
he was in contact with Japheth. But that is not Japheth's version.

The last version modified by Japheth is 1.25 on iBiblio. This other version
is a fork by some other dude (Vernon Brooks??), who (for reasons unknown)
didn't care to even target FreeDOS and decided to restrict the license
further, so it no longer free/libre software (can't redistribute).

Saying source is included might be true, but it's not open source OSI)
nor free software (FSF).

And actually Japheth's trite remark on BTTR about this very thing is the
last I ever heard from him. I have no idea what happened, but his website
is long gone as well, and he's (AFAIK) not active at all anymore. If you
want his other debugger, check the Wayback Archive for his site.

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


Re: [Freedos-user] Debug bug

2015-05-27 Thread Christopher Evans
Can't write to path with out filename specified.

--
-Chris Evans
Computer Consultant
Digitalatoll Solutions
(Tawhaki Software)
Cell.   : 916-612-6904
Office: 916-382-9395
Affordable web hosting, search engine, and secure email provider
http://www.digitalatoll.com/
http://www.digitalatoll.net/
http://securemail.digiatoll.net/
http://www.tawhakisoft.com/
Domain for sale : http://norcalhost.com/


On May 27, 2015 11:05 AM, Don Flowers donr...@gmail.com wrote:

 I'm was using version 1.25 and  using a batch file to reinit my Lotus
 1-2-3 install disk. I booted into DOS 5.0 and am using it now. This is the
 command that causes error: echo reinit.scr/

 On Wed, May 27, 2015 at 1:38 PM, Rugxulo rugx...@gmail.com wrote:

 Hi,

 On Wed, May 27, 2015 at 11:34 AM, Don Flowers donr...@gmail.com wrote:
 
  What is wrong with debug?  - I keep getting cannot redirect error I
 thought
  this bug was fixed.

 What do you mean? Which version? What are you trying to do, redirect a
 script?

 http://www.freedos.org/software/?prog=debug


 http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/debug/DEBUG125.zip


 --
 ___
 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