ive got this code <snip> [CDImage] HKCR,"Folder\shell\MakeBootISO\command",,,"CDIMAGE.EXE -L"%here%" -h -j1 -m -o -B%11%\xpBoot.img %here% %target%" HKCR,"Folder\shell\MakeDataISO\command",,,"CDIMAGE.EXE -L"%here%" -YD -N -H -X -o -m -D %here% %target%" [Strings] here = """%1""" target = """%1.iso""" it works, but how can i get the LABEL (-l) to show the name of the directory without the full path ? like current label is "G:\nLite XP" but i only want it to say "nLite XP"