OSDN Git Service

Version 4.90
[vbslib/main.git] / _src / Test / tools / T_VbsLibUpdater / ans / other_param / VbsLibHeader3b_bak.vbs
diff --git a/_src/Test/tools/T_VbsLibUpdater/ans/other_param/VbsLibHeader3b_bak.vbs b/_src/Test/tools/T_VbsLibUpdater/ans/other_param/VbsLibHeader3b_bak.vbs
deleted file mode 100644 (file)
index bbc5e76..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-Option Explicit \r
-'--- start of vbslib include ------------------------------------------------------\r
-'// vbslib \82Í\81A3-clause BSD \83\89\83C\83Z\83\93\83X\82Å\92ñ\8b\9f\82³\82ê\82Ä\82¢\82Ü\82·\81B\r
-'// \82±\82±\82Í\81A\8fC\90³\82µ\82È\82¢\82Å\82­\82¾\82³\82¢\81B\89º\8bL\83\81\83C\83\93\8aÖ\90\94\82©\82ç\83X\83N\83\8a\83v\83g\82ð\8bL\8fq\82µ\82Ä\82­\82¾\82³\82¢\81B\r
-'// \82l\82r\83I\83t\83B\83X\82â\83R\83\93\83p\83C\83\89\82ª\82 \82ê\82Î\81A\89º\8bL\82Ì\82\87\81Q\82\84\82\85\82\82\82\95\82\87 \82ð\82X\82X\82È\82Ç\82É\82·\82ê\82Î\81A\83f\83o\83b\83K\82ª\8eg\82¦\82Ü\82·\81B\r
-'// \82r\82\94\82\8f\82\90\96½\97ß\82ð\8bL\8fq\82·\82ê\82Î\81A\83f\83o\83b\83K\82Í\83u\83\8c\81[\83N\82µ\82Ü\82·\81B\8fÚ\82µ\82­\82Í vbslib \82Ì\90à\96¾\8f\91\82Ì\8dÅ\8cã\82Ì\81u\8d¢\82Á\82½\82Æ\82«\82Í\81v\81B\r
-Dim  g_debug, g_debug_params, g_admin, g_vbslib_path, g_CommandPrompt, g_fs, g_sh, g_AppKey, g_Vers\r
-If IsEmpty( g_fs ) Then\r
-  Dim  g_MainPath, g_SrcPath : g_SrcPath = WScript.ScriptFullName : g_MainPath = g_SrcPath\r
-  Set g_Vers = CreateObject("Scripting.Dictionary") : g_Vers.Add "vbslib", 4.0\r
-\r
-  '--- start of parameters for vbslib include -------------------------------\r
-  g_debug = -1          '// release:0, debug:99, -1:call SetupDebugTools\r
-  Sub SetupDebugTools() : set_input "" : SetBreakByFName Empty : End Sub\r
-  g_vbslib_path = "vbslib2\vbs_inc.vbs"\r
-  g_CommandPrompt = 1\r
-  '--- end of parameters for vbslib include ---------------------------------\r
-\r
-  Dim  g_f, g_include_path, i : Set  g_fs = CreateObject( "Scripting.FileSystemObject" )\r
-  Set  g_sh = WScript.CreateObject("WScript.Shell") : g_f = g_sh.CurrentDirectory\r
-  g_sh.CurrentDirectory = g_fs.GetParentFolderName( WScript.ScriptFullName )\r
-  For i = 20 To 1 Step -1 : If g_fs.FileExists(g_vbslib_path) Then  Exit For\r
-  g_vbslib_path = "..\" + g_vbslib_path  : Next\r
-  If g_fs.FileExists(g_vbslib_path) Then  g_vbslib_path = g_fs.GetAbsolutePathName( g_vbslib_path )\r
-  g_sh.CurrentDirectory = g_f\r
-  If i=0 Then WScript.Echo "Not found " + g_fs.GetFileName( g_vbslib_path ) +vbCR+vbLF+_\r
-    "Let's download vbslib "&g_Vers.Item("vbslib")&" and Copy vbslib folder." : Stop : WScript.Quit 1\r
-  Set g_f = g_fs.OpenTextFile( g_vbslib_path ): Execute g_f.ReadAll() : g_f = Empty\r
-  If ResumePush Then  On Error Resume Next\r
-    If IsDefined("main2") Then  Set g_f=CreateObject("Scripting.Dictionary") :_\r
-      Set g_AppKey = new AppKeyClass : main2  g_f, g_AppKey.SetKey( new AppKeyClass )  Else _\r
-      Set g_AppKey = new AppKeyClass : g_AppKey.SetKey( new AppKeyClass ) : main\r
-  g_f = Empty : ResumePop : On Error GoTo 0\r
-End If\r
-'--- end of vbslib include --------------------------------------------------------\r
-\r
-\r
-'********************************************************************************\r
-'  <<< [main2] >>>\r
-'********************************************************************************\r
-Sub  main2( Opt, AppKey )\r
-  echo "Hello, vbslib!"\r
-End Sub\r
-\r
\r