Portable context menu without changing registry

Any other tech-related topics
Post Reply
Message
Author
bro
Posts: 11
Joined: Sun May 25, 2008 9:45 am

Portable context menu without changing registry

#1 Post by bro »

Do you like C.A.F.E.?
Did you know that in the latest original (not mod) C.A.F.E. version (that I know of) you can show such menu with double right click on a file or folder?

Download:
http://download.tuxfamily.org/nomadsoft ... 1.3.2a.zip
With c.a.f.e you'll get trash.exe also which can be used as portable recycle bin (but do not use it because this version of trash has bugs).

You may want to download S.U.C.R.E. to spice up C.A.F.E.
http://clef.usb.googlepages.com/sucre.zip

Here is mine example of ouvrir.ini (with use of sucre):
##########################################
##########################################
; n'éditez pas ce fichier à moins que vous sachiez ce que vous faites
##########################################
##########################################

[GENERAL]
url=
extension=folder|file|exe


;Deo menija za dupli desni klik (za kantu je u trash.ini)
[CONTEXT]
name-1=Otvori
type-1=menu
cmd-1=$V "sucre.exe" "$F"
filetype-1=file

name-2=Otvori (alternativa)
type-2=menu
cmd-2=$V "sucre.exe" -alternative "$F"
filetype-2=file

name-3=Enkriptuj
type-3=menu
cmd-3=$V "..\dcu\dcu.exe" "$F"
filetype-3=folder|file

name-4=Otpakuj u kesu
type-4=menu
cmd-4=$V ..\7-ZipPortable\App\7-Zip\7z.exe x $F -o\Kesa\*\
filetype-4=file

name-5=Otpakuj ovde
type-5=menu
cmd-5=$V ..\7-ZipPortable\App\7-Zip\7z.exe x $F -o.\*\
filetype-5=file

name-6=UniExtract
type-6=menu
cmd-6=$V "..\Uniextract\UniExtract.exe" "$F"
filetype-6=file

name-7=Install .paf
type-7=menu
cmd-7=$V $F /DESTINATION="X:\Shell\Programi\"
filetype-7=exe

type-8=separator
1- open file with default program set in cafe
2- open file with alternative program set in cafe
3- encrypt file or folder using Dran'n'Crypt Ultra
4- extract file using 7zip in preset directory on the same drive %workdrive%\Kesa\
5- extract file using 7zip in current directory
6- run file with Uniextract
7- run exe with /DESTINATION="X:\Shell\Programi\" parametar. I use it on portableapps.com installers so they could know where to install program (I hate browsing for same install path everytime I have to upgrade or install portableapp.com *.paf.exe file...)

Post Reply