言語別バッチビルドセット


  C#



.NET Frameworkのバージョンを確認する方法 − @IT


home.vbs
  
Set WshShell = CreateObject( "WScript.Shell" )
strCommand1 = " mode con: cols=120 "
strCommand2 = " set PATH=%windir%\Microsoft.NET\Framework\v2.0.50727;%PATH% "
strCommand3 = " prompt C#$G"
strCommand = "cmd.exe /k" & strCommand1
strCommand = strCommand & "&" & strCommand2
strCommand = strCommand & "&" & strCommand3
Call WshShell.Run( strCommand, 3 )
  

↓Console ビルドセット


build.bat : Console
  
ECHO OFF
csc.exe %1
  

↓Windows ビルドセット


build.bat : Windows
  
ECHO OFF
csc.exe /t:winexe /out:app.exe %1 %2
  










  infoboard   管理者用   
このエントリーをはてなブックマークに追加





フリーフォントWEBサービス
SQLの窓WEBサービス

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