(function(){
for (var i = 0; i < arguments.length; i ++) {
var e = document.getElementById(arguments[i]);
e.parentNode.removeChild(e);
}
})(
"layout-css",
"options-css",
"theme-css",
"page-css"
);
デフォルトのブラウザーで開きます 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