Hi,
I'm trying to compress multiples files & drawers with 7zip ( 7za program from
http://sourceforge.net/projects/amiga ... zip-4.65-OS4.lha/download )
With the script below that I run with EXECUTE script.txt
When I run it, at the begining of the second file I obtain a DSI.
If I remove the intermediate command "date" it works fine, but I need to include a command (not date command) between each file to send a notification to another program.
Is somebody knows why this intermediate command make thsi DSI ? Is it my 7za command who is incorrect ?
This method works with lha, zip and lzx
Thank by advance for your help
"
cd "System:Utilities/"
7za a Fast7z.7zip "UnArc/"
date
7za a Fast7z.7zip "UnArc.info"
date
7za a Fast7z.7zip "ShowConfig/"
date
7za a Fast7z.7zip "ShowConfig.info"
date
7za a Fast7z.7zip "AmiDVD/"
date
7za a Fast7z.7zip "AmiDVD.info"
date
7za a Fast7z.7zip "RawDisk/"
date
7za a Fast7z.7zip "RawDisk.info"
date
"