/* FIX BROKEN DESKTOP*/ /* you can fix the desktop path in the INI files */ /* a) execute, b) After that, you can remove set DESKTOP from config.sys */ /* From: Lars Erdmann */ call RxFuncAdd 'SYSLOADFUNCS', 'REXXUTIL', 'SYSLOADFUNCS' call SysLoadFuncs call SysSetObjectData '','OBJECTID=c:\Desktop' /* or whereever your desktop resides */ SAY ' BROKEN DESKTOP FIXED.' EXIT