Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Script to launch terminal window?

Options
  • 30-06-2005 2:57pm
    #1
    Registered Users Posts: 130 ✭✭


    Trying to find a way of writing a script to launch multiple terminal or console windows on solaris 9. I used to be able to do this using cmdtool on older versions of solaris and it was even possible to configure the size and screen position of the window and the title. Need to cut down on time taken to set up an environment I use for testing an application at work.

    Cheers.


Comments

  • Registered Users Posts: 1,186 ✭✭✭davej


    dtterm (for cde)

    see man dtterm for setting colors / geometry etc..
    eg:
    dtterm -geometry 100

    If you set up your environment as you like and log out, your last session setup should be saved in any case?

    davej


  • Registered Users Posts: 130 ✭✭shano


    That's the shot. cheers dude


Advertisement