TD室でアニメーション関連のTDをしている浅野です。 主にMotionBuilderやMaya関連のツールを作成しています。 今後ともよろしくお願いいたします。 早速ではありますが、今回はMotionBuilderのBatchモードによる 自動処理方法を紹介します。 MotionBuilderのBatchモード ...
PCをシャットダウンする、という日常的な操作も、Pythonを使えば自動化できます。さらに、そのPythonスクリプトを、ダブルクリックするだけで実行できる「バッチファイル(.bat)」から呼び出せたら、さらに便利ですよね。 今回は、PythonでWindows PCを ...
今回はスクリプトファイルを作ってみます。Windows PowerShellのプログラムをテキストファイルに作成し、それをコマンドレットのように実行できるようにします。コマンドプロンプトで言うバッチファイル(バッチコマンド)に相当するもので、コマンド ...
Today I came across this software called Batch Compiler. Batch Compiler is an advanced software for scripting batch files and compiling them into EXE files. The free tool offers you a workspace where ...
I need to check the date modified of the newest file in a folder and if it's older than 30 minutes execute a command.<BR><BR>Any ideas on how to do this, my preference is batch files but I'm open to ...
コマンドプロンプトやバッチファイルで利用する基本的なコマンドのひとつにechoがある。このコマンドには2つの機能があり、ひとつはコマンドプロンプトやバッチファイルエコーイングのオン・オフの切り替え、もう一つは引数に指定されたメッセージを ...
WindowsやMacで、あるフォルダから別のフォルダにファイルを自動的に移動させたくありませんか? 実は、どちらのパソコンでも簡単に自動で移動させることができます。 今回は、WindowsやMacでファイル転送を自動化する方法をご紹介します。 ∟ステップ 1.
I'm writing a simple batch file to move, then delete files older than 7 days. Using Robocopy for the move, then using Forfile to search the old files and Del for the deletion of files. My problem is ...
Last week’s README file demonstrated how easy it is to turn virtually any desktop machine into an SFTP server. Today’s piece shows how to automate a well-known Windows open source SFTP client using ...