Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Garbage In -- Gospel Out.


devel / comp.os.msdos.misc / Re: Count files & Progress Bar

SubjectAuthor
* Count files & Progress Bardancer79uk
`* Re: Count files & Progress BarJJ
 `* Re: Count files & Progress Bardancer79uk
  `* Re: Count files & Progress BarJJ
   `* Re: Count files & Progress BarR.Wieser
    `* Re: Count files & Progress Bardancer79uk
     +- Re: Count files & Progress BarJJ
     `* Re: Count files & Progress BarR.Wieser
      +- Re: Count files & Progress BarR.Wieser
      `* Re: Count files & Progress BarHerbert Kleebauer
       +- Re: Count files & Progress Bardancer79uk
       `* Re: Count files & Progress Bardancer79uk
        +* Re: Count files & Progress BarHerbert Kleebauer
        |`- Re: Count files & Progress BarJJ
        `- Re: Count files & Progress BarR.Wieser

1
Count files & Progress Bar

<d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=39&group=comp.os.msdos.misc#39

 copy link   Newsgroups: comp.os.msdos.misc
X-Received: by 2002:ac8:4a11:0:b0:41e:55a9:a328 with SMTP id x17-20020ac84a11000000b0041e55a9a328mr112987qtq.9.1699829643497;
Sun, 12 Nov 2023 14:54:03 -0800 (PST)
X-Received: by 2002:a63:d1a:0:b0:5bd:bab6:4cf with SMTP id c26-20020a630d1a000000b005bdbab604cfmr1376688pgl.1.1699829642863;
Sun, 12 Nov 2023 14:54:02 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.msdos.misc
Date: Sun, 12 Nov 2023 14:54:02 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=2.100.177.175; posting-account=O6IHcgoAAAAr6-v5D6SZiz2QDbT8_LRT
NNTP-Posting-Host: 2.100.177.175
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>
Subject: Count files & Progress Bar
From: dancer7...@gmail.com (dancer79uk)
Injection-Date: Sun, 12 Nov 2023 22:54:03 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3684
 by: dancer79uk - Sun, 12 Nov 2023 22:54 UTC

I'm trying to get a percentage complete function for copying the Windows 98 setup files to hard disk. For this, I'm using DOS from a Windows 98 boot disk. I'd like to be able to count the number of files in the WIN98 folder on the Windows 98 CD and put this into a variable. I'm using this but it won't work:

dir /a:-d "%cdrom%\WIN98" | find /c ":\" > tempFile.txt
SET /p FilesCount=<tempFile.txt
ECHO There are %FilesCount% in the folder.

It doesn't display the FilesCount variable. The tempfile.txt file does have the number in it, in this case 102, but it won't display it (it's just a blank). Is it because it's for a later version of Windows? I'd like to get this for a percentage complete function that is coded like this (this was found after a StartPage search and looks like what I'm after):

-------------------------------------------------

@echo off&color a
setlocal enabledelayedexpansion

cd /
mkdir ZZZDestination
set startdir="C:\ZZZSource\Depth1\Depth2\the files"
set enddir="C:\ZZZDestination\"

echo.
echo Press any key to continue
PAUSE>nul

for /f "tokens=1,2,3,4,5" %%a in ('dir /s %startdir%^|findstr bytes') do if /i not "%%e"=="free" set qtyfiles=%%a
set filecount=0
for /f "tokens=*" %%a in ('dir /a-d-h-s /s /b %startdir%') do (
xcopy /z /q /s /e /y "%%a" "%enddir%\%%~pa\*.*" >nul
set /a filecount=!filecount!+1
set /a percentage=!filecount!*100 / !qtyfiles!
cls
echo.
echo Copying files, PLEASE DO NOT CLOSE THIS WINDOW
echo =====================================================echo Please wait for copying: !percentage!%% Completed
echo =====================================================)
echo.
echo DONE, please press any key to exit..
PAUSE>nul

----------------------------------------------------------------

I believe that this code will only work in later versions of Windows. I would be using COPY and not XCOPY to copy the Windows 98 setup files to hard disk (although XCOPY could be used)

I'm not a programmer and can barely understand the above batch code but would like to be to get it to work in a Windows 98 DOS environment. I don't think I need the first part for %qtyfiles% as I would already have this as %FilesCount%

Thanks in advance to anyone that might be able to help.

Re: Count files & Progress Bar

