| Author |
Message |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
Hello Now you can just download portable version of our clipboard manager and use it from usb drive or any folder without installation.
Hello
Now you can just [url=http://clipdiary.com/portable-clipboard-manager.php]download portable version of our clipboard manager[/url] and use it from usb drive or any folder without installation.
|
|
|
 |
Posted: Mon Dec 07, 2009 8:08 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
Hi,
Starting from Clipdiary 2.0 you can use the ClipdiaryPortable.bat (located in C:\Program Files\Clipdiary\) to run Clipdiary in portable mode.
1. Create new folder at your USB disc. 2. Copy all files from C:\Program Files\Clipdiary\ to this new folder. 3. Optional, сopy all files from "C:\Documents and Settings\<User Name>\Application Data\Clipdiary\". 4. Use ClipdiaryPortable.bat to start Clipdiary.
Hi,
Starting from Clipdiary 2.0 you can use the ClipdiaryPortable.bat (located in C:\Program Files\Clipdiary\) to run Clipdiary in portable mode.
1. Create new folder at your USB disc. 2. Copy all files from C:\Program Files\Clipdiary\ to this new folder. 3. Optional, сopy all files from "C:\Documents and Settings\<User Name>\Application Data\Clipdiary\". 4. Use ClipdiaryPortable.bat to start Clipdiary.
|
|
|
 |
Posted: Sat Jan 24, 2009 8:54 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
Your welcome.
Your welcome.
|
|
|
 |
Posted: Mon Jan 12, 2009 9:40 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
Hi
Eelco, thanks for this guide. Normal support of portable mode will be added in 2.0.
Hi
Eelco, thanks for this guide. Normal support of portable mode will be added in 2.0.
|
|
|
 |
Posted: Fri Jan 09, 2009 10:24 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
Here is a step by step guide how to make version 1.98 portable (and probably later versions aswell). 1. Install clipdiary normally and run once; 2. Close by selecting File|Exit from menu (don't do escape or click window upper right x button, program will only minimize); 3. Find clipdiary install folder and copy it elsewhere (to USB drive, for example, if that's where you intend to run it); 4. In this folder created in step 3, make a new text file, name it clipdiary.bat and paste the following code into it. Code: @echo off
rem Make local environment for variables; setlocal
rem Change the current directory to the location of the batch file; rem Remember: Batch (.bat) file should reside in same folder as exe; cd /d %~dp0
rem Create the required directory if it doesn't exists if exist "Application Data" goto :aftermkdir mkdir "Application Data" :aftermkdir
rem Set the User Profile directory to the current location of the batchfile set USERPROFILE=%~dp0
@echo Launching ClipDiary... @echo Your diary is stored in %USERPROFILE%Application Data\ClipDiary start ClipDiary.exe
rem Exit local environment; endlocal
5. Double click clipdiary.bat to start Clipdiary. ... And you're all set (again).
Here is a step by step guide how to make version 1.98 portable (and probably later versions aswell).
1. Install clipdiary normally and run once;
2. Close by selecting File|Exit from menu (don't do escape or click window upper right x button, program will only minimize);
3. Find clipdiary install folder and copy it elsewhere (to USB drive, for example, if that's where you intend to run it);
4. In this folder created in step 3, make a new text file, name it clipdiary.bat and paste the following code into it.
[code]@echo off
rem Make local environment for variables; setlocal
rem Change the current directory to the location of the batch file; rem Remember: Batch (.bat) file should reside in same folder as exe; cd /d %~dp0
rem Create the required directory if it doesn't exists if exist "Application Data" goto :aftermkdir mkdir "Application Data" :aftermkdir
rem Set the User Profile directory to the current location of the batchfile set USERPROFILE=%~dp0
@echo Launching ClipDiary... @echo Your diary is stored in %USERPROFILE%Application Data\ClipDiary start ClipDiary.exe
rem Exit local environment; endlocal [/code]
5. Double click clipdiary.bat to start Clipdiary.
... And you're all set (again).
|
|
|
 |
Posted: Fri Jan 09, 2009 10:03 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
The USERPROFILE directory must contain a directory named "Application Data" for this to work with version 1.98. The 'DBPath=diary.sql' change is not needed anymore.
The USERPROFILE directory must contain a directory named "Application Data" for this to work with version 1.98. The 'DBPath=diary.sql' change is not needed anymore.
|
|
|
 |
Posted: Thu Jan 08, 2009 9:36 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
@"Guest" from "Sat Dec 06": Did you follow step 5. of the procedure here ( viewtopic.php?p=1309#p1309) or, alternatively, edit ClipDiary's Options database tab to set the new location? Additionally, here's my hstart link properties string: [Drive]:\[Clipdiary's path]\hstart.exe /NOCONSOLE /SHELL /WAIT /MSG="ClipDiary Started." /TITLE="Success!" /ERRMSG="ClipDiary could NOT be started!" /ERRTITLE="ERROR!" Run-ClipDiary.batRun-ClipDiary.bat is, of course, the batch file containing the commands mentioned in the post referenced...
@"Guest" from "Sat Dec 06": Did you follow step 5. of the procedure here (http://softvoile.com/forum/viewtopic.php?p=1309#p1309) or, alternatively, edit ClipDiary's Options database tab to set the new location?
Additionally, here's my [b]hstart[/b] link properties string: [color=#FF0000][Drive]:\[Clipdiary's path]\hstart.exe[/color] [color=#0000FF]/NOCONSOLE /SHELL /WAIT /MSG="ClipDiary Started." /TITLE="Success!" /ERRMSG="ClipDiary could NOT be started!" /ERRTITLE="ERROR!"[/color] [color=#800000]Run-ClipDiary.bat[/color]
[b]Run-ClipDiary.bat[/b] is, of course, the batch file containing the commands mentioned in the post referenced...
|
|
|
 |
Posted: Mon Dec 15, 2008 2:13 pm |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
Guest wrote: i don't want to set the user profile location to the root of the drive so wrote this in the .bat file: set USERPROFILE=E:\programs\portable software\Clipdiary Portable\
and ClipDiary still creates it's database at the root of the drive... how can i fix this?? You are wrong about this -- the batch file indicated previously in this thread sets the user profile dir to the root of ClipDiary drive only in order to fool the program. The directory used is in fact the location of the executable and of the database. 
[quote="Guest"]i don't want to set the user profile location to the root of the drive so wrote this in the .bat file: set USERPROFILE=E:\programs\portable software\Clipdiary Portable\
and ClipDiary still creates it's database at the root of the drive... how can i fix this??[/quote] You are wrong about this -- the batch file indicated previously in this thread sets the user profile dir to the root of ClipDiary drive only in order to fool the program. The directory used is in fact the location of the executable and of the database. :!: :roll:
|
|
|
 |
Posted: Sat Dec 13, 2008 11:04 pm |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
nope... doesnt work either with quotes... well i guess i'll have to wait for the 2.0 release which you said will have the portable feature integrated.
anyway thanks for doing this for free!! the world need more people like you man...
respect, Cristian.
nope... doesnt work either with quotes... well i guess i'll have to wait for the 2.0 release which you said will have the portable feature integrated.
anyway thanks for doing this for free!! the world need more people like you man...
respect, Cristian.
|
|
|
 |
Posted: Sat Dec 06, 2008 3:43 pm |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
Hi
I don't know exactly, but maybe you need quote the path set USERPROFILE="E:\programs\portable software\Clipdiary Portable\"
Hi
I don't know exactly, but maybe you need quote the path set USERPROFILE="E:\programs\portable software\Clipdiary Portable\"
|
|
|
 |
Posted: Sat Dec 06, 2008 8:25 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
i don't want to set the user profile location to the root of the drive so wrote this in the .bat file: set USERPROFILE=E:\programs\portable software\Clipdiary Portable\
and ClipDiary still creates it's database at the root of the drive... how can i fix this??
i don't want to set the user profile location to the root of the drive so wrote this in the .bat file: set USERPROFILE=E:\programs\portable software\Clipdiary Portable\
and ClipDiary still creates it's database at the root of the drive... how can i fix this??
|
|
|
 |
Posted: Sat Dec 06, 2008 12:34 am |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
hi
I think it will be realized in the end of this month.
hi
I think it will be realized in the end of this month.
|
|
|
 |
Posted: Tue Nov 11, 2008 7:12 pm |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
softvoile wrote: Quote: Flashnote have an own portable bat file included and it works great. Is it possible to do the same in CD 1,95? No. It will be added in 2.0 or 2.1. Do you know the date of realize?
[quote="softvoile"][quote]Flashnote have an own portable bat file included and it works great. Is it possible to do the same in CD 1,95?[/quote]
No. It will be added in 2.0 or 2.1.[/quote]
Do you know the date of realize?
|
|
|
 |
Posted: Tue Nov 11, 2008 5:06 pm |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
Quote: Flashnote have an own portable bat file included and it works great. Is it possible to do the same in CD 1,95? No. It will be added in 2.0 or 2.1.
[quote]Flashnote have an own portable bat file included and it works great. Is it possible to do the same in CD 1,95?[/quote]
No. It will be added in 2.0 or 2.1.
|
|
|
 |
Posted: Mon Nov 10, 2008 4:39 pm |
|
|
 |
|
|
| |
Post subject: |
Re: How to make Clipdiary portable |
 |
|
|
Flashnote have an own portable bat file included and it works great. Is it possible to do the same in CD 1,95? Frode
Flashnote have an own portable bat file included and it works great. Is it possible to do the same in CD 1,95? Frode
|
|
|
 |
Posted: Mon Nov 10, 2008 3:46 pm |
|
|
 |