// スクリプトの引数をチェックする
var d = scpt.src.substring(0, scpt.src.lastIndexOf("/")+1);
/\?/.test(scpt.src) ? console.log(decodeURI(scpt.src.substring(scpt.src.lastIndexOf("?")+1))):0;
デフォルトのブラウザーで開きます start ‘https://docs.microsoft.com/ja-jp/powershell/’ powershell script to open web address URL with default browser | LockeVN aka walker in the coding cloud
いまさらcmdだけど... Batch: Timestamp to UNIX Time - Stack Overflow create a .bat file called "getUtime.bat" @echo off echo WScript.Echo(new Date().getTime()); > %temp%\time.js cscript //nologo %temp%\time.js del %temp%\time.js and call like this "C:\>getUTime" 1430894237616