In message <4fd351c8bdd...@triffid.co.uk> Dave Symes <d...@triffid.co.uk> wrote:
> Folks, there's a way to depict the hardisk part of a file path that's not > explicit in name, but I'm damned if I can remember how it goes. > Could someone please enlighten...? > Eg: "Filer_OpenDir ADFS::HardDisc4.$.!Application" Would be?
Dave,
Assuming the application has been seen by the filer, you can use something like this: -
Filer_OpenDir <myapp$dir>
Obviously you need to replace the myapp$dir with the relevant bit from the application's !Run or !Boot file.
Regards -- Paul Stewart - Far Bletchley, Milton Keynes, England. (msn:sa...@hotmail.com)
If the answer is wrong, you have asked an incorrect question.
In message <4fd351c8bdd...@triffid.co.uk> Dave Symes <d...@triffid.co.uk> wrote:
> Folks, there's a way to depict the hardisk part of a file path that's not > explicit in name, but I'm damned if I can remember how it goes. > Could someone please enlighten...? > Eg: "Filer_OpenDir ADFS::HardDisc4.$.!Application" Would be?
Not sure what you mean but if you want to specify the hard disc part without mentioning the disc name you can use the disc number, which is 4 for your first hard disc, so the above would become Filer_OpenDir ADFS::4.$.!Application This can be useful to create obey files that still work even if the hard disc is renamed.
Martin -- --------------------------------------------------------------------- Martin Wuerthner MW Software http://www.mw-software.com/ ArtWorks 2 -- Designing stunning graphics has never been easier spamt...@mw-software.com [replace "spamtrap" by "info" to reply]
In article <c47252d34f.mar...@bach.planiverse.com>, Martin Wuerthner <spamt...@mw-software.com> wrote:
> In message <4fd351c8bdd...@triffid.co.uk> > Dave Symes <d...@triffid.co.uk> wrote: > > Folks, there's a way to depict the hardisk part of a file path that's > > not explicit in name, but I'm damned if I can remember how it goes. > > Could someone please enlighten...? > > Eg: "Filer_OpenDir ADFS::HardDisc4.$.!Application" Would be? > Not sure what you mean but if you want to specify the hard disc part > without mentioning the disc name you can use the disc number, which is > 4 for your first hard disc, so the above would become > Filer_OpenDir ADFS::4.$.!Application > This can be useful to create obey files that still work even if the > hard disc is renamed. > Martin
Thanks Martin, that was the one I was after.
Cheers Dave S
PS: Thanks also to Paul, though that wasn't the one I was thinking of. D.
In article <4fd35c8154d...@triffid.co.uk>, Dave Symes <d...@triffid.co.uk> wrote:
> In article <c47252d34f.mar...@bach.planiverse.com>, > Martin Wuerthner <spamt...@mw-software.com> wrote: > > Not sure what you mean but if you want to specify the hard disc part > > without mentioning the disc name you can use the disc number, which is > > 4 for your first hard disc, so the above would become
> > Filer_OpenDir ADFS::4.$.!Application
> > This can be useful to create obey files that still work even if the > > hard disc is renamed.
> Thanks Martin, that was the one I was after.
If your target is on the same drive as the one with your !Boot directory, then I would tend to use something like:
Boot:^.Apps.!Application
or something like that. This doesn't assume the drive name, drive number or file system type (ADFS, ATAFS, etc).
Ta,
Steve
-- Steve Revill @ Home Note: All opinions expressed herein are my own.
In article <4fd363a160st...@revi11.plus.com>, Ste (news) <st...@revi11.plus.com> wrote: [Snippy]
> If your target is on the same drive as the one with your !Boot directory, > then I would tend to use something like: > Boot:^.Apps.!Application > or something like that. This doesn't assume the drive name, drive number > or file system type (ADFS, ATAFS, etc). > Ta, > Steve