REM ARJ program to restore archives on A: drive to C: hard disk
REM The option -jycn skips the create and new filename prompts
ARJ x A:backup C:\ *.* -vv -jycn
