Softvoile support forum

It is currently Thu Jun 20, 2013 12:42 pm

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Human Verification System
Prevents automated SPAM robots from submitting forms.
Respond correctly to confirm you're human: 12+4 ? :
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the Board Administrator.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - How to make Clipdiary portable
Author Message
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
Hello

Now you can just download portable version of our clipboard manager and use it from usb drive or any folder without installation.
Post Posted: Mon Dec 07, 2009 8:08 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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.
Post Posted: Sat Jan 24, 2009 8:54 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
Your welcome.
Post Posted: Mon Jan 12, 2009 9:40 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
Hi

Eelco, thanks for this guide.
Normal support of portable mode will be added in 2.0.
Post Posted: Fri Jan 09, 2009 10:24 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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).
Post Posted: Fri Jan 09, 2009 10:03 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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.
Post Posted: Thu Jan 08, 2009 9:36 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
@"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.bat

Run-ClipDiary.bat is, of course, the batch file containing the commands mentioned in the post referenced...
Post Posted: Mon Dec 15, 2008 2:13 pm
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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. :!: :roll:
Post Posted: Sat Dec 13, 2008 11:04 pm
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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.
Post Posted: Sat Dec 06, 2008 3:43 pm
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
Hi

I don't know exactly, but maybe you need quote the path
set USERPROFILE="E:\programs\portable software\Clipdiary Portable\"
Post Posted: Sat Dec 06, 2008 8:25 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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??
Post Posted: Sat Dec 06, 2008 12:34 am
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
hi

I think it will be realized in the end of this month.
Post Posted: Tue Nov 11, 2008 7:12 pm
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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?
Post Posted: Tue Nov 11, 2008 5:06 pm
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
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.
Post Posted: Mon Nov 10, 2008 4:39 pm
  Post subject:  Re: How to make Clipdiary portable  Reply with quote
Flashnote have an own portable bat file included and it works great. Is it possible to do the same in CD 1,95?
Frode
Post Posted: Mon Nov 10, 2008 3:46 pm

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group