Download Latest Version scancdp12.zip (202.8 kB)
Email in envelope

Get an email when there's a new version of ScanCDP

Home / exe (win32)
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2010-11-27 2.3 kB
scancdp12.zip 2010-11-27 202.8 kB
scancdp11.zip 2010-11-11 202.8 kB
Totals: 3 Items   407.9 kB 1
ScanCDP v1.2
Copyright kris76 - 2010 - GNU GPL (source) and LGPL (exe bundled with JSmooth)

 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * 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 Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.

ScanCDP is a Java command line tool bundled in an JSmooth .exe.
It needs a Java Runtime Environment (JRE) to run (http://www.oracle.com/technetwork/java/javase/downloads/index.html).
Place the scancdp.exe in the default path (i.e. C:\WINDOWS)  for easier use.
Tab separator is used in output for easier import in MS Excel or other application.
You are free to develop a GUI.

Usage :
        scancdp [-h]
        scancdp [-r] [-o<filename>] [<dir>|<filename>]
                -h
                        Display this help
                -r
                        Process subdirectories recursively
                -o<filename>
                        Specify output filename; by default output is shown to
                        console
                <dir>|<filename>
                        Specify location directory or file to browse; by
                        default current directory is processed

Examples :
      scancdp -r
	Scans the current directory and sub-directories for .cdp files;
	output is displayed at console (can be redirect by > dos command).
      scancdp -ocow.txt cow.cdp
	Scans the cow.cdp file; output is written in the cow.txt file.
      scancdp -r -oassets.txt X:\CDP
	Scans entire X:\CDP directory and sub-directories for .cdp files;
	output is written in the assets.txt file.


v1.2 : process .cdp2 files
v1.1 : add support for fields name, asset-filename and category-era numeric values
v1.0 : 1st publication
Source: README.txt, updated 2010-11-27