i just saw that they added /drawpic -o but if you want to draw an icon from a dll you have to do this (win98)

Code:
//window -ap @test | /drawpic -o @test 10 10 3 c:\windows\system\shell32.dll


but this only works on windows 98 because the location of shell32.dll is different on different versions of windows

so it would be cool to locate a dll by using something like this
Code:
 $sysdir $+ shell32.dll