<li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=40&group=comp.os.msdos.misc#40

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!paganini.bofh.team!not-for-mail
From: jj4pub...@outlook.com (JJ)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Mon, 13 Nov 2023 14:02:48 +0700
Organization: To protect and to server
Message-ID: <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: paganini.bofh.team; logging-data="3233869"; posting-host="JZ89LGHgSidZ394p3MjHOg.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
User-Agent: 40tude_Dialog/2.0.15.84
Cancel-Lock: sha256:i9VEhtmZ4RSvXOj9TBDv3bDYyhd04dXkxjgtivw7PNk=
X-Notice: Filtered by postfilter v. 0.9.3
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
 by: JJ - Mon, 13 Nov 2023 07:02 UTC

On Sun, 12 Nov 2023 14:54:02 -0800 (PST), dancer79uk wrote:
> I'm trying to get a percentage complete function for copying the Windows 98 setup files to hard disk. For this, I'm using DOS from a Windows 98 boot disk. I'd like to be able to count the number of files in the WIN98 folder on the Windows 98 CD and put this into a variable. I'm using this but it won't work:
>
> dir /a:-d "%cdrom%\WIN98" | find /c ":\" > tempFile.txt
> SET /p FilesCount=<tempFile.txt
> ECHO There are %FilesCount% in the folder.
>
> It doesn't display the FilesCount variable. The tempfile.txt file does have the number in it, in this case 102, but it won't display it (it's just a blank). Is it because it's for a later version of Windows? I'd like to get this for a percentage complete function that is coded like this (this was found after a StartPage search and looks like what I'm after):
>
> -------------------------------------------------
>
> @echo off&color a
> setlocal enabledelayedexpansion
>
> cd /
> mkdir ZZZDestination
> set startdir="C:\ZZZSource\Depth1\Depth2\the files"
> set enddir="C:\ZZZDestination\"
>
> echo.
> echo Press any key to continue
> PAUSE>nul
>
> for /f "tokens=1,2,3,4,5" %%a in ('dir /s %startdir%^|findstr bytes') do if /i not "%%e"=="free" set qtyfiles=%%a
> set filecount=0
> for /f "tokens=*" %%a in ('dir /a-d-h-s /s /b %startdir%') do (
> xcopy /z /q /s /e /y "%%a" "%enddir%\%%~pa\*.*" >nul
> set /a filecount=!filecount!+1
> set /a percentage=!filecount!*100 / !qtyfiles!
> cls
> echo.
> echo Copying files, PLEASE DO NOT CLOSE THIS WINDOW
> echo ======================================================
> echo Please wait for copying: !percentage!%% Completed
> echo ======================================================
> )
> echo.
> echo DONE, please press any key to exit..
> PAUSE>nul
>
> ----------------------------------------------------------------
>
> I believe that this code will only work in later versions of Windows. I would be using COPY and not XCOPY to copy the Windows 98 setup files to hard disk (although XCOPY could be used)
>
> I'm not a programmer and can barely understand the above batch code but would like to be to get it to work in a Windows 98 DOS environment. I don't think I need the first part for %qtyfiles% as I would already have this as %FilesCount%
>
> Thanks in advance to anyone that might be able to help.

Your batch file command use CMD.EXE syntax.
Windows 9x/ME Command Prompt is COMMAND.COM. CMD.EXE is Windows NT.

i.e. COMMAND.COM does not support:

color
for /f
if /i
set /a
set /p
setlocal

Including command grouping using parentheses.

Also, don't mix *nix file system syntax with DOS/Windows. Use `\`. Not `/`.

If you want better command interpreter, use 4DOS. 4DOS has features which
CMD provides, but it's not 100% compatible with CMD in both syntax and
behaviour.

Re: Count files & Progress Bar

<db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=41&group=comp.os.msdos.misc#41

 copy link   Newsgroups: comp.os.msdos.misc
X-Received: by 2002:a05:6214:9a4:b0:66d:365:58f4 with SMTP id du4-20020a05621409a400b0066d036558f4mr120665qvb.8.1699875817360;
Mon, 13 Nov 2023 03:43:37 -0800 (PST)
X-Received: by 2002:a17:902:f814:b0:1c9:e48c:7279 with SMTP id
ix20-20020a170902f81400b001c9e48c7279mr1727887plb.1.1699875817019; Mon, 13
Nov 2023 03:43:37 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.msdos.misc
Date: Mon, 13 Nov 2023 03:43:36 -0800 (PST)
In-Reply-To: <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net>
Injection-Info: google-groups.googlegroups.com; posting-host=2.100.177.175; posting-account=O6IHcgoAAAAr6-v5D6SZiz2QDbT8_LRT
NNTP-Posting-Host: 2.100.177.175
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>
Subject: Re: Count files & Progress Bar
From: dancer7...@gmail.com (dancer79uk)
Injection-Date: Mon, 13 Nov 2023 11:43:37 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4966
 by: dancer79uk - Mon, 13 Nov 2023 11:43 UTC

