2012-03-01から1ヶ月間の記事一覧

Windows7 の SendTo

よく忘れる。 C:\Users\<username>\AppData\Roaming\Microsoft\Windows\SendTo ssfSENDTO 0x09 (9). File system directory that contains Send To menu items. A typical path is C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo. http://msdn.microsoft</username>…

バッチファイルメモ

bat

バッチを管理者で実行するとカレントディレクトリが C:\Windows\System32 になる。 だから最初に cd %~dp0 する必要がある。 しかしバッチファイルのあるドライブが C: 以外の場合、C:\Windows\System32 から別ドライブへの cd が失敗する。 そこで最初に %~…

Git Extensions と Visual Studio の連携

http://code.google.com/p/gitextensions/ http://gitscc.codeplex.com/

ShellExecuteEx の戻り値を確認する

たとえばひとつ前のエントリなら ConsoleApplication1 の Environment.ExitCode を知りたい。 ShellExecuteEx の戻り値から得られそうだが、うまくいかない。Raymond Chen 先生はこう言っている。 We discussed earlier the history behind the the return v…

VBA で管理者権限に昇格する必要のある外部アプリを実行する

ShellExecuteEx で "runas" する。こんな感じになる。 Dim ei As SHELLEXECUTEINFO ei.cbSize = LenB(ei) ei.fMask = SEE_MASK_NOCLOSEPROCESS ' プロセスを終了させない ei.hwnd = GetActiveWindow() ' シートのハンドル ei.lpVerb = "runas" ei.lpFile = A…

Lifecycle Information for Microsoft Server Products

何度も探すのでメモ。 Lifecycle Information for Microsoft Server Products Support サポート ライフサイクル検索

github にアカウント作った

温泉旅館TV https://github.com/dechnostick/OnsenTVはぐれ計時 https://github.com/dechnostick/Hagure