home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
bbs
/
finfo16.arc
/
UFDIR.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1988-01-19
|
272 b
|
16 lines
@echo off
if .%2 == . goto usage
if not exist %1 goto usage
finfo %2 <%1 >%TMP%\t
copy %TMP%\t %1
del %TMP%\t
bac c:\pcb\gen\dir* i:\gen
goto end
:usage
echo Usage: ufdir FILE_LISTING FILE_DIRECTORY
echo Example: ufdir c:\pcb\gen\dir1 c:\shsbox
:end