scripts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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`
 
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
 
Back
Top