Paladin of the Pegasos
Posts: 1178 from 2003/3/13
From: Pinto, Madrid ...
I've already updated to Ambient "20070311", and I can't see that "merge URIs" option in the MIME action editor. Anyway, it's true that Ambient repeats exactly the action for every file.
But... I still have issues. First of all, arguments are strangely put inside quotes, even if I've checked the option not to do so. For example, if the action consists of this AmigaDOS command:
Code:
If the source file is named wops.txt, the resulting file in RAM: is "wops.txt".bak. Strange...
The second issue is that I'm unable to use the backquote (`) method in that AmigaDOS command. See, I want to ask for a filename in the command, like this:
Code:
COPY %sp TO `REQUESTFILE Drawer=RAM: SaveMode`
I get an error that I don't remember exactly (sorry), but it's clear that the constructed string is no going into AmigaDOS exactly the way I want to. This last command works perfectly in a shell window, of course.
I guess I need to learn ARexx... Which is a pity, because the action I want to do does not really need anything beside AmigaDOS.