2 Pages V   1 2 >  
Reply to this topic
 RocketDock (app script), A useful app script for your PE project.
post Sep 4 2009, 06:12 AM
Post #1
trumpy81
Member   **
Group: Members

  Joined: 23-July 08
Posts: 77
Thank(s): 11


Australia


GDay All,

I have finally completed my first app script to add RocketDock v1.35 to the Win7RescuePE project. The script has been tested with WinBuilder 077 RC2 and WinBuilder 078 together with the latest build of the Win7RescuePE project by joshua.

I have not tested this script with any other project, so if you decide to use it with another project then please leave some feedback here for the benefit of others. Thanks wink.gif

The script is available from my blog pages here:
trumpy.net

I will add more app scripts as I finish them so check regularly.

Any comments or questions should be posted under this thread.

Cheers, I hope ya like it wink.gif


--------------------
Regards
Andy M


2 user(s) said "Thank you!" to trumpy81 for this fantastic post:
mohammed gebril, saydin77
+Quote Post
post Sep 4 2009, 06:51 AM
Post #2
trumpy81
Member   **
Group: Members

  Joined: 23-July 08
Posts: 77
Thank(s): 11


Australia


GDay All,

This is my second script for the Win7RescuePE project by Joshua. It will add xplorer2 to your project build.

It has been tested with WinBuilder 077 RC2 and 078 and the latest version of the Win7RescuePE project by Joshua.

This app script is a companion script to the RocketDock app script.

Visit my blog to download it:
trumpy.net


--------------------
Regards
Andy M
+Quote Post
post Sep 4 2009, 08:01 AM
Post #3
was_jaclaz
Finder   ******
Group: Advanced user

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

Posts: 7,230
Thank(s): 564


Italy


Hey trumpy81:
  • good work smiling9.gif
  • you should slow down a bit: according to my calculations, if you go on with a new .script every 39 minutes, by August 29th, 2029, 2:14 a.m. Eastern time, you will have made .scripts for every windows app ever existed and Winbuilder may become self-aware, causing Judgement Day w00t.gif


roll1.gif

cheers.gif

jaclaz


--------------------
+Quote Post
post Sep 4 2009, 08:40 AM
Post #4
trumpy81
Member   **
Group: Members

  Joined: 23-July 08
Posts: 77
Thank(s): 11


Australia


QUOTE (jaclaz @ Sep 4 2009, 06:01 PM) *
Hey trumpy81:
  • good work smiling9.gif
  • you should slow down a bit: according to my calculations, if you go on with a new .script every 39 minutes, by August 29th, 2029, 2:14 a.m. Eastern time, you will have made .scripts for every windows app ever existed and Winbuilder may become self-aware, causing Judgement Day w00t.gif


roll1.gif

cheers.gif

jaclaz


Thanks jaclaz, I'll try to keep 'em confused so they can't plot against us wink.gif


--------------------
Regards
Andy M
+Quote Post
post Sep 5 2009, 10:57 AM
Post #5
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


Hi trumpy81,

Thanks for sharing the scripts,
Now scripts also working with LiveXP wink.gif

Here is feedback celebrate3.gif ,
These are essential fixes for apps script compatibility
%TargetDir%\windows --> %target_win%
%TargetDir%\windows\System32 --> %target_sys%
%TargetDir%\Programs\%ProgramTitle% --> %Target_prog%\%ProgramFolder%

Check history at main section of the scripts, now they work on LiveXP and should be working with Win7RescuePE (please test)
If success, than maybe time to change Topic title cheers.gif

Here are modified scripts:
RocketDock.script
xplorer2.script

Keep the good work
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)
1 user(s) said "Thank you!" to Lancelot for this fantastic post:
billonious
+Quote Post
post Sep 6 2009, 03:11 PM
Post #6
trumpy81
Member   **
Group: Members

  Joined: 23-July 08
Posts: 77
Thank(s): 11


Australia


QUOTE (Lancelot @ Sep 5 2009, 08:57 PM) *
Hi trumpy81,

Thanks for sharing the scripts,
Now scripts also working with LiveXP wink.gif


Thanks for the feedback Lancelot cheers.gif

I've updated the scripts and uploaded them to my blog page.

I needed to correct a typo in the RocketDock script so that shutdown.exe would be included in the Win7RescuePE Build, you had ',' instead of a '\'. Please double check that it is working correctly in LiveXP.

Also, in the xplorer2 script I added an environment toggle to retain your preferences in LiveXP, so please check this script also.


Thanks for correcting my workarounds:
%TargetDir%\windows --> %target_win%
%TargetDir%\windows\System32 --> %target_sys%
%TargetDir%\Programs\%ProgramTitle% --> %Target_prog%\%ProgramFolder%

I used these because the correct functions were returning errors when I tested. Of course, Now I realise that there were no images loaded when I was testing ... doh! frusty.gif

I'll try to remember that in future thumbup.gif


--------------------
Regards
Andy M
+Quote Post
post Sep 6 2009, 03:43 PM
Post #7
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


QUOTE (trumpy81 @ Sep 6 2009, 05:11 PM) *
Please double check that it is working correctly in LiveXP.
Checked, Everything works very nicely here on LiveXP cheers.gif

edit: ps: thanks for typo fix

Well not every 39 minutes, but waiting your next scripts, keep the good work thumbup.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 Sep 7 2009, 02:29 AM
Post #8
trumpy81
Member   **
Group: Members

  Joined: 23-July 08
Posts: 77
Thank(s): 11


Australia


QUOTE (Lancelot @ Sep 7 2009, 01:43 AM) *
Checked, Everything works very nicely here on LiveXP cheers.gif

edit: ps: thanks for typo fix

Well not every 39 minutes, but waiting your next scripts, keep the good work thumbup.gif


Thanks Lancelot smile.gif

I'm glad they are working for LiveXP as well as Win7RescuePE and hopefully other projects as well. what.gif


--------------------
Regards
Andy M
+Quote Post
post Sep 7 2009, 06:11 AM
Post #9
Ariom
Member   **
Group: Members

  Joined: 14-July 07
Posts: 95
Thank(s): 11


Philippines


@trumpy81.

I tried your script....just yesterday!!
Its working in LiveXP
Its GOOOOOD

Now I've had a very nice LiveXP desktop....

A "Tera Bytes" of THANKS

Ariom
+Quote Post
post Sep 7 2009, 12:20 PM
Post #10
trumpy81
Member   **
Group: Members

  Joined: 23-July 08
Posts: 77
Thank(s): 11


Australia


QUOTE (Ariom @ Sep 7 2009, 04:11 PM) *
@trumpy81.

I tried your script....just yesterday!!
Its working in LiveXP
Its GOOOOOD

Now I've had a very nice LiveXP desktop....

A "Tera Bytes" of THANKS

Ariom



Thanks Ariom, I'm glad you like it. cheers.gif


--------------------
Regards
Andy M
+Quote Post

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



Collapse

  Topic Replies Topic Starter Views Last Action
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 Topic has attachmentsScript for mount wims or run programs inside wim?
3 vvurat 490 10th August 2010 - 08:45 AM
Last post by: Wonko the Sane
No new Topic has attachmentsApp scripts
Common script templates to work across different projects
621 Nuno Brito 53,390 23rd July 2010 - 02:52 AM
Last post by: Galapo
No New Posts ScriptBuilder w/ UI Selector
3 Flyboarder 959 3rd June 2010 - 06:31 AM
Last post by: Flyboarder
No New Posts Script error on clean installation
4 Karl1982 739 22nd May 2010 - 12:41 AM
Last post by: Karl1982