Subversion Repositories SvarDOS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2019 mateusz.vi 1
This is an alternate implementation of tree (public domain).
2
pdTree v1
3
 
4
It has output similar to (copyright) Microsoft's Windows NT 4 and
5
5 (Windows 2000 professional) and return values (ERRORLEVEL) similar
6
to (copyright) IBM's PC-DOS 2000 (7R1).  Windows 9x does not have
7
a tree.
8
 
9
Tree version 1.0x has been ran under these DOS environments:
10
(Win32 version only under NT4, NT5, NT5.1, and 98, DOS version all listed).
11
Microsoft Windows XP Home SP1 cmd window.
12
Microsoft Windows 2000 SP1 professional cmd window.
13
Microsoft Windows 98se command window and DOS boot disk.
14
Microsoft Windows 95b v4.00.1111 DOS boot disk.
15
IBM PC DOS 7R1 (PC DOS 2000) boot disk.
16
IBM PC DOS 4.00 boot disk
17
IBM PC DOS 3.30
18
Caldera OpenDOS 7.01 and 7.02 boot disk.
19
FreeDOS (DOS version 5.0, Kernel version 1.1.27, FreeCom 0.83 Beta44)
20
FreeDOS Beta 5 Mini install boot disk, Kernel 2021, FreeCom 79a.
21
RxDOS 7.1.5 - will only work with /S option (no LFN support).
22
 
23
It will compile with MS Visual C/C++ v5,v6 and Borland Turbo C/C++ v3.
24
 
25
Main location: http://www.darklogic.org/fdos/
26
 
27
 
28
  Written by: Kenneth J. Davis
29
  Date:       August, 2000
30
  Updated:    September, 2000; October, 2000; November, 2000; January, 2001;
31
              May, 2004; Sept, 2005
32
  Contact:    jeremyd@computer.org
33
 
34
 
35
Copyright (c): Public Domain [United States Definition]
36
[Note: may use LGPL cats by Jim Hall jhall@freedos.org]
37
 
38
Permission is hereby granted, free of charge, to any person obtaining a copy
39
of this software and associated documentation files (the "Software"), to deal
40
in the Software without restriction, including without limitation the rights
41
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42
copies of the Software, and to permit persons to whom the Software is
43
furnished to do so, subject to the following conditions:
44
 
45
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
46
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
47
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
48
NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR AUTHORS BE
49
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
50
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
51
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
52
DEALINGS IN THE SOFTWARE.