home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
cli
/
move
/
product-info
< prev
next >
Wrap
Text File
|
1995-10-22
|
855b
|
53 lines
.name
Move
.type
CLI tool
.short
Unix type Move command
.description
This is not just another Move command it features
more: Recursive directory movements (including
creation of destination dir), pattern support, and
command line flags like those known from e.g.
C:Rename...and many, many more
.version
37.11
.date
1995.01.11
.author
Kai Iske
.requirements
Requires OS 2.0 (37.175)
.distribution
Public Domain
.address
Kai Iske
Brucknerstrasse 18
63452 Hanau
Germany
.email
iske@informatik.uni-frankfurt.de
.source
SAS/C source included 32K
.construction
SAS/C 6.51 with optimization
.docs
Move.doc
.aminet-dir
util/cli
.execute
set choice `RequestChoice "Move" "Please select an option" "View Doc" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Move.doc TEXT
endif
if $choice EQ "2"
path "" ADD
newcli
endif