On Monday, 13 November 2023 at 07:02:53 UTC, JJ wrote:
> On Sun, 12 Nov 2023 14:54:02 -0800 (PST), dancer79uk wrote:
> > I'm trying to get a percentage complete function for copying the Windows 98 setup files to hard disk. For this, I'm using DOS from a Windows 98 boot disk. I'd like to be able to count the number of files in the WIN98 folder on the Windows 98 CD and put this into a variable. I'm using this but it won't work:
> >
> > dir /a:-d "%cdrom%\WIN98" | find /c ":\" > tempFile.txt
> > SET /p FilesCount=<tempFile.txt
> > ECHO There are %FilesCount% in the folder.
> >
> > It doesn't display the FilesCount variable. The tempfile.txt file does have the number in it, in this case 102, but it won't display it (it's just a blank). Is it because it's for a later version of Windows? I'd like to get this for a percentage complete function that is coded like this (this was found after a StartPage search and looks like what I'm after):
> >
> > -------------------------------------------------
> >
> > @echo off&color a
> > setlocal enabledelayedexpansion
> >
> > cd /
> > mkdir ZZZDestination
> > set startdir="C:\ZZZSource\Depth1\Depth2\the files"
> > set enddir="C:\ZZZDestination\"
> >
> > echo.
> > echo Press any key to continue
> > PAUSE>nul
> >
> > for /f "tokens=1,2,3,4,5" %%a in ('dir /s %startdir%^|findstr bytes') do if /i not "%%e"=="free" set qtyfiles=%%a
> > set filecount=0
> > for /f "tokens=*" %%a in ('dir /a-d-h-s /s /b %startdir%') do (
> > xcopy /z /q /s /e /y "%%a" "%enddir%\%%~pa\*.*" >nul
> > set /a filecount=!filecount!+1
> > set /a percentage=!filecount!*100 / !qtyfiles!
> > cls
> > echo.
> > echo Copying files, PLEASE DO NOT CLOSE THIS WINDOW
> > echo ======================================================
> > echo Please wait for copying: !percentage!%% Completed
> > echo ======================================================
> > )
> > echo.
> > echo DONE, please press any key to exit..
> > PAUSE>nul
> >
> > ----------------------------------------------------------------
> >
> > I believe that this code will only work in later versions of Windows. I would be using COPY and not XCOPY to copy the Windows 98 setup files to hard disk (although XCOPY could be used)
> >
> > I'm not a programmer and can barely understand the above batch code but would like to be to get it to work in a Windows 98 DOS environment. I don't think I need the first part for %qtyfiles% as I would already have this as %FilesCount%
> >
> > Thanks in advance to anyone that might be able to help.
> Your batch file command use CMD.EXE syntax.
> Windows 9x/ME Command Prompt is COMMAND.COM. CMD.EXE is Windows NT.
>
> i.e. COMMAND.COM does not support:
>
> color
> for /f
> if /i
> set /a
> set /p
> setlocal
>
> Including command grouping using parentheses.
>
> Also, don't mix *nix file system syntax with DOS/Windows. Use `\`. Not `/`.
>
> If you want better command interpreter, use 4DOS. 4DOS has features which
> CMD provides, but it's not 100% compatible with CMD in both syntax and
> behaviour.

Thanks for the reply. I thought it may have something to do with the version of Windows involved. I guess my question now is can the above be accomplished with COMMAND.COM?

Re: Count files & Progress Bar

<1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=42&group=comp.os.msdos.misc#42

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!paganini.bofh.team!not-for-mail
From: jj4pub...@outlook.com (JJ)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Tue, 14 Nov 2023 09:23:16 +0700
Organization: To protect and to server
Message-ID: <1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: paganini.bofh.team; logging-data="3495447"; posting-host="A7yS1XfBy/rxj9GpkV7f+w.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
User-Agent: 40tude_Dialog/2.0.15.84
Cancel-Lock: sha256:1KDOY2uYct4Xs6DLJLiWfMsf/9UDqAb45yoLMp/Qvg4=
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
X-Notice: Filtered by postfilter v. 0.9.3
 by: JJ - Tue, 14 Nov 2023 02:23 UTC

On Mon, 13 Nov 2023 03:43:36 -0800 (PST), dancer79uk wrote:
>
> Thanks for the reply. I thought it may have something to do with the
> version of Windows involved. I guess my question now is can the above be
> accomplished with COMMAND.COM?

Not possible with COMMAND.COM.
COMMAND.COM doesn't have the ability to parse output and do math.
You'll have to use separate tools for that.
But considering that, separate tools are needed, might as well use only one
tool which has all of the needed capabilities, which is 4DOS.

Re: Count files & Progress Bar

<uiv5fd$14tl4$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=43&group=comp.os.msdos.misc#43

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: addr...@is.invalid (R.Wieser)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Tue, 14 Nov 2023 07:52:16 +0100
Organization: A noiseless patient Spider
Lines: 27
Message-ID: <uiv5fd$14tl4$1@dont-email.me>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com> <1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net>
Injection-Date: Tue, 14 Nov 2023 06:52:29 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="108274557cb2e6da7d9482809ca2d7b4";
logging-data="1210020"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+o5vBEaDbG1kYaFRjhNLq6+t4EI2i+nHzEFEwolLXV6A=="
Cancel-Lock: sha1:Gwjs6uDLjz5ghWS15ccDokmH0MI=
X-RFC2646: Format=Flowed; Original
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-MSMail-Priority: Normal
X-Priority: 3
 by: R.Wieser - Tue, 14 Nov 2023 06:52 UTC

JJ,

> might as well use only one tool which has all of the needed
> capabilities, which is 4DOS.

Thats a full replacment of command.com, not a tool to be used with it. If
replacement is sought for he could as well use cmd.exe. :-)

But, in the case some DOS way (running on a command.com prompt) is needed
the OP could to worse than to look at some yester-years BASIC variants - it
offers a lot of freedom to create whatever you like. All of them include
math and, superior to BATCH, string-handling. And yes, that even goes for
the likes of GWBasic - even though IIRC that one uses line numbers (yuck).

I'm particular to QBASIC, which I got with my installment of DOS 5.0 (and
took it with me thru the years and is now used on my XP machine).

@OP
Seeing that you started with a script which doesn't work for a command.com
based environment it might be a good idea to mention which OS and version
thereof the script is supposed to be running on. Suggestions to what tools
you could/can use depend on it.

Regards,
Rudy Wieser

Re: Count files & Progress Bar

<18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=44&group=comp.os.msdos.misc#44

 copy link   Newsgroups: comp.os.msdos.misc
X-Received: by 2002:a05:620a:26a0:b0:774:1e91:949 with SMTP id c32-20020a05620a26a000b007741e910949mr114237qkp.1.1699999473598;
Tue, 14 Nov 2023 14:04:33 -0800 (PST)
X-Received: by 2002:a05:6a00:1786:b0:6c3:9efc:6833 with SMTP id
s6-20020a056a00178600b006c39efc6833mr3897309pfg.2.1699999473173; Tue, 14 Nov
2023 14:04:33 -0800 (PST)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.msdos.misc
Date: Tue, 14 Nov 2023 14:04:32 -0800 (PST)
In-Reply-To: <uiv5fd$14tl4$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2.100.177.175; posting-account=O6IHcgoAAAAr6-v5D6SZiz2QDbT8_LRT
NNTP-Posting-Host: 2.100.177.175
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>
<li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>
<1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com>
Subject: Re: Count files & Progress Bar
From: dancer7...@gmail.com (dancer79uk)
Injection-Date: Tue, 14 Nov 2023 22:04:33 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3245
 by: dancer79uk - Tue, 14 Nov 2023 22:04 UTC

On Tuesday, 14 November 2023 at 06:52:31 UTC, R.Wieser wrote:
> JJ,
> > might as well use only one tool which has all of the needed
> > capabilities, which is 4DOS.
> Thats a full replacment of command.com, not a tool to be used with it. If
> replacement is sought for he could as well use cmd.exe. :-)
>
> But, in the case some DOS way (running on a command.com prompt) is needed
> the OP could to worse than to look at some yester-years BASIC variants - it
> offers a lot of freedom to create whatever you like. All of them include
> math and, superior to BATCH, string-handling. And yes, that even goes for
> the likes of GWBasic - even though IIRC that one uses line numbers (yuck)..
>
> I'm particular to QBASIC, which I got with my installment of DOS 5.0 (and
> took it with me thru the years and is now used on my XP machine).
>
> @OP
> Seeing that you started with a script which doesn't work for a command.com
> based environment it might be a good idea to mention which OS and version
> thereof the script is supposed to be running on. Suggestions to what tools
> you could/can use depend on it.
>
> Regards,
> Rudy Wieser
I'm going to have a closer look at 4DOS in the next coming days. If it does the CMD stuff, I will try it out. This isn't for anything startling, it's just that when the either the Windows 95, 98 or ME setup files are being copied from the CD to hard disk for a Windows installation, instead of a please wait prompt that I'm using now, it will display a pecentage so that you how far the copying has done. It's being done from a modified Windows 98 boot disk. As said, the above script that I found a few days ago looks like what I'm looking for and thought I could use that.

