You need to package up a bunch of files, send them somewhere, and do something with them at the destination. It isn’t an uncommon scenario. The obvious answer is to create an archive — a zip or tar ...
Pythonで作ったスクリプトをお客さんに渡して試しに動かしてもらいたいとき、そのままではPython環境がないと動かせないことに気付いたことはありませんか?そんなときに便利なのが「PyInstaller」というツールです。このツールを使えば、Pythonスクリプトを ...
shebang: #!/bin/bash は、このスクリプトをbashで実行することを指定します。 Content-typeヘッダ: echo "Content-type: text/html" は ...
米Microsoftは5月28日(現地時間)、プロジェクトファイル不要でC#コードを実行する仕組み「dotnet run app.cs」を発表した。この新機能はファイルベースのアプリとも呼ばれており、単一のC#コードファイルをあたかもスクリプトのように実行できる。 本機能は ...
さまざまなファイルを添付してメール送信する場合、Googleドライブを活用すると便利です。Googleドライブから必要なファイルを取り出しメールで送信するスクリプトを作成してみましょう。 Googleドライブでファイルを取り出す ごく簡単なメッセージをGmailで ...
A script is just a collection of commands saved into a text file (using the special .ps1 extension) that PowerShell understands and executes in sequence to perform different actions. In this post, we ...
BASH is a Unix shell and command language which can run Shell Script files. You do not need to install Ubuntu or any other Linux Distros unless your scripts need the ...
前回に引き続き、営業日報をサンプルにGoogle Apps Scriptの基本的な使い方を紹介する。今回は、作業しているスプレッドシートを添付ファイルとしてメールで送信するスクリプトだ。 サンプルは下記のような営業日報。入力項目は、訪問先、訪問時刻、報告 ...
I have been tasked at my new job for finding a way to monitor server space on our many servers, originally I thought of something like Spiceworks, but the lead programmer/admin for this wants ...