View Single Post
  #1   (View Single Post)  
Old 24th December 2008
whispersGhost's Avatar
whispersGhost whispersGhost is offline
Real Name: heather
Package Pilot
 
Join Date: May 2008
Location: ny
Posts: 168
Smile Open Solaris sending 2 launcher command to terminal with && ?

Hi

Open Solaris 2008.11

i am trying to combine 2 commands from a launcher
so i can automate a process of burning dvdrw
since the built in program just wil not do it without errors

i made 2 launchers on that makes the iso file

mkisofs -o session.iso -R session


the other that does the burn provcess

cdrecord dev=7,1,0 -v -sao session.iso

But && does not work like the tradional BSD fashion

mkisofs -o session.iso -R session && cdrecord dev=7,1,0 -v -sao session.iso

Therefore i made 2 launchers

i have placed both these launcher icons in my home folder with a working folder called session

This way if wann burn something as an example like a few (family memories avi files) i drop them into the folder,and it does work for me,but i have to do them in 2 phases not just one

it creates the session.iso file then it will write to DVDRW


Thank You
__________________
The journey is better then the destination

Last edited by whispersGhost; 24th December 2008 at 05:45 PM.
Reply With Quote