I take it that CMD.EXE can't be used on a COMMAND.COM based boot disk?

Re: Count files & Progress Bar

<1g67qdy3tobex.v3gjb8jubxzo$.dlg@40tude.net>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=45&group=comp.os.msdos.misc#45

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!paganini.bofh.team!not-for-mail
From: jj4pub...@outlook.com (JJ)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Wed, 15 Nov 2023 08:26:14 +0700
Organization: To protect and to server
Message-ID: <1g67qdy3tobex.v3gjb8jubxzo$.dlg@40tude.net>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com> <1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me> <18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: paganini.bofh.team; logging-data="3775959"; posting-host="A7yS1XfBy/rxj9GpkV7f+w.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
User-Agent: 40tude_Dialog/2.0.15.84
Cancel-Lock: sha256:j3wBQYTr8nT3dJKl6jPeCZnFY0mYaRUcqswzC2lIikg=
X-Notice: Filtered by postfilter v. 0.9.3
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
 by: JJ - Wed, 15 Nov 2023 01:26 UTC

On Tue, 14 Nov 2023 14:04:32 -0800 (PST), dancer79uk wrote:
>
> I take it that CMD.EXE can't be used on a COMMAND.COM based boot disk?

CMD is a 32-bit Windows program. It can't run in pure DOS.

If it's run in pure DOS, it'll simply display this message:

This program cannot be run in DOS mode.

Re: Count files & Progress Bar

<uj1puq$1laav$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=46&group=comp.os.msdos.misc#46

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: addr...@is.invalid (R.Wieser)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Wed, 15 Nov 2023 07:53:33 +0100
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <uj1puq$1laav$1@dont-email.me>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com> <1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me> <18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com>
Injection-Date: Wed, 15 Nov 2023 06:54:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a8d74a3282a5577461e015b719ed6b5a";
logging-data="1747295"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Zn9c+gutxogJ7QTofo98VlzKNSYW0Mizq5QW9LQCvIQ=="
Cancel-Lock: sha1:2SJDGwx1aNon0GEHLIrr6jHjKuQ=
X-MSMail-Priority: Normal
X-Priority: 3
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
 by: R.Wieser - Wed, 15 Nov 2023 06:53 UTC

dancer,

> I take it that CMD.EXE can't be used on a COMMAND.COM based boot disk?

Alas, no (that was what the smiley was about).

> instead of a please wait prompt that I'm using now, it will display a
> pecentage
> so that you how far the copying has done

I know what you mean, waiting for something to finish without any indication
that anything is going on is ... less than pleasant.

Maybe you could go for something simpler, like just outputting the name of
the file thats copied ? You won't know how many files still need to be
copied, but you than are able to see the progression.

You could ofcourse also do a google for some yester-years commandline
copying program which includes a progressbar. Like perhaps this one :

https://www.bootablecd.de/downloads/dosprog/zcopy/zcopy35.zip

Regards,
Rudy Wieser

Re: Count files & Progress Bar

<uj9q1t$381u4$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=47&group=comp.os.msdos.misc#47

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: addr...@is.invalid (R.Wieser)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Sat, 18 Nov 2023 08:44:41 +0100
Organization: A noiseless patient Spider
Lines: 15
Message-ID: <uj9q1t$381u4$1@dont-email.me>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com> <1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me> <18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com> <uj1puq$1laav$1@dont-email.me> <b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com>
Injection-Date: Sat, 18 Nov 2023 07:45:02 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e9e1e4e6c66d70a4960273f51a405231";
logging-data="3409860"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18dc6pePDdq0IZANpwNU3urtHcWJbTwcjaTFU3NH/wiIg=="
Cancel-Lock: sha1:BjbSOhs9bJ8fSZjES6wWTpbCs44=
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
X-RFC2646: Format=Flowed; Original
X-Priority: 3
X-MSMail-Priority: Normal
 by: R.Wieser - Sat, 18 Nov 2023 07:44 UTC

Dancer,

