alternative (portable) file associations

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

urlwolf
Junior Member
Junior Member
Posts: 70
Joined: 2007-06-27, 23:03 UTC

Post by *urlwolf »

+1 for this feature.
In the meantime one can have a batch file that would reassign associations on any machine. The downside is that when you leave, your associations stay.

This is what I use to associate things to vim:

assoc .c=code
assoc .pl=code
assoc .rb=code
assoc .py=code
assoc .as=code
assoc .r=code
assoc .m=code
assoc .ahk=code
assoc .vim=code

ftype code="e:\jose\usbstick\TC UP\PLUGINS\Tools\Vim\vim72\gvim.exe" --remote-tab-silent "%1"
cspot
Junior Member
Junior Member
Posts: 13
Joined: 2007-07-09, 20:16 UTC
Location: vienna

Post by *cspot »

@ghisler(Author)

christian,

thank you for implementing this with version 7.5 :-)

regards,
chris
Post Reply