Grab files ARexx script
(2002.04.27)
I want to copy ".mpg" files from CD-ROM,
but Amiga OS can not copy long filename or enclose pattern symbol.
Then I created ARexx Script.
This is create other filename and copy all ".mpg" files from CD-ROM.
CD-ROM : ******************.mpg (you can not look japanese kanji)
HDD : file0001.mpeg (I do not like 3 letters)
filenote is original filename (max 80 charactors)
If you will use it, please download this script.
NOTE
Please read first 10 lines after download.
Because you must modify for config.
For example. - My environment -
EXTENTION=.mpg
TOEXTENTION=.mpeg
GRABPATH=CD0:
TOPATH=hugevol:grabfiles
grabfiles.rexx(3,111 Bytes, Text)