1. Liebe Forumsgemeinde,

    aufgrund der Bestimmungen, die sich aus der DSGVO ergeben, müssten umfangreiche Anpassungen am Forum vorgenommen werden, die sich für uns nicht wirtschaftlich abbilden lassen. Daher haben wir uns entschlossen, das Forum in seiner aktuellen Form zu archivieren und online bereit zu stellen, jedoch keine Neuanmeldungen oder neuen Kommentare mehr zuzulassen. So ist sichergestellt, dass das gesammelte Wissen nicht verloren geht, und wir die Seite dennoch DSGVO-konform zur Verfügung stellen können.
    Dies wird in den nächsten Tagen umgesetzt.

    Wir danken allen, die sich in den letzten Jahren für Hilfesuchende und auch für das Forum selbst engagiert haben.

On My Command - Oder anderes CM

Dieses Thema im Forum "Software" wurde erstellt von Frenchviper, 12. September 2003.

  1. Frenchviper

    Frenchviper New Member

    Hallo

    Mit OMC ist

    ->File ->Rechtsklick ->Zip - Kein Problem
    ->File ->Rechtsklick ->Stuff - Kein Problem
    ->File ->Rechtsklick ->MailFile - Kein Problem

    Nun hätte ich gerne
    -> File ->Rechtsklick ->Zip & Mail und
    -> File ->Rechtsklick ->Stuff & Mail

    Habe es mit OMCEdit versucht und leider nicht geschafft die beiden Commands zusammenzuhängen. Schön wäre auch, wenn das gepackte File gleich wieder gelöscht würde...

    Hat jemand eine Idee? Oder gibts ein anderes CM mit dieser Funktion?
     
  2. Macci

    Macci ausgewandert.

    Paste XML text manually from the plist into your com.abracode.OnMyCommandCMPrefs.plist file in preferences folder.

    hast du für die Befehle ein XML-File?
     
  3. Frenchviper

    Frenchviper New Member

    Ja, darin kenne ich mich jedoch nicht aus...


    DropStuff This!


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file_or_folder</string>
    <key>COMMAND</key>
    <array>
    <string>open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string></string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>DropStuff this!</string>
    <key>NOTES</key>
    <string>Compresses your selected file or folder with DropStuff. Submitted by Fred Duennebier.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>





    Mail File

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file</string>
    <key>COMMAND</key>
    <array>
    <string>open -a Mail.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string> </string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>Mail File</string>
    <key>NOTES</key>
    <string>Puts the selected file in a new message in Mail.app ready for mailing. (There is a Services menu item that does this, but it is much more convenient to get at it from the contextual menu). Submitted by Ken Liu.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>



    In OMCEdit erscheinen nur die beiden Kommandos

    open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app __OBJ_PATH__

    und

    open -a Mail.app __OBJ_PATH__


    Vielleicht lassen sich diese beiden Kommandos zusammenführen?
    Eigentlich benötigt das zweite Kommando nur statt __OBJ_PATH__ den Verweis auf die zuvor gepackte Datei. Aber wie?
     
  4. Frenchviper

    Frenchviper New Member

    Hallo

    Mit OMC ist

    ->File ->Rechtsklick ->Zip - Kein Problem
    ->File ->Rechtsklick ->Stuff - Kein Problem
    ->File ->Rechtsklick ->MailFile - Kein Problem

    Nun hätte ich gerne
    -> File ->Rechtsklick ->Zip & Mail und
    -> File ->Rechtsklick ->Stuff & Mail

    Habe es mit OMCEdit versucht und leider nicht geschafft die beiden Commands zusammenzuhängen. Schön wäre auch, wenn das gepackte File gleich wieder gelöscht würde...

    Hat jemand eine Idee? Oder gibts ein anderes CM mit dieser Funktion?
     
  5. Macci

    Macci ausgewandert.

    Paste XML text manually from the plist into your com.abracode.OnMyCommandCMPrefs.plist file in preferences folder.

    hast du für die Befehle ein XML-File?
     
  6. Frenchviper

    Frenchviper New Member

    Ja, darin kenne ich mich jedoch nicht aus...


    DropStuff This!


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file_or_folder</string>
    <key>COMMAND</key>
    <array>
    <string>open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string></string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>DropStuff this!</string>
    <key>NOTES</key>
    <string>Compresses your selected file or folder with DropStuff. Submitted by Fred Duennebier.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>





    Mail File

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file</string>
    <key>COMMAND</key>
    <array>
    <string>open -a Mail.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string> </string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>Mail File</string>
    <key>NOTES</key>
    <string>Puts the selected file in a new message in Mail.app ready for mailing. (There is a Services menu item that does this, but it is much more convenient to get at it from the contextual menu). Submitted by Ken Liu.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>



    In OMCEdit erscheinen nur die beiden Kommandos

    open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app __OBJ_PATH__

    und

    open -a Mail.app __OBJ_PATH__


    Vielleicht lassen sich diese beiden Kommandos zusammenführen?
    Eigentlich benötigt das zweite Kommando nur statt __OBJ_PATH__ den Verweis auf die zuvor gepackte Datei. Aber wie?
     
  7. Frenchviper

    Frenchviper New Member

    Hallo

    Mit OMC ist

    ->File ->Rechtsklick ->Zip - Kein Problem
    ->File ->Rechtsklick ->Stuff - Kein Problem
    ->File ->Rechtsklick ->MailFile - Kein Problem

    Nun hätte ich gerne
    -> File ->Rechtsklick ->Zip & Mail und
    -> File ->Rechtsklick ->Stuff & Mail

    Habe es mit OMCEdit versucht und leider nicht geschafft die beiden Commands zusammenzuhängen. Schön wäre auch, wenn das gepackte File gleich wieder gelöscht würde...

    Hat jemand eine Idee? Oder gibts ein anderes CM mit dieser Funktion?
     
  8. Macci

    Macci ausgewandert.

    Paste XML text manually from the plist into your com.abracode.OnMyCommandCMPrefs.plist file in preferences folder.

    hast du für die Befehle ein XML-File?
     
  9. Frenchviper

    Frenchviper New Member

    Ja, darin kenne ich mich jedoch nicht aus...


    DropStuff This!


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file_or_folder</string>
    <key>COMMAND</key>
    <array>
    <string>open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string></string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>DropStuff this!</string>
    <key>NOTES</key>
    <string>Compresses your selected file or folder with DropStuff. Submitted by Fred Duennebier.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>





    Mail File

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file</string>
    <key>COMMAND</key>
    <array>
    <string>open -a Mail.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string> </string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>Mail File</string>
    <key>NOTES</key>
    <string>Puts the selected file in a new message in Mail.app ready for mailing. (There is a Services menu item that does this, but it is much more convenient to get at it from the contextual menu). Submitted by Ken Liu.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>



    In OMCEdit erscheinen nur die beiden Kommandos

    open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app __OBJ_PATH__

    und

    open -a Mail.app __OBJ_PATH__


    Vielleicht lassen sich diese beiden Kommandos zusammenführen?
    Eigentlich benötigt das zweite Kommando nur statt __OBJ_PATH__ den Verweis auf die zuvor gepackte Datei. Aber wie?
     
  10. Frenchviper

    Frenchviper New Member

    Hallo

    Mit OMC ist

    ->File ->Rechtsklick ->Zip - Kein Problem
    ->File ->Rechtsklick ->Stuff - Kein Problem
    ->File ->Rechtsklick ->MailFile - Kein Problem

    Nun hätte ich gerne
    -> File ->Rechtsklick ->Zip & Mail und
    -> File ->Rechtsklick ->Stuff & Mail

    Habe es mit OMCEdit versucht und leider nicht geschafft die beiden Commands zusammenzuhängen. Schön wäre auch, wenn das gepackte File gleich wieder gelöscht würde...

    Hat jemand eine Idee? Oder gibts ein anderes CM mit dieser Funktion?
     
  11. Macci

    Macci ausgewandert.

    Paste XML text manually from the plist into your com.abracode.OnMyCommandCMPrefs.plist file in preferences folder.

    hast du für die Befehle ein XML-File?
     
  12. Frenchviper

    Frenchviper New Member

    Ja, darin kenne ich mich jedoch nicht aus...


    DropStuff This!


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file_or_folder</string>
    <key>COMMAND</key>
    <array>
    <string>open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string></string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>DropStuff this!</string>
    <key>NOTES</key>
    <string>Compresses your selected file or folder with DropStuff. Submitted by Fred Duennebier.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>





    Mail File

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>COMMAND_LIST</key>
    <array>
    <dict>
    <key>ACTIVATION_MODE</key>
    <string>act_file</string>
    <key>COMMAND</key>
    <array>
    <string>open -a Mail.app </string>
    <string>__OBJ_PATH__</string>
    </array>
    <key>MULTIPLE_OBJECT_SETTINGS</key>
    <dict>
    <key>PREFIX</key>
    <string></string>
    <key>PROCESSING_MODE</key>
    <string>proc_together</string>
    <key>SEPARATOR</key>
    <string> </string>
    <key>SUFFIX</key>
    <string></string>
    </dict>
    <key>NAME</key>
    <string>Mail File</string>
    <key>NOTES</key>
    <string>Puts the selected file in a new message in Mail.app ready for mailing. (There is a Services menu item that does this, but it is much more convenient to get at it from the contextual menu). Submitted by Ken Liu.</string>
    <key>VERSION</key>
    <integer>1</integer>
    </dict>
    </array>
    <key>VERSION</key>
    <integer>2</integer>
    </dict>
    </plist>



    In OMCEdit erscheinen nur die beiden Kommandos

    open -a /Applications/StuffIt\ Standard\ 7.0.1/DropStuff.app __OBJ_PATH__

    und

    open -a Mail.app __OBJ_PATH__


    Vielleicht lassen sich diese beiden Kommandos zusammenführen?
    Eigentlich benötigt das zweite Kommando nur statt __OBJ_PATH__ den Verweis auf die zuvor gepackte Datei. Aber wie?
     

Diese Seite empfehlen