RomanDA;
I used the code from your last post and all went well except I ran into a small glitch on the line below start the program.
WshShell.Run "C:\Program Files\Samurize\Client.exe""i=Today"
The area in question is haveing a space at the part for the directory :
C:' Program Files.....looks like the VBscript needs something to let DesktopX run because of the space in " Program Files "
If eberything is on C:\ then it's fine but when you use Program Files where the program is the space breaks the command and then look at the " Arguments " I have to use an argument as to which client to load?
Any ideas
Thanks guy
To let you know what I am doing - here goes.
A simple Image based object that uses scripting instead of building 3 objects to load them.
Then when DesktopX loads them theme I can get it to load all three other programs and their instance like today " Current Weather ", mail instance " email ", 5Day instance " 5 Day Weather outlook".
With all of these I have to load this = C:\Program Files\Samurize\Client.exe with the arguments of all of the instances above.
Does this help a little on grasping my idea.
The reason for this is that if I place all three different "C:\Program Files\Samurize\Client.exe " i=Today into the Startup menu the programs start and don't go to the position on the screen like they were built to do.
When I load one or all three from with-in DesktopX when it starts my theme they work perfect and are placed where they belong when they were built. It must be a clash because these are trying to load at the same time as DesktopX?
So I decided to load them when my theme loads.
I change the back grounds because I have an exit windows that plays a sound file for exit that came from the Iron Man movie then windows restarts and ha anothe wav file from the movie for startup sound.
It's pretty cool.
Thanks again!!!!
Automan