home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
INTERNET
/
USENET
/
YARN
/
PGPD.BAT
< prev
next >
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
|
1994-10-04
|
74 b
|
7 lines
@echo off
del %1.txt >nul
pgp %1 -o %1.txt
pause
more <%1.txt
pause