CliFM
Beschreibung
CliFM (Commandline FileManger) ist der erheblich verbesserte Nachfolger von Mv'n'Cp (das zeitweise auf meinem Server zu finden war). Das Program ist nach wie vor prinzipiell ein Interface zu diversen Win32APIs:
- CreateDirectoryA/W
- RemoveDirectoryA/A
- CopyFileA/W
- MoveFileA/W
- DeleteFileA/W
- FormatMessageA (sorry, i was too lazy to add a W here too)
- FindFiles (FindFirstFileA/W, FindNextFileA/W, CloseFind)
- PseudoCopy/Move (CreateFileA/W, Read/WriteFile, CloseHandle)
Wenn CliFM ein Parameter übergeben wurde, startet es im Consolen-Modus (die Hilfe mit 'clifm /?' oä. aufrufen), ansonsten mit GUI.
Usage
CliFM v0.5.3 - (C) 2004-2006 by The Condor - www.niksoft.at
clifm {md|rd|cp|mv|rm|dp|ls|err} [OPTIONS [SRC [DST]]]
md XY create directory XY
rd XY remove directory XY
mv SRC DST move/rename file/directory SRC to DST
cp SRC DST copy file SRC to DST
rm XY remove file XY
dp XY dump the content of file XY to console
(only the first 32KB and til the first null-byte)
err XY translate error number XY
ls XY [FILE [DIR]] list the directory XY, FILE/DIR eg. n?t[d-f]p*.exe
options:
-u use UTF16-APIs (only on NT)
-l use LongPath (only on NT)
-p use pseudo-copy/move functions
-t trim spaces from the paths
options only for ls:
-r list recursive
-f list only files that match FILE (default FILE=*) and dir matching DIR
-d list only directories that match DIR (default DIR=*)
-o use oem-output instead of ansi (better for batch-files)
-s use SetFileSize on PseudoCopy-operations
** If no commandline arguments are passed, the GUI will be loaded. **
** I recommend to put the files/directories in quotes to avoid problems. **
Oberfläche | GUI + CLI |
Sprache | Englisch |
System Anforderungen | >=Windows 2000, >= w95; VB4-Dlls |
Getestet auf | Windows 2000, XP, 7 |
Quellcode | VB4 |
Lizenz | Donateware |
Download
Wenn Ihr Fehler findet oder Features wünscht, meldet Euch!
Datei | Größe | md5 | |
---|---|---|---|
Download | clifm.rar | 22 KB | c0952cf3cf1ec09ab7475de755b757e2 |
Ich freue mich über Ihre Spende!
Änderungen
- 2006-06-07 - 0.5.3
- 2005-11-08 - 0.5.2: UTF16 mit LongPath akzeptiert nun auch UNC-Pfade; setfilesize für peseudocopy (alloziert die Dateigröße vor dem Schreiben); Wichtiger BugFix: MAX_PATH war irrtümlich auf 255 statt 260 gesetzt und hat die Anwendung gecrasht.
- 2005-01-05 - 0.5.2
- (0.5.1)
- 2004-12-29 - 0.5
- (0.1, 0.2, 0.3, 0.4)
Tags: filemanager, cli