You are here

CONVERT

13 posts / 0 new
Last post
Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
CONVERT

Soon to be released
CONVERT
Name: CONVERT
Purpose: To auto generate paths on execution
Usage: Insert _DRIVELETTER_ then add the name of the file in convert.ini

What features do you want?

nm35
Offline
Last seen: 17 years 7 months ago
Developer
Joined: 2005-12-12 17:13
What what what? The MS-DOS

What what what?

The MS-DOS command SUBST can associate a path with a drive letter; this batch file does that (if that's what you want):
@ECHO OFF
SET drive_letter=Z
SET path_for_drive=\PortableApps\
SUBST %drive_letter% %path_for_drive%
END

What exactly do you mean?

~nm35 {blog} {projects} {standalone apps}

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

This NSIS program will autoreplace _DRIVELETTER_ with (if on X:\) Secret
Get me?
BTW this will be integrated into START
----
R McCue

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

nm35
Offline
Last seen: 17 years 7 months ago
Developer
Joined: 2005-12-12 17:13
Still no.

Still no.

~nm35 {blog} {projects} {standalone apps}

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

x.txt:
PathToSomething=_DRIVELETTER_\x\y

Run CONVERT
(assuming USB`s drive letter is x)
x.txt:

PathToSomething=X:\x\y

----
R McCue

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

nm35
Offline
Last seen: 17 years 7 months ago
Developer
Joined: 2005-12-12 17:13
Still a little iffy. You

Still a little iffy.

You want to remap a drive into the USB drive's driveletter?

Why would you need this?

~nm35 {blog} {projects} {standalone apps}

Ashes for Tears
Offline
Last seen: 16 years 6 months ago
Joined: 2006-01-11 08:41
This is all assuming that

This is assuming that 'X' is the original drive letter(G:, H:, I:, J:) and Convert is just registering the paths to 'proggies z,a,b,c' with the OS, external proggie, etc. on each new machine? Or is CONVERT is re-assigning letters,...creating a consistent path?

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
What it does is for settings

What it does is for settings files that need absolute paths it automatically fills in the drive's letter.
Comprehende?
----
R McCue

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

Ashes for Tears
Offline
Last seen: 16 years 6 months ago
Joined: 2006-01-11 08:41
Ahhhh, gotcha.

Ahhhh, gotcha. Wink

nm35
Offline
Last seen: 17 years 7 months ago
Developer
Joined: 2005-12-12 17:13
Now I gotcha.That makes

Now I gotcha.

That makes much more sense... Wink

~nm35 {blog} {projects} {standalone apps}

wfpearson
Offline
Last seen: 16 years 4 months ago
Joined: 2006-02-16 19:38
BrillianT!!! Keep us posted.

BrillianT!!! Keep us posted.

justin
Offline
Last seen: 12 years 5 months ago
Developer
Joined: 2005-12-24 15:41
yes

A very good idea. I will be checking for a release in the near future.

-Justin

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
*NEWS* W/b 19th Feburary
  • I will be releasing a test version which will just replace in test.txt, although eventually I will add the rest.

----
R McCue

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

Topic locked