> I also tried ZCOPY and it's not quite what I'm looking for - it's full
> screen
> and has the authors info at the top of the screen. If there are any other
> file copiers with progress bars please let me know.

I don't want to be rude, but have you already thought of doing some
searching yourself ? I found that zcopy program in about 5 minutes by
seaching for "DOS copy with progress bar" (on DDG).

Regards,
Rudy Wieser

Re: Count files & Progress Bar

<uja27s$393qn$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=48&group=comp.os.msdos.misc#48

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!news.nntp4.net!news.gegeweb.eu!gegeweb.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: kle...@unibwm.de (Herbert Kleebauer)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Sat, 18 Nov 2023 11:05:07 +0100
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <uja27s$393qn$1@dont-email.me>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>
<li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net>
<db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>
<1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me>
<18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com>
<uj1puq$1laav$1@dont-email.me>
<b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 18 Nov 2023 10:04:44 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e12dc3e55f6d45b0d64040c223235f8f";
logging-data="3444567"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/nT2v6qBxlhasBTst4FPiwPqVKMErcwZs="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:K/p0vKM6YA0N7xgj+S6SAiIMwIk=
Content-Language: de-DE, en-US
In-Reply-To: <b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com>
 by: Herbert Kleebauer - Sat, 18 Nov 2023 10:05 UTC

On 18.11.2023 00:54, dancer79uk wrote:

> Tried 4DOS a bit tonight and it still won't work unfortunately.

I don't understand your problem. The content of "%cdrom%\WIN98"
will never change, so just make a "dir /b" of the files to a list
file. Process this file on a WinNT+ PC with a cmd batch (only a few
lines of code) to get a batch file like this:

copy file1 c:\dest
echo file 1 of 455 copied
copy file2 c:\dest
echo file 2 of 455 copied
copy file3 c:\dest
echo file 3 of 455 copied
: :

Then just put this batch on your Wi98 boot disk
and execute it.

Re: Count files & Progress Bar

<36b06219-1dad-419c-9cbf-9c78f6bea83fn@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=49&group=comp.os.msdos.misc#49

 copy link   Newsgroups: comp.os.msdos.misc
X-Received: by 2002:a05:620a:3198:b0:77b:d62b:75d9 with SMTP id bi24-20020a05620a319800b0077bd62b75d9mr76748qkb.2.1700316240963;
Sat, 18 Nov 2023 06:04:00 -0800 (PST)
X-Received: by 2002:a17:902:74c3:b0:1cf:579f:7557 with SMTP id
f3-20020a17090274c300b001cf579f7557mr31473plt.4.1700316240640; Sat, 18 Nov
2023 06:04:00 -0800 (PST)
Path: i2pn2.org!i2pn.org!news.swapon.de!2.eu.feeder.erje.net!1.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.msdos.misc
Date: Sat, 18 Nov 2023 06:03:59 -0800 (PST)
In-Reply-To: <uja27s$393qn$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2.100.177.175; posting-account=O6IHcgoAAAAr6-v5D6SZiz2QDbT8_LRT
NNTP-Posting-Host: 2.100.177.175
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>
<li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>
<1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me>
<18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com> <uj1puq$1laav$1@dont-email.me>
<b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com> <uja27s$393qn$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <36b06219-1dad-419c-9cbf-9c78f6bea83fn@googlegroups.com>
Subject: Re: Count files & Progress Bar
From: dancer7...@gmail.com (dancer79uk)
Injection-Date: Sat, 18 Nov 2023 14:04:00 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2313
 by: dancer79uk - Sat, 18 Nov 2023 14:03 UTC

On Saturday, 18 November 2023 at 10:04:47 UTC, Herbert Kleebauer wrote:
> On 18.11.2023 00:54, dancer79uk wrote:
>
> > Tried 4DOS a bit tonight and it still won't work unfortunately.
> I don't understand your problem. The content of "%cdrom%\WIN98"
> will never change, so just make a "dir /b" of the files to a list
> file. Process this file on a WinNT+ PC with a cmd batch (only a few
> lines of code) to get a batch file like this:
>
> copy file1 c:\dest
> echo file 1 of 455 copied
> copy file2 c:\dest
> echo file 2 of 455 copied
> copy file3 c:\dest
> echo file 3 of 455 copied
> :
> :
>
> Then just put this batch on your Wi98 boot disk
> and execute it.
I think what I'm going to do is put on screen how many files there are to copy and stick with 'Please Wait'. I've got 3.51 and NT4 so I may have a go at that.

Re: Count files & Progress Bar

