On Mon, Aug 20, 2007 at 04:56:04PM -0400, Paul MacKenzie wrote: > Hello, > > I am trying to create a one line command for restoring a text file > > /usr/local/bin/bbackupquery 'cd /usr/home get -i 004329f5 > /usr/home/somefile' quit > > It needs to be run as one line. I suspect you want: /usr/local/bin/bbackupquery 'cd /usr/home' 'get -i 004329f5 /usr/home/somefile' quit -ben