Kleines Automator-Skript erstellt ENABLE_INSTALL_TOOL

Wen nervt das nicht – ständig fehlt die ENABLE_INSTALL_TOOL im typo3conf-Verzeichnis.Das kleine Create_ENABLE_INSTALL_TOOL herunterladen, entpacken und den Inhalt unter /Users/~username/Library/Services/ ablegen. (Übrigens: nur für MacOS X)

Jetzt ist im Kontextmenü eines Verzeichnisses ein Eintrag “create ENABLE_INSTALL_TOOL”. Viele Späße damit.

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

2 Antworten zu “Kleines Automator-Skript erstellt ENABLE_INSTALL_TOOL”

  1. jok sagt:

    Vielen Dank,
    auf MacOSX ist diese Variante leider viel zu lahm.
    Deshalb einfach die Shell benutzen:

    Make new Workflow with Automator,
    Drag “Run Shell Script” from Library into right side,
    write following command:

    touch “$@/ENABLE_INSTALL_TOOL”

    Save, and place your *.workflow file in:

    /Users/~username/Library/Services/

  2. Der Herr Kollege sagt:

    Wenn wer keinen Mac benutzt, sondern ein Betriebssystem besitzt:
    Kleine .reg-Datei erstellen mit folgendem Inhalt, doppelklicken, und voilá im Kontextmenü auf einem Ordner hat man jetzt die Option Enable Install Tool

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Enable_install_tool]
    @=”Enable Install Tool”

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Enable_install_tool\command]
    @=”cmd.exe /c \”echo a > %1\\ENABLE_INSTALL_TOOL \”"

Eine Antwort hinterlassen