<5f5356fb-6154-48c4-aba3-51c7aa62a7b5n@googlegroups.com>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=50&group=comp.os.msdos.misc#50

 copy link   Newsgroups: comp.os.msdos.misc
X-Received: by 2002:a05:622a:2c42:b0:417:b90d:2d4 with SMTP id kl2-20020a05622a2c4200b00417b90d02d4mr59335qtb.5.1700316740323;
Sat, 18 Nov 2023 06:12:20 -0800 (PST)
X-Received: by 2002:a63:2543:0:b0:5be:9b7:23ed with SMTP id
l64-20020a632543000000b005be09b723edmr439356pgl.3.1700316739949; Sat, 18 Nov
2023 06:12:19 -0800 (PST)
Path: i2pn2.org!rocksolid2!news.neodome.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.msdos.misc
Date: Sat, 18 Nov 2023 06:12:19 -0800 (PST)
In-Reply-To: <uja27s$393qn$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2.100.177.175; posting-account=O6IHcgoAAAAr6-v5D6SZiz2QDbT8_LRT
NNTP-Posting-Host: 2.100.177.175
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>
<li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>
<1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me>
<18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com> <uj1puq$1laav$1@dont-email.me>
<b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com> <uja27s$393qn$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <5f5356fb-6154-48c4-aba3-51c7aa62a7b5n@googlegroups.com>
Subject: Re: Count files & Progress Bar
From: dancer7...@gmail.com (dancer79uk)
Injection-Date: Sat, 18 Nov 2023 14:12:20 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2997
 by: dancer79uk - Sat, 18 Nov 2023 14:12 UTC

On Saturday, 18 November 2023 at 10:04:47 UTC, Herbert Kleebauer wrote:
> On 18.11.2023 00:54, dancer79uk wrote:
>
> > Tried 4DOS a bit tonight and it still won't work unfortunately.
> I don't understand your problem. The content of "%cdrom%\WIN98"
> will never change, so just make a "dir /b" of the files to a list
> file. Process this file on a WinNT+ PC with a cmd batch (only a few
> lines of code) to get a batch file like this:
>
> copy file1 c:\dest
> echo file 1 of 455 copied
> copy file2 c:\dest
> echo file 2 of 455 copied
> copy file3 c:\dest
> echo file 3 of 455 copied
> :
> :
>
> Then just put this batch on your Wi98 boot disk
> and execute it.
To R.Weiser - No, you're not being rude and yes I have done my research on this and ZCOPY was a program that came up. XXCOPY16 has progress bar that comes with the 16bit version that goes accross the top of the screen. And 'DOS program with copy bar' DOS freeware file copying program' were some of the strings I have used in a Google & StartPage search. Like I said in an earlier post, I like the look of the code as posted at the start as it would be what I'm looking for. As it's not COMMAND.COM compatible, I thought I'd see if there was an altenative to it. I may keep looking for something in future but for now, I think the previous posting might be the best bet - show how many files are to copy and then display 'Please wait...'

Re: Count files & Progress Bar

<ujalk0$3c269$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=51&group=comp.os.msdos.misc#51

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!rocksolid2!news.neodome.net!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: kle...@unibwm.de (Herbert Kleebauer)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Sat, 18 Nov 2023 16:35:50 +0100
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <ujalk0$3c269$1@dont-email.me>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com>
<li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net>
<db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com>
<1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me>
<18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com>
<uj1puq$1laav$1@dont-email.me>
<b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com>
<uja27s$393qn$1@dont-email.me>
<5f5356fb-6154-48c4-aba3-51c7aa62a7b5n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 18 Nov 2023 15:35:29 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b9c4294ada8c66171ac4fef499d03121";
logging-data="3541193"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18mahTw21KbJlZgg7x9UCBaXtT47SeIwSo="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:sdTfE4a1GkEoNwkxJn7t4Jf/oBI=
Content-Language: de-DE, en-US
In-Reply-To: <5f5356fb-6154-48c4-aba3-51c7aa62a7b5n@googlegroups.com>
 by: Herbert Kleebauer - Sat, 18 Nov 2023 15:35 UTC

On 18.11.2023 15:12, dancer79uk wrote:

> Like I said in an earlier post, I like the look of the code
> as posted at the start as it would be what I'm looking for.
> As it's not COMMAND.COM compatible, I thought I'd see if
> there was an altenative to it.

Search for win95cmd.exe. This is a program provided by
Microsoft as a cmd.exe replacement (with some restrictions)
for Win95/98. It could be downloaded from a ftp server
at microsoft.com, but I don't know if it is still
available there. Maybe you will find some other download
site. If not and your email address is valid, I can send
you a copy:

02.02.2000 22:17 307.472 WIN95CMD.EXE

Re: Count files & Progress Bar

<m42u2kf5wm8h$.zt2wkp6bxpet.dlg@40tude.net>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=52&group=comp.os.msdos.misc#52

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!eternal-september.org!paganini.bofh.team!not-for-mail
From: jj4pub...@outlook.com (JJ)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Sun, 19 Nov 2023 16:26:43 +0700
Organization: To protect and to server
Message-ID: <m42u2kf5wm8h$.zt2wkp6bxpet.dlg@40tude.net>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com> <1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me> <18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com> <uj1puq$1laav$1@dont-email.me> <b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com> <uja27s$393qn$1@dont-email.me> <5f5356fb-6154-48c4-aba3-51c7aa62a7b5n@googlegroups.com> <ujalk0$3c269$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: paganini.bofh.team; logging-data="781531"; posting-host="A7yS1XfBy/rxj9GpkV7f+w.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
User-Agent: 40tude_Dialog/2.0.15.84
Cancel-Lock: sha256:1WJNhIKd3RDCyoO1i/6UjQD6vHKbp8bRfmropUlOG+4=
X-Face: \*\`0(1j~VfYC>ebz[&O.]=,Nm\oRM{of,liRO#7Eqi4|!]!(Gs=Akgh{J)605>C9Air?pa d{sSZ09u+A7f<^paR"/NH_#<mE1S"hde\c6PZLUB[t/s5-+Iu5DSc?P0+4%,Hl
X-Bitcoin: 1LcqwCQBQmhcWfWsVEAeyLchkAY8ZfuMnS
X-Notice: Filtered by postfilter v. 0.9.3
 by: JJ - Sun, 19 Nov 2023 09:26 UTC

On Sat, 18 Nov 2023 16:35:50 +0100, Herbert Kleebauer wrote:
>
> Search for win95cmd.exe. This is a program provided by
> Microsoft as a cmd.exe replacement (with some restrictions)
> for Win95/98. It could be downloaded from a ftp server
> at microsoft.com, but I don't know if it is still
> available there. Maybe you will find some other download
> site. If not and your email address is valid, I can send
> you a copy:
>
> 02.02.2000 22:17 307.472 WIN95CMD.EXE

CMD is a Windows program. It won't work under pure DOS.

Re: Count files & Progress Bar

<ujf2fr$7s11$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=53&group=comp.os.msdos.misc#53

 copy link   Newsgroups: comp.os.msdos.misc
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: addr...@is.invalid (R.Wieser)
Newsgroups: comp.os.msdos.misc
Subject: Re: Count files & Progress Bar
Date: Mon, 20 Nov 2023 08:34:32 +0100
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <ujf2fr$7s11$1@dont-email.me>
References: <d627647b-e755-4070-8240-97a112dd2af0n@googlegroups.com> <li8f9r2jqyxl$.z5n8enwe5sp7.dlg@40tude.net> <db5ae20d-fbab-4c87-9d48-9a976d2616dfn@googlegroups.com> <1dzcgqjldlqw2.1l2wn4y68neic.dlg@40tude.net> <uiv5fd$14tl4$1@dont-email.me> <18d151b1-1d76-4dd9-81a6-e80119f55e8an@googlegroups.com> <uj1puq$1laav$1@dont-email.me> <b502329a-23a4-4ece-a753-66a0174ddfe3n@googlegroups.com> <uja27s$393qn$1@dont-email.me> <5f5356fb-6154-48c4-aba3-51c7aa62a7b5n@googlegroups.com>
Injection-Date: Mon, 20 Nov 2023 07:39:39 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="235cf095a7818370b5627095b3d6af13";
logging-data="258081"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18D0chKo9rfZ8N7VtxgDyl1pRjM/kAAG+ixG+pxuheZ0w=="
Cancel-Lock: sha1:HbI9VXErTH+ug2hs8sHcBr0KryU=
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-RFC2646: Format=Flowed; Original
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512
 by: R.Wieser - Mon, 20 Nov 2023 07:34 UTC

dancer,

> To R.Weiser - No, you're not being rude and yes I have done my research
> ...

Good. :-) It just happens too often that people "forget" to put some
effort into it themselves.

And by the way, I posted that link because I, just like you, where able to
find something that /looked/ like it could be doing what you wanted - I
never used it myself.

Regards,
Rudy Wieser.

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor