Home away from home
Joined: 2007/9/11 12:31 Last Login
: 11/19 7:43
From Russia
Group:
Registered Users
|
@ChrisH
Yep, but also need edit DefIcons config for make it works, + it's only mount image. I want also "auto jump on that new mounted volume" in the Filer. Like i press on iso, and Filer jumps on the new volume. I think about 2 ways:
1. make it as user-button, and there mounting + jumping, like: c:MountDiskImage DEVICE ICD0: "{f}" ; $CD ICD0:
but as i can see, Filer does not support ";" for making works many commands at one time (but i think that is OS4 does not support that ?). So, that does not works. Then, i just try to make that c:test.bat script, with that:
c:MountDiskImage DEVICE ICD0: "{f}" $CD ICD0:
and do in user-button command: execute c:test.bat
But i have of course problems with {f} and $CD (what was expected, but still i try).
So can't found solution there.
2. make it as filetype action.
So i try for Launcher here: c:MountDiskImage DEVICE ICD0: "{f}"; cd ICD0: it mounts, but not jumps (i.e again ";" not works here).
Then i try again script: c:MountDiskImage DEVICE ICD0: "{f}" CD ICD0: And the same about {f} problem.
Of course i preffer second way with Filetypes anyway (just to make it work by double-click, not mark it, and then pressin user button). Any idea ?:)
In general i think, the solution it's answer on questions:
1. does os4 handle ";" as in unix or have any alternative for (for filetypes) 2. does filer have ";" as in unix or any alternative for (for user buttons)
Maybe it possible somehow via Arexx run many commands at one time ?
|