LiveXP is a very flexible PE 1x, using Explorer as shell, supporting SATA/IDE drives, USB devices, and many other features and tweaks. This project is based on PE environment and will use a Windows ™ XP/2003 Install CD.

Download server link to use with the WinBuilder Download Centre: www.livexp.galapo.net.

Download the most recent archive of the project:

2 Pages V   1 2 >  
Reply to this topic
 Script for SyncBack (freeware version)
post Oct 19 2008, 06:21 AM
Post #1
Dave7
Frequent Member   ***
Group: Members

  Joined: 11-October 08
Posts: 208
Thank(s): 24


United States


Hi all,

Here is a first version to integrate SyncBack. Any ideas for improvements are welcome.

You can find more information about SyncBack at http://www.2brightsparks.com/syncback/compare.html

Cheers,
Dave

Attached File  SyncBack_2Brightsparks.zip ( 144.31K ) Number of downloads: 164


1 user(s) said "Thank you!" to DaveXP for this fantastic post:
Nuno Brito
+Quote Post
post Oct 19 2008, 08:54 AM
Post #2
was_jaclaz
Finder   ******
Group: Advanced user

  Joined: 14-July 06 From: Gone in the mist

Posts: 7,230
Thank(s): 564


Italy


Never used it, out of curiosity. what are the features that make it better than other similar utilities? unsure.gif

I commonly use either strarc:
http://www.ltr-data.se/opencode.html
http://www.ltr-data.se/files/strarc.txt
http://www.ltr-data.se/files/strarc.zip

Or samedir, still available through archive.org:
http://web.archive.org/web/20071219121541/...samedir.sbn.bz/
http://web.archive.org/web/20071219234118/.../Samedir397.exe

jaclaz




--------------------
+Quote Post
post Oct 19 2008, 02:14 PM
Post #3
Nuno Brito
Platinum Member   ******
Group: .script developer

  Joined: 13-July 06 From: Pittsburgh

Posts: 8,638
Thank(s): 464


Portugal


This seems like a good tool to keep updated the external USB drive with the same contents of your documents folder, good work.


btw: Your code is looking better and better at each new published script. thumbup.gif

smile.gif


--------------------


Join us at the Virus removal forums!
+Quote Post
post Oct 19 2008, 08:10 PM
Post #4
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,751
Thank(s): 390


Australia


Suggestions:
- keep writing of files out of %ScriptDir%, use a temp variable such as %ProjectTemp%
- provide the option for user to supply location of ZIP file

Regards,
Galapo


--------------------
galapo.boot-land.net
------
Archive of LiveXP recommended project may be found here.
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Oct 19 2008, 09:03 PM
Post #5
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


Good work DaveXP

To follow Galapo's 1st advice i put
%TmpFolder%=%GlobalTemplates%\SyncBack_2Brightsparks_Files
but is %GlobalTemplates% defined in vistape project??
also i put an option (as i did with easus) to use scriptfolder if somebody (mostly me) likes to. (if %GlobalTemplates% is not defined i guess it can be used with vistape too, so using scriptfolder is nice for crossplatform scripts that use/need folder usage?!)

http://lancelot.winbuilder.net/5F/SyncBack_2Brightsparks.rar

also i add web to interface and changed icon, i hope you like.


--------------------
I Galapo's LiveXP and King Amalux's Great LiveXP Package (tutorial and everything)
Lancelot Tips For LiveXP
I hate Medusa problems of WinBuilder, Cryptic codes, syntax rules fakingly mismatching working lines, not having even basic fundemantal syntax rules and mostly 'lies' and 'post games'.
('post games' = includes dishonest, childish posts that have goal to annoy others in community)
+Quote Post
post Oct 20 2008, 01:11 AM
Post #6
Dave7
Frequent Member   ***
Group: Members

  Joined: 11-October 08
Posts: 208
Thank(s): 24


United States


Hello all,

Thanks for the feedback. I updated the script (see first posting). Any other ideas? If the script follows the guidelines, please let me know, because I'd like to update my other scripts as well.

I don't have VistaPE (tried but it is still way too buggy).

Cheers,
Dave
+Quote Post
post Oct 20 2008, 01:28 AM
Post #7
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


There is a logic missing in your new script
please check Paragon Script (and notice pRadioButton and how it is used) which is already in the project under "hd tasks" branch.

also please check one of your other script i finished modify after ctmag work http://lancelot.winbuilder.net/5F/EASEUS_P..._Manager_2x.rar


--------------------
I Galapo's LiveXP and King Amalux's Great LiveXP Package (tutorial and everything)
Lancelot Tips For LiveXP
I hate Medusa problems of WinBuilder, Cryptic codes, syntax rules fakingly mismatching working lines, not having even basic fundemantal syntax rules and mostly 'lies' and 'post games'.
('post games' = includes dishonest, childish posts that have goal to annoy others in community)
+Quote Post
post Oct 20 2008, 12:48 PM
Post #8
Dave7
Frequent Member   ***
Group: Members

  Joined: 11-October 08
Posts: 208
Thank(s): 24


United States


Hello all,

Thanks for the feedback. I updated the script (see first posting).

Cheers,
Dave
+Quote Post
post Oct 20 2008, 01:07 PM
Post #9
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


try not to use:
%TmpFolder%=%BaseDir%\Temp\SyncBack_Files
i dont know vistape but with livexp, %BaseDir%\Temp\ folder deleted in everybuild causing downloading again and again.

although i like to use script folder, obeying galapo's (the master of livexp project) advice, i guess this will be better
%TmpFolder%=%GlobalTemplates%\SyncBack_2Brightsparks_Files

and putting and option to use scriptfolder (like i did before) maybe good for compatibility with vistape and other projects

Getting better and better cheers.gif


--------------------
I Galapo's LiveXP and King Amalux's Great LiveXP Package (tutorial and everything)
Lancelot Tips For LiveXP
I hate Medusa problems of WinBuilder, Cryptic codes, syntax rules fakingly mismatching working lines, not having even basic fundemantal syntax rules and mostly 'lies' and 'post games'.
('post games' = includes dishonest, childish posts that have goal to annoy others in community)
+Quote Post
post Oct 20 2008, 10:19 PM
Post #10
Dave7
Frequent Member   ***
Group: Members

  Joined: 11-October 08
Posts: 208
Thank(s): 24


United States


Ok, thanks. Changed to Globaltemplates. But did not add another option to keep it simple.

Cheers,
Dave
+Quote Post

2 Pages V   1 2 >
Reply to this topic
3 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Forum Header - LiveXP
2 Galapo 429 30th August 2010 - 05:14 PM
Last post by: Nuno Brito
No New Posts scripts
making a "choosing script"
4 Rah.Levi 403 23rd August 2010 - 02:32 PM
Last post by: Rah.Levi
No New Posts Forum Cleanup
2 Nuno Brito 656 22nd August 2010 - 10:24 AM
Last post by: Wonko the Sane
No New Posts Forum headers
4 Nuno Brito 407 21st August 2010 - 11:33 AM
Last post by: Nuno Brito
No New Posts Forum Post problem
Image attachment & Thread Merge problem
7 Holmes.Sherlock 432 18th August 2010 - 05:55 AM
Last post by: Holmes.Sherlock