Skip to content

Instantly share code, notes, and snippets.

@echo off
:: test of "sequence number file"
setlocal enabledelayedexpansion
set prefix=C:\path\to\hoge.
set extension=.bk
set pad=2
for /l %%i in (1, 1, 15) do (
set num=00000%%i
Sub [Call]()
' write code....
End Sub
--- reblogcommand_add_privatemode_for_rev12526.user.js Sat Feb 21 19:36:23 2009
+++ reblogcommand_add_privatemode_for_rev12526_fix.user.js Sat Feb 21 19:41:21 2009
@@ -96,7 +96,7 @@
}
}
if(isPrivate){
- arr.push("post[is_private]=1");
+ arr.push("post[state]=private");
}
return arr.join('')