Sorry, can't be done in 3 one syllable words per line but go for it anyway. Read the instructions below and ask questions if you fully understand something. You are only making copies of the files from an existing install so can't mess anything up (make a copy of an existing install then copy from that just to be extra safe). I am currently traveling so may not be able to promptly respond to questions but will respond just as soon as I can.
1. Create a directory on your flash drive called PMail
2. Copy the entire \PMAIL\PROGRAMS directory to it from your tablet or PC
3. Copy the entire \PMAIL\MAIL directory to it from your tablet or PC (whichever one has the mailbox content that you want)
On the flash drive you should now have \PMAIL with subdirectories of \PROGRAMS and \MAIL.
4. Create a new text file on the root of the flash drive named STARTPM.BAT (this will be an executable file used to start Pegasus Mail). The file should contain the following three lines:
@echo off
start %drive%\PMAIL\Programs\winpm-32.exe -roam -a -ms -i [username]
exit
Note: replace [username] with the Pegasus Mail username you want to start Pegasus Mail as. If you do have multiple users then do not include the -i option. If the shortcut on your tablet or PC includes the -id option to specify an Identity then add it to this line.
Note2: the -ms option allows for the running of multiples instances of Pegasus Mail so you can simultaneously run the flash drive instance and the instance installed on the device. If you do this, add the -ms option to the shortcut on the devices if it is not already there.
Note3: the %drive% variable allows this start Pegasus Mail regardless of what drive letter is assigned to the flash drive.
5. You're done.
To start Pegasus Mail simply run the STARTPM.BAT file.
Caveat: One of the problems of using a portable version between multiple devices is that Pegasus Mail will appear different on each device with a different screen resolution. Sometimes you can find a window size that works on both but sometimes the resolution difference is too great. If that is the case there is a way to utilize multiples .ini files to help mitigate the problem (I use two, one for my hi-res laptop, one for my low-res desktop). You will need to work with the portable version between to two devices to determine whether you this is something necessary to pursue. FWIW, this only helps with the main window size. Child window sizes are not controllable per device.
Finally: flash drives fail without notice so routinely copy the .BAT file and the entire \PMAIL directory to a different device. I sync mine to a location on my laptop HD almost every day. You then copy them to a different flash drive should the current one fail.
<p>Sorry, can't be done in 3 one syllable words per line but go for it anyway.&nbsp; Read the instructions below and ask questions if you fully understand something.&nbsp; You are only making copies of the files from an existing install so can't mess anything up (make a copy of an existing install then copy from that just to be extra safe).&nbsp; I am currently traveling so may not be able to promptly respond to questions but will respond just as soon as I can.
</p><p>1. Create a directory on your flash drive called PMail</p><p>2. Copy the entire \PMAIL\PROGRAMS directory to it from your tablet or PC</p><p>3. Copy the entire \PMAIL\MAIL directory to it from your tablet or PC (whichever one has the mailbox content that you want)</p><p>On the flash drive you should now have \PMAIL with subdirectories of \PROGRAMS and \MAIL.</p><p>4. Create a new text file on the root of the flash drive named STARTPM.BAT (this will be an executable file used to start Pegasus Mail).&nbsp; The file should contain the following three lines:</p><p>@echo off
start %drive%\PMAIL\Programs\winpm-32.exe -roam -a -ms -i [username]
exit
</p><p>Note: replace [username] with the Pegasus Mail username you want to start Pegasus Mail as.&nbsp; If you do have multiple users then do not include the -i option.&nbsp; If the shortcut on your tablet or PC includes the -id option to specify an Identity then add it to this line. </p><p>Note2: the -ms option allows for the running of multiples instances of Pegasus Mail so you can simultaneously run the flash drive instance and the instance installed on the device.&nbsp; If you do this, add the -ms option to the shortcut on the devices if it is not already there.</p><p>Note3: the %drive% variable allows this start Pegasus Mail regardless of what drive letter is assigned to the flash drive.&nbsp;
</p><p>5.&nbsp; You're done.</p><p>To start Pegasus Mail simply run the STARTPM.BAT file. </p><p>Caveat:&nbsp; One of the problems of using a portable version between multiple devices is that Pegasus Mail will appear different on each device with a different screen resolution.&nbsp; Sometimes you can find a window size that works on both but sometimes the resolution difference is too great.&nbsp; If that is the case there is a way to utilize multiples .ini files to help mitigate the problem (I use two, one for my hi-res laptop, one for my low-res desktop).&nbsp; You will need to work with the portable version between to two devices to determine whether you this is something necessary to pursue.&nbsp; FWIW, this only helps with the main window size.&nbsp; Child window sizes are not controllable per device.</p><p>Finally: flash drives fail without notice so routinely copy the .BAT file and the entire \PMAIL directory to a different device.&nbsp; I sync mine to a location on my laptop HD almost every day.&nbsp; You then copy them to a different flash drive should the current one fail.
</p>