INCLUDE "d:\system\opx\Sysram1.oxh" APP Eshell,5 REM Technically the number 5 should be a unique number authorized by Psion REM The larger the number, the further down the application will be on the REM toolbar. The number is normally quite large, e.g., try 555555555 ICON "D:\stuff\konsole32.mbm" ICON "D:\stuff\konsole32.mbm" REM Technically, the second mbm should be a mask icon - but this works o.k. REM See: http://homepages.nildram.co.uk/~nicko/5icons.htm FLAGS 1 ENDA PROC main: RunExeWithCmd&:("D:\System\programs\eshell.exe","") REM The second argument here, "", can be used to pass arguments to the REM application. This is useful for java or perl applications. ENDP