You are here

Multiple Apps Directory

4 posts / 0 new
Last post
esimha
Offline
Last seen: 9 years 10 months ago
Joined: 2013-05-27 00:53
Multiple Apps Directory

By default Portable apps pick applications from \portableapps directory.
Is there any way to add additional directories ?
Like another \portableappsextra like that.

John T. Haller
John T. Haller's picture
Offline
Last seen: 1 hour 1 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Not Currently

There is no way currently. It would make new installs from the app store difficult as it wouldn't know where you'd want them. Is there some reason you don't want all your apps within PortableApps (akin to all your apps in Program Files)?

Sometimes, the impossible can become possible, if you're awesome!

esimha
Offline
Last seen: 9 years 10 months ago
Joined: 2013-05-27 00:53
fine. Because I have

fine. Because I have portableapps applications as well as i have created some portable applications my self to differentiate i need two directories. Yes. I agree this feature make complex for app directory. But this may be useful in some other way.

Simha

ZeroX4
Offline
Last seen: 9 years 7 months ago
Joined: 2013-01-10 21:33
if u need it like right

if u need it like right hand

http://technet.microsoft.com/pl-pl/sysinternals/bb896768.aspx
http://blog.andrewbeacock.com/2010/01/how-to-use-junction-if-you-want.html

is use PA on my hdd i never used it on pen drves so it works for me

to connect
C:\PAP\PortableApps AND C:\New

i used this command in bat file
junction -s C:\PAP\PortableApps C:\New

but since its bat command you could try
junction -s "%CD%""\PortableApps" C:\New
or

junction -s "%CD%\PortableApps" C:\New

should work but im not sure of it

Log in or register to post comments