Ok, here is a more complete version of a Batch file to ensure Picasa
runs from the correct drive letter.
When you insert the USB drive into a PC, the USB drive will be
assigned the next available drive letter, but Picasa Starter will only
run Picasa correctly from its configured drive. When you run
this .bat (Batch) file, the correct drive letter will be asigned to
the drive, and Picasa Starter will be called to run Picasa.
I named the file " RunPicasa.BAT" and it is in the root directory of
the USB drive.
The file must be modified for the proper drive letter, paths and
autorun required for your setup. I used the L: drive in this example:
You could copy & paste the lines below into a new text file with
a .bat extension.
--------------------------------------
REM Check if this is already the correct drive letter
IF EXIST .\picasastarter\nul GOTO WeAreThere
REM Check if drive letter previously assigned
IF EXIST L:\nul GOTO end
subst L: .
L:
:WeAreThere
"L:\picasastarter\PicasaStarter.exe" /autorun "L Database"
REM Delete drive if it was a subst drive
subst L: /d
:end
--------------------------------------------
The directory structure on this drive was:
L:\Picasastarter <- The folder cantaining Picasa Starter & .XML
file
L:\Pictures <- The folder containing all picture folders
L:\L Database <- The folder containing the Picasa database
L:\RunPicasa.BAT <- This Batch file,double click to run.
If you want to use a different drive (for instance P:) you will need
to modify the file accordingly. The only down side to this is that a
command window will be open behind picasa. You could also just
execute the subst command to assign the proper drive letter and then
go to that drive for whatever you want to do.
Note that this will not work for network drives!
Earl
On Apr 17, 8:48 am, Pieter Roggemans <
pieter.roggem...@gmail.com>
wrote:
> I'm afraid it is not a good idea to let PicasaStarter use relative paths.
>
> The problem is that the Picasa Database doesn't use relative paths... So If
> you create albums,... Picasa keeps full path references to the files, so it
> doesn't help that PicasaStarter would support it...
>
> The trick earl explained above should work though... it "automizes" the
> remapping of the mapped drive to the letter you want. The tool Quazeye
> mentioned
> I don't know... but might do the same thing...
>
> Regards.
>
> 2011/4/17 Quazeye <
quaz...@gmail.com>
> > > - Show quoted text-- Hide quoted text -