Skip to content

Commit

Permalink
Convert text files to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 19, 2015
1 parent 82b0d80 commit 6f1bb13
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 56 deletions.
67 changes: 35 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,49 @@
lsdsk changelog
## 1.7 (unreleased)

Version 1.6 - 02 Oct 11
* Updated to Visual Studio 2013
* Switch to MIT license

Fixed crash if domain is null
Added Release version to zip files
Added .ico and .rc files to source zip file
Added shared lib to source zip file (unzip into lsdsk/../shared)
Added support for ImDisk Virtual Disk Driver (
## 1.6 (02 Oct 11)

Version 1.5 - 26 Sep 11
* Fixed crash if domain is null
* Added Release version to zip files
* Added .ico and .rc files to source zip file
* Added shared lib to source zip file (unzip into lsdsk/../shared)
* Added support for ImDisk Virtual Disk Driver (

Updated to Visual Studio 2010 Express
Added option: -A | --all Display both mounted and unmounted drives
Added option: -b | --bus Display device bus type (USB, 1394, etc.)
Fixed crash for 'net use \\host\ipc$' type shares
Trimed file system value to width of field
Changed -k to show size suffix as lowercase
Display volume in name field if volume option not selected, or name is blank
## 1.5 (26 Sep 11)

Version 1.4 - 04 Apr 07:
* Updated to Visual Studio 2010 Express
* Added option: -A | --all Display both mounted and unmounted drives
* Added option: -b | --bus Display device bus type (USB, 1394, etc.)
* Fixed crash for 'net use \\host\ipc$' type shares
* Trimed file system value to width of field
* Changed -k to show size suffix as lowercase
* Display volume in name field if volume option not selected, or name is blank

Better error reporting
## 1.4 (04 Apr 07)

Version 1.3 - 12 Jul 06:
* Better error reporting

Standardized version information across all programs
## 1.3 (12 Jul 06)

Version 1.2 - 08 Apr 06:
* Standardized version information across all programs

Added option: -e | --exclude d: Exclude drive d:
Added option: -i | --include d: Include drive d: (and exclude all others)
Added .rc and .ico files
Improved build scripts
Updated documentation
## 1.2 (08 Apr 06)

Version 1.1 - 01 Mar 06:
* Added option: -e | --exclude d: Exclude drive d:
* Added option: -i | --include d: Include drive d: (and exclude all others)
* Added .rc and .ico files
* Improved build scripts
* Updated documentation

Added option: -d | --domain Display domain and username for network shares
Added option: -k | --kilobyte Use 1024 for a kilobyte (K) instead of 1000
Added option: -e | --available Display available drive letters (default is off)
Fixed used/free/size amounts so they round correctly
## 1.1 (01 Mar 06)

Version 1.0 - 18 Feb 06:
* Added option: -d | --domain Display domain and username for network shares
* Added option: -k | --kilobyte Use 1024 for a kilobyte (K) instead of 1000
* Added option: -e | --available Display available drive letters (default is off)
* Fixed used/free/size amounts so they round correctly

Initial release
## 1.0 (18 Feb 06)

* Initial release
50 changes: 26 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
lsdsk - Version 1.6 - Oct 02 2011
Copyright (c) 2005-2011 Ross Smith II (http://smithii.com) All Rights Reserved
# lsdsk

------------------------------------------------------------------------------
To build, unzip the shared*.zip file to lsdsk/../shared
List mounted disks

Usage: lsdsk [options]
## Usage

````
lsdsk [options]
Options:
-t | --type Display type of drive
-v | --volume Display volume name of drive
Expand All @@ -22,10 +23,11 @@ Options:
-A | --all Display both mounted and unmounted drives
-V | --version Show version and copyright information and quit
-? | --help Show this help message and quit
------------------------------------------------------------------------------
````

Examples:
## Examples

````
C:\>lsdsk
Dr Type Bus Volume Used Free Size FS Name
-- --------- ------- --------------- ---- ---- ---- ----- -----------------------------
Expand All @@ -41,8 +43,6 @@ M: Subst example_c 7.1G 439M 7.1G NTFS C:\User\Example\Docume
Y: Network sharename 123M 456M 579M NTFS \\servername\sharename (username)
Z: Network c$ 177M 782M 959M NTFS \\servername\c$ (DOMAIN\user)
------------------------------------------------------------------------------

C:\>lsdsk -na
Dr Name
-- -----------------------------
Expand All @@ -59,27 +59,29 @@ Z: \\servername\c$
Free: A: H: J: K: L: N: O: P: Q: R: S: T: U: V: W: X:
------------------------------------------------------------------------------

C:\>set LSDSK=-na
C:\>lsdsk
(same as above)
````

## Contributing

To contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).

## Bugs

To view existing bugs, or report a new bug, please see the [issues](/issues) page for this project.

## License

------------------------------------------------------------------------------
This project is [MIT licensed](LICENSE).

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
## Changelog

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Please see [CHANGELOG.md](CHANGELOG.md) for the version history for this project.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
## Contact

$Id$
This project was originally developed by [Ross Smith II](mailto:[email protected]).
Any enhancements and suggestions are welcome.

0 comments on commit 6f1bb13

Please sign in to comment.