| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sat Dec 08, 2007 6:02 pm Post subject: scripts |
|
|
Hi all,
I am a developer. I would like to write a simple script that will
automatically launch my entire development environment at logon. This
includes some of the following types of things:-
Windows Explorer (go to a certain folder)
Oracle Manager (program)
Java Suite (development program)
How can I do this?
TIA! |
|
| Back to top |
|
 |
Google Sponsor

|
Posted: Sat Dec 08, 2007 6:02 pm Post subject: Advertisement |
|
|
|
|
| Back to top |
|
 |
Leonard Grey Guest
|
Posted: Sat Dec 08, 2007 6:44 pm Post subject: Re: scripts |
|
|
Start > All Programs > Startup
---
Leonard Grey
Errare humanum est
param@community.nospam wrote:
| Quote: | Hi all,
I am a developer. I would like to write a simple script that will
automatically launch my entire development environment at logon. This
includes some of the following types of things:-
Windows Explorer (go to a certain folder)
Oracle Manager (program)
Java Suite (development program)
How can I do this?
TIA!
|
|
|
| Back to top |
|
 |
Poprivet` Guest
|
Posted: Sat Dec 08, 2007 10:16 pm Post subject: Re: scripts |
|
|
param@community.nospam wrote:
| Quote: | Hi all,
I am a developer. I would like to write a simple
script that will
automatically launch my entire development
environment at logon. This
includes some of the following types of things:-
Windows Explorer (go to a certain folder)
Oracle Manager (program)
Java Suite (development program)
How can I do this?
TIA!
|
Well, unless it's more complex than it looks a simple
Batch file should be able to handle opening Oracle and
getting the Java Suite started.
If you need more, then look into the windows
scription hosts; those will do it for sure. But it
looks to me like you could use batch files unless the
Explorer things doesn't mean get to Oracle etc..
You could also consder writing a macro for that. Or
javascript (NOT the same thing as JAVA!). But start
with batch files. Or one of the many macro recorders
out there. If you'd like something with a lot of
flexibility and about a one evening's learning curve,
try RemoteKeys
(http://www.freewarehits.de/RemoteKeys.htm) . It can
really make your keyboard and mouse dance! No, I have
no interest in it other than as a user.
For bacth files: See your Help & Support button.
HTH
Pop` |
|
| Back to top |
|
 |
Guest
|
Posted: Sun Dec 09, 2007 12:22 am Post subject: Re: scripts |
|
|
Sorry my mistake. I should have been more explicit. I do not want it on
startup. I would like a shortcut on my desktop. Something like "Launch Dev
Environment". It will launch everything that needs to be launched.
I think I will try Poprivet recommendation in the next post below this.
Thanks
"Leonard Grey" <Leonard@Grey.invalid> wrote in message
news:e9JoRpcOIHA.4136@TK2MSFTNGP03.phx.gbl...
| Quote: | Start > All Programs > Startup
---
Leonard Grey
Errare humanum est
param@community.nospam wrote:
Hi all,
I am a developer. I would like to write a simple script that will
automatically launch my entire development environment at logon. This
includes some of the following types of things:-
Windows Explorer (go to a certain folder)
Oracle Manager (program)
Java Suite (development program)
How can I do this?
TIA!
|
|
|
| Back to top |
|
 |
|