[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OpenOffice Recourcenbedarf



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2003-09-20 15:08 +0200, Heino Tiedemann wrote:

> Noch eine Frage: kann man oppen Office ..äh "modular" laden? Also ich
> interessiere mich nur für's Briefe schreiben, Kalkulation oder
> Präsentationen sind mit wurcht.

Ja, kann man. Ich hab' mir dafuer mal ein Script geschrieben (naja,
Script ist eigentlich uebertrieben):

  #! /bin/sh
  #
  # wrapper script for open office applications
  #
  # Usage: ooffice impress
  #        ooffice calc
  #        ooffice draw
  #        ooffice writer
  OO=/opt/OOffice-1.1rc3_de/soffice

  case "$1" in
          impress)
                  $OO private:factory/simpress $2 &
          ;;
          calc)
                  $OO private:factory/scalc $2 &
          ;;
          draw)
                  $OO private:factory/sdraw $2 &
          ;;
          writer)
                  $OO private:factory/swriter $2 &
          ;;
          *)
                  echo "Usage: $0 {impress|calc|draw|writer}"
          ;;
  esac

  exit 0



HTH
wolfgang

- -- 
stief@chaes.de                     Freiheit hoasst, koa Angst hom,
GPG: www.chaes.de/id.html          vor nix und neamands. -K. Wecker
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE/bJqdM6232ZYRYVURAifYAJ9vnRHd65HRJtbgII/+cGDl66m97ACfRz9G
ecK6xHh25t134jkqfTc8nLM=
=9OfS
-----END PGP SIGNATURE-----



Reply to: