You are here

Drop Portable Variables in 2.0?

7 posts / 0 new
Last post
Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 7 months ago
Developer
Joined: 2005-12-10 15:22
Drop Portable Variables in 2.0?

So at the moment I am hard at work on 2.0 (as well as getting 1.2 out of the door) and I was wondering, does anyone actually use portable variables? If so how would you like them to change, either in implementation or how the user interface is designed?

Steve

wsm23
Offline
Last seen: 12 years 2 months ago
Joined: 2006-01-09 22:05
Don't use.

Could not care less.

--
Life is about the journey not the destination!

My site * My Blog

The Kazoo Spartan

Life is about the journey not the destination!

The Kazoo Spartan

LuP
Offline
Last seen: 12 years 5 months ago
Joined: 2007-09-18 12:34
It depends...

I think portable variables have unreplecable function when synchronizing between computers which have user data located in different paths, e.g. on different drives (C: on one, D: on second).

Also, I don't work with directories of 'C:\Documet and settings\\...blabla...\My Documents\' type, but purely in ':\LuP\'; I use a named portable variable which points to ':\LuP\' when synchronizing.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
.

I only use it for paths on 1 computer. Maybe remove the ability to add new ones within the interface, but still leave the backend code so we can manually add it to the INI.
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Eric L
Offline
Last seen: 16 years 6 months ago
Joined: 2006-11-17 18:48
I would like to use them

I would like to be able to use them, but they aren't all that reliable. The backslash doubling is a problem, but also often just a drive letter doesn't seem to want to work right. (Making P: as a variable and then doing @ExampleDrive@\PortableApps or whatever doesn't work, however entering P:\PortableApps works fine.)

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
What's wrong with using

@drive@?
----
Ryan McCue.
Blog.
So all that Airbus-delay trouble over here in Europe is because of YOU!
Simeon.

"If you're not part of the solution, you're part of the precipitate."

Eric L
Offline
Last seen: 16 years 6 months ago
Joined: 2006-11-17 18:48
Synching to different computers

I have a local encrypted drive that I synchronize my USB drive to. The drive letter isn't necessarily the same on each computer. Of course I use @drive@ to reference the USB stick.

Log in or register to post comments