Paper Plane xUI でアプリを起動して選択したフォルダ、ファイルをドロップする #PPx
アプリを起動した後にドロップしていたけど、短縮できそうだったのでスクリプトにした。
実行例: *script launchdrop.js,cmd,caption
cmd はエイリアスで登録しておく。
caption はキャプション。
launchdrop.js
//!*script
// アプリを起動してドロップ
// PPx 1.41+2 x64 + Script Module R14
if (PPx.Arguments.length < 2) PPx.Quit(-1);
var cmd = PPx.Arguments.Item(0);
var caption = PPx.Arguments.Item(1);
// cmd はエイリアスに登録する
PPx.Execute("%Obi %'" + cmd + "' %: *autodragdrop " + caption );
Author And Source
この問題について(Paper Plane xUI でアプリを起動して選択したフォルダ、ファイルをドロップする #PPx), 我々は、より多くの情報をここで見つけました https://qiita.com/hokorobi/items/6be03cd048c92e4c57b0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .