Craftlaunch/Exを応援しよう!Part 5at SOFTWARE
Craftlaunch/Exを応援しよう!Part 5 - 暇つぶし2ch298:名無しさん@お腹いっぱい。
06/02/09 23:01:26 0olw8ohJ0
>>297
config.py に以下を追加でできるみたいですが
空白を含むパスだと失敗します... ショートネームに変換すればよさそうだけど...

import clmode_launcher
OldLauncherExecute = clmode_launcher.LauncherMode.OnExecute
def MyLauncherExecute(self, event):
    import os.path
    if os.path.isdir(event.str):
        event.str = 'explorer.exe;/e,"%s"' % os.path.normpath(event.str)
    OldLauncherExecute(self, event)
clmode_launcher.LauncherMode.OnExecute = MyLauncherExecute


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch