I find this modification very convenient when using GlyphWorks.
To add the Set Folder button to the Processing menu in ICE-flow
Open desktop_menu.sys with a text editor
On my computer, it's located in "C:\nCode\GlyphWorks50\nssys\"
Paste one of the following after the Schedule Create entry under Processing Menu (or anywhere you'd like the icon to appear):
For ICE-flow 5:
<MenuItem>
<Type>Builtin</Type>
<Command>SetFolder</Command>
<IconFile>SetFolder5.png</IconFile>
</MenuItem>
For ICE-flow 4:
<MenuItem>
<Type>Builtin</Type>
<Command>SetFolder</Command>
<IconFile>SetFolder.xpm</IconFile>
</MenuItem>
See attached image for an example of what the end result should look like.
Dave Stotera attached the following image(s):
