Dimitris 'sehh' Michelinakis wrote:
> 
> I've attached a zip file in bugzilla when i resolved the 60209 bug.
> 
> the file includes the rexx script that generates the folder
> and icons for warpzilla, along with the icon and background image.
> 
> unzip under \bin.

BTW, Dimitris... thanks. It worked... Here's a tip for REXX that you
might want to replace the 

dir=directory()

with

parse source . . me . ; dir = left( me, lastpos( '\', me ) - 1 )

Although, it's more code, it actually uses the path where the .CMD
exists, not the current working directory. That way if some one runs the
batch from another directory, it will work...

You might want to use a variable name other than "dir" becuase that is a
shell command.

Reply via email to