Mark Healey wrote:
> It is a really minor gripe but here it is.  The installation routine
> doesn't assign an object ID to the folder.
> 
> The reason I'd like this is that whenever I manualy make a system
> change I add the ability to do it to a Rexx script.  This way whenever
> I have to do a clean reinstall all I have to do is to run the script.
> 
> I created an Icon incorperating the mozilla lizard and a folder (I
> like my desktop folder icons to tell me something about what is
> inside).  But I can't use the script unless I makesure that I don't
> move the folder before running the script.

How so? If you make sure the create WPFolder piece uses the U or N 
flags, the folder (at it's location should be left alone). The objects 
can all use the U(pdated) flag.

I would suggest ALWAYS using the N flag (if the object is already there, 
fail) or U. If you make your batch take an argument of this "mode" you 
can issue a MAKEWPS U or a MAKEWPS R depending on what you needed.

-- 

     |\
   __| \ ___ Duane Chamblee
  /  |__/      President
  \__|  \___ dAcDigital Co.


Reply via email to