OSDN Git Service

Version 5.93
[vbslib/main.git] / _src / _vbslib manual.files / vbs_memo.files / vbs_memo_04.html
index f549d7d..63ffb79 100644 (file)
@@ -87,80 +87,340 @@ function  out( text ){ text.style.display = "none"; }
 \r
 <PAGESET>\r
  \r
-<!-- page 50 --> \r
+<!-- page 48 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p50" class="to_tree" style="margin-top:-11px;" onClick="selectTreeElem( '50' );">\81©</A>\r
-<A href="#svgcats_vml_p51" class="to_next_page" style="margin-top:-11px;">\81¥</A>\r
-<A href="vbs_memo_03.html#svgcats_vml_p49" class="to_prev_page" style="margin-top:-11px;">\81£</A>\r
+<A id="svgcats_vml_p48" class="to_tree" style="margin-top:-11px;" onClick="selectTreeElem( '48' );">\81©</A>\r
+<A href="#svgcats_vml_p49" class="to_next_page" style="margin-top:-11px;">\81¥</A>\r
+<A href="vbs_memo_03.html#svgcats_vml_p47" class="to_prev_page" style="margin-top:-11px;">\81£</A>\r
 <DIV style="position:absolute; margin-left:20px; margin-top:-16px;">\r
 <A id="page_group_top" href="vbs_memo_03.html#page_group_bottom" style="text-decoration:none;">\81ª</A></DIV>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:0px; width:532px; height:488px;" fillcolor="white"/>\r
-<v:rect style="position:absolute; margin-left:46px; margin-top:247px; width:451px; height:156px;" fillcolor="#DFDFDF" strokecolor="#000000" strokeweight="1pt"/>\r
-<v:rect style="position:absolute; margin-left:48px; margin-top:48px; width:291px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text50_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:54px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:0px; width:546px; height:436px;" fillcolor="white"/>\r
+<DIV id="text48_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:17px; line-height:15px; white-space:nowrap">\r
+<A name="drop_to_vbs">\r
+.vbs \83t\83@\83C\83\8b\82É\83h\83\8d\83b\83v\82·\82é</A></DIV>\r
+<v:rect style="position:absolute; margin-left:30px; margin-top:64px; width:484px; height:340px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text48_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:38px; margin-top:70px; line-height:15px; white-space:nowrap">\r
+Sub main()<BR/>\r
+&nbsp; Dim&nbsp; r, w, r_path, w_path, line<BR/>\r
+<BR/>\r
+&nbsp; If WScript.Arguments.Unnamed.Count &lt; 1 Then<BR/>\r
+&nbsp; &nbsp; echo "\95Ï\8a·\82µ\82½\82¢\83t\83@\83C\83\8b\82ð\83h\83\89\83b\83O\81\95\83h\83\8d\83b\83v\82µ\82Ä\82­\82¾\82³\82¢\81B"<BR/>\r
+&nbsp; &nbsp; Exit Sub<BR/>\r
+&nbsp; End If<BR/>\r
+<BR/>\r
+&nbsp; r_path = WScript.Arguments.Unnamed(0)<BR/>\r
+&nbsp; w_path = GetParentAbsPath( r_path ) +"\"+ g_fs.GetBaseName( r_path ) +".csv"<BR/>\r
+<BR/>\r
+&nbsp; Set r = g_fs.OpenTextFile( r_path )<BR/>\r
+&nbsp; Set w = g_fs.CreateTextFile( w_path, True, False )<BR/>\r
+<BR/>\r
+&nbsp; Do Until r.AtEndOfStream<BR/>\r
+&nbsp; &nbsp; line = r.ReadLine()<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; '// \82±\82±\82É\95Ï\8a·\8f\88\97\9d\82ð\8bL\8fq\82·\82é<BR/>\r
+<BR/>\r
+&nbsp; &nbsp; w.WriteLine&nbsp; line<BR/>\r
+&nbsp; Loop<BR/>\r
+End Sub</DIV>\r
+<DIV id="text48_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:476px; margin-top:206px; line-height:13px; white-space:nowrap">\r
+.csv</DIV>\r
+<DIV id="text48_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:62px; margin-top:326px; line-height:13px; white-space:nowrap">\r
+'// \82±\82±\82É\95Ï\8a·\8f\88\97\9d\82ð\8bL\8fq\82·\82é</DIV>\r
+\r
+<v:line from="0,0" to="546,0"/>\r
+<v:line from="546,0" to="546,436"/>\r
+<v:line from="546,436" to="0,436"/>\r
+<v:line from="0,436" to="0,0"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 49 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p49" class="to_tree" style="margin-top:441px;" onClick="selectTreeElem( '49' );">\81©</A>\r
+<A href="#svgcats_vml_p50" class="to_next_page" style="margin-top:441px;">\81¥</A>\r
+<A href="#svgcats_vml_p48" class="to_prev_page" style="margin-top:441px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:452px; width:589px; height:425px;" fillcolor="white"/>\r
+<DIV id="text49_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:14px; margin-top:471px; line-height:15px; white-space:nowrap">\r
+<A name="errorlevel">\r
+\8fI\97¹\81A\95Ô\82è\92l\81i\83G\83\89\81[\83\8c\83x\83\8b\81j\82ð\8ew\92è\82·\82é</A></DIV>\r
+<v:rect style="position:absolute; margin-left:42px; margin-top:521px; width:112px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text49_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:50px; margin-top:528px; line-height:13px; white-space:nowrap">\r
+WScript.Quit&nbsp; 21</DIV>\r
+<DIV id="text49_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:183px; margin-top:526px; line-height:15px; white-space:nowrap">\r
+\83T\83u\81E\83v\83\8d\83V\81[\83W\83\83\82Ì\92\86\82Å\8cÄ\82Ñ\8fo\82µ\82Ä\82à\81A\83v\83\8d\83O\83\89\83\80\82Í\8fI\97¹\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text49_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:27px; margin-top:495px; line-height:15px; white-space:nowrap">\r
+WScript.exe, CScript.exe \82Ì\95Ô\82è\92l\81i\83G\83\89\81[\83\8c\83x\83\8b\81j\82Í\81AWScript.Quit \82Å\8ew\92è\82µ\82Ü\82·\81B</DIV>\r
+<DIV id="text49_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:27px; margin-top:562px; line-height:15px; white-space:nowrap">\r
+WScript.Quit \82ð\8cÄ\82Î\82È\82¢\82Å\8fI\97¹\82µ\82½\8fê\8d\87\82¾\82¯\82Å\82È\82­\81A\83X\83N\83\8a\83v\83g\93à\82Å\97á\8aO\82ª\94­\90\82µ\82½\8fê\8d\87\82à\81A<BR/>\r
+\95Ô\82è\92l\82Í 0 \82É\82È\82è\82Ü\82·\81B</DIV>\r
+<DIV id="text49_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:69px; margin-top:685px; line-height:15px; white-space:nowrap">\r
+<A href="#stdinout">\r
+\81¨ \95W\8f\80\93ü\8fo\97Í\81A\83\8a\83_\83C\83\8c\83N\83g\81A\83G\83\89\81[\83\8c\83x\83\8b</A></DIV>\r
+<DIV id="text49_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:27px; margin-top:601px; line-height:15px; white-space:nowrap">\r
+cscript.exe&nbsp; \82Ì\83p\83\89\83\81\81[\83^\82É\8ew\92è\82µ\82½ VBS \83t\83@\83C\83\8b\82ª\8c©\82Â\82©\82ç\82È\82¢\82Æ\82«\82Í\81A1 \82É\82È\82è\82Ü\82·\81B</DIV>\r
+<DIV id="text49_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:27px; margin-top:630px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_02.html#WScript_Shell_Run">\r
+Shell::Run</A></DIV>\r
+<DIV id="text49_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:366px; margin-top:630px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_02.html#WScript_Shell_Exec">\r
+Shell::Exec</A></DIV>\r
+<DIV id="text49_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:84px; margin-top:630px; line-height:15px; white-space:nowrap">\r
+\82Å\8bN\93®\82µ\82½\83X\83N\83\8a\83v\83g\82Í\81A\95Ô\82è\92l\82ð\8eæ\93¾\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text49_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:435px; margin-top:630px; line-height:15px; white-space:nowrap">\r
+\82Ü\82½\82Í</DIV>\r
+<DIV id="text49_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:27px; margin-top:647px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_48.html#RunProg">\r
+RunProg (vbslib)</A></DIV>\r
+<DIV id="text49_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:124px; margin-top:647px; line-height:15px; white-space:nowrap">\r
+\82ð\8eg\82Á\82Ä\83X\83N\83\8a\83v\83g\82ð\8bN\93®\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
+<DIV id="text49_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:27px; margin-top:683px; line-height:15px; white-space:nowrap">\r
+\8aÖ\98A</DIV>\r
+<DIV id="text49_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:69px; margin-top:705px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_10.html#Class_Terminate">\r
+\81¨ Class_Terminate \81i\83f\83X\83g\83\89\83N\83^\81j</A></DIV>\r
+<DIV id="text49_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:69px; margin-top:727px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_62.html#err_ov">\r
+\81¨ vbslib \82Ì\83G\83\89\81[\94­\90\8e\9e\82Ì\93®\8dì</A></DIV>\r
+<DIV id="text49_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:14px; margin-top:787px; line-height:15px; white-space:nowrap">\r
+\8ew\92è\8e\9e\8aÔ\8cã\82à\93®\82¢\82Ä\82¢\82½\82ç\81A\8b­\90§\8fI\97¹\82·\82é</DIV>\r
+<v:rect style="position:absolute; margin-left:35px; margin-top:820px; width:190px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text49_18" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:43px; margin-top:827px; line-height:13px; white-space:nowrap">\r
+WScript.Timeout = 5&nbsp; '//(sec)</DIV>\r
+\r
+<v:line from="0,452" to="589,452"/>\r
+<v:line from="589,452" to="589,877"/>\r
+<v:line from="589,877" to="0,877"/>\r
+<v:line from="0,877" to="0,452"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 50 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p50" class="to_tree" style="margin-top:882px;" onClick="selectTreeElem( '50' );">\81©</A>\r
+<A href="#svgcats_vml_p51" class="to_next_page" style="margin-top:882px;">\81¥</A>\r
+<A href="#svgcats_vml_p49" class="to_prev_page" style="margin-top:882px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:893px; width:614px; height:639px;" fillcolor="white"/>\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:1201px; width:328px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text50_1" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:1207px; line-height:15px; white-space:nowrap">\r
+WScript.exe a.vbs param1 ... \83E\83B\83\93\83h\83E\94Å<BR/>\r
+CScript.exe [//nologo] a.vbs param1 ... \83R\83\93\83\\81[\83\8b\94Å</DIV>\r
+<DIV id="text50_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:19px; margin-top:1151px; line-height:15px; white-space:nowrap">\r
+<A name="start_wsh">\r
+WSH\82ð\8bN\93®\82·\82é</A></DIV>\r
+<DIV id="text50_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:1178px; line-height:15px; white-space:nowrap">\r
+\83R\83}\83\93\83h\83v\83\8d\83\93\83v\83g\82©\82ç\81A</DIV>\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:942px; width:292px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text50_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:948px; line-height:15px; white-space:nowrap">\r
+Set sh = WScript.CreateObject("WScript.Shell")<BR/>\r
+sh.Run "notepad.exe a.txt"<BR/>\r
+sh = Empty</DIV>\r
+<DIV id="text50_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:19px; margin-top:912px; line-height:15px; white-space:nowrap">\r
+<A name="start_exe">\r
+\83\81\83\82\92 \82ð\8bN\93®\82·\82é\81i.exe \83v\83\8d\83O\83\89\83\80\82Ì\8bN\93®\81j</A></DIV>\r
+<v:rect style="position:absolute; margin-left:373px; margin-top:913px; width:177px; height:18px;" fillcolor="#F8FFB0" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text50_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:381px; margin-top:915px; line-height:15px; white-space:nowrap">\r
+WSH\8eÀ\97p\83}\83j\83\85\83A\83\8b[\82»\82Ì\91¼]</DIV>\r
+<DIV id="text50_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:389px; margin-top:970px; line-height:15px; white-space:nowrap">\r
+&gt; \82É\82æ\82é\83\8a\83_\83C\83\8c\83N\83g\82Í\82Å\82«\82Ü\82¹\82ñ</DIV>\r
+<DIV id="text50_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:403px; margin-top:993px; line-height:15px; white-space:nowrap">\r
+<A href="#stdinout">\r
+\81¨ \95W\8f\80\93ü\8fo\97Í\81A\83\8a\83_\83C\83\8c\83N\83g</A></DIV>\r
+<DIV id="text50_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:1005px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_02.html#WScript_Shell_Run">\r
+\81¨ WScript.Shell::Run</A></DIV>\r
+<DIV id="text50_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:19px; margin-top:1283px; line-height:15px; white-space:nowrap">\r
+<A name="set_cscript">\r
+vbs \83t\83@\83C\83\8b\82ð cscript.exe \82Å\8bN\93®\82·\82é\82æ\82¤\82É\83G\83N\83X\83v\83\8d\81[\83\89\81[\82ð\90Ý\92è\82·\82é</A></DIV>\r
+<DIV id="text50_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:56px; margin-top:1350px; line-height:15px; white-space:nowrap">\r
+vbs \83t\83@\83C\83\8b\82ð\83_\83u\83\8b\83N\83\8a\83b\83N\82µ\82½\82ç\81Acscript.exe \82ð\8eÀ\8ds\82·\82é\82æ\82¤\82É\83G\83N\83X\83v\83\8d\81[\83\89\81[\82ð\90Ý\92è\82µ\82Ü<BR/>\r
+\82·\81\89E\83N\83\8a\83b\83N\81E\83\81\83j\83\85\81[\82É\82Í\81A\81u\83R\83}\83\93\83h\83v\83\8d\83\93\83v\83g\82Å\8aJ\82­\81\82Æ\95\\8e¦\82³\82ê\82Ü\82·\81B</DIV>\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:1312px; width:124px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text50_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:1319px; line-height:13px; white-space:nowrap">\r
+cscript /H:cscript</DIV>\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:1438px; width:124px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text50_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:1445px; line-height:13px; white-space:nowrap">\r
+cscript /H:wscript</DIV>\r
+<DIV id="text50_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:56px; margin-top:1469px; line-height:15px; white-space:nowrap">\r
+vbs \83t\83@\83C\83\8b\82ð\83_\83u\83\8b\83N\83\8a\83b\83N\82µ\82½\82ç\81Awscript.exe \82ð\8eÀ\8ds\82·\82é\82æ\82¤\82É\83G\83N\83X\83v\83\8d\81[\83\89\81[\82ð\90Ý\92è\82µ\82Ü<BR/>\r
+\82·\81\89E\83N\83\8a\83b\83N\81E\83\81\83j\83\85\81[\82É\82Í\81A\81u\8aJ\82­\81\82Æ\95\\8e¦\82³\82ê\82Ü\82·\81B</DIV>\r
+<DIV id="text50_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:208px; margin-top:1317px; line-height:15px; white-space:nowrap">\r
+\81© \8aÇ\97\9d\8eÒ\82Æ\82µ\82Ä\8eÀ\8ds\82µ\82½\83R\83}\83\93\83h\81E\83v\83\8d\83\93\83v\83g\82Å\93ü\97Í\82µ\82Ä\82­\82¾\82³\82¢</DIV>\r
+<DIV id="text50_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:56px; margin-top:1385px; line-height:15px; white-space:nowrap">\r
+vbs \83t\83@\83C\83\8b\82É\95\96@\83G\83\89\81[\82ª\82 \82Á\82½\82Æ\82«\82É\81A\83G\83\89\81[\83\81\83b\83Z\81[\83W\82ð\8am\94F\82Å\82«\82È\82¢\82½\82ß\81A<BR/>\r
+\82¨\8a©\82ß\82µ\82Ü\82¹\82ñ\81B</DIV>\r
+<DIV id="text50_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:1049px; line-height:15px; white-space:nowrap">\r
+<A href="#start_wsh">\r
+\81¨ WSH\82ð\8bN\93®\82·\82é</A></DIV>\r
+<DIV id="text50_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:1067px; line-height:15px; white-space:nowrap">\r
+<A href="#must_cscript">\r
+\81¨ \8fí\82É cscript.exe \82Å\8eÀ\8ds\82·\82é \81i\83R\83}\83\93\83h\83v\83\8d\83\93\83v\83g\82ð\8fo\82·\81j</A></DIV>\r
+<DIV id="text50_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:1085px; line-height:15px; white-space:nowrap">\r
+<A href="#set_cscript">\r
+\81¨ vbs \83t\83@\83C\83\8b\82ð cscript.exe \82Å\8bN\93®\82·\82é\82æ\82¤\82É\83G\83N\83X\83v\83\8d\81[\83\89\81[\82ð\90Ý\92è\82·\82é</A></DIV>\r
+\r
+<v:line from="0,893" to="614,893"/>\r
+<v:line from="614,893" to="614,1532"/>\r
+<v:line from="614,1532" to="0,1532"/>\r
+<v:line from="0,1532" to="0,893"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 51 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p51" class="to_tree" style="margin-top:1537px;" onClick="selectTreeElem( '51' );">\81©</A>\r
+<A href="#svgcats_vml_p52" class="to_next_page" style="margin-top:1537px;">\81¥</A>\r
+<A href="#svgcats_vml_p50" class="to_prev_page" style="margin-top:1537px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:1548px; width:615px; height:915px;" fillcolor="white"/>\r
+<DIV id="text51_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:1565px; line-height:15px; white-space:nowrap">\r
+<A name="must_cscript">\r
+\8fí\82É cscript.exe \82Å\8eÀ\8ds\82·\82é \81i\83R\83}\83\93\83h\83v\83\8d\83\93\83v\83g\82ð\8fo\82·\81j</A></DIV>\r
+<v:rect style="position:absolute; margin-left:34px; margin-top:1853px; width:544px; height:220px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text51_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:42px; margin-top:1859px; line-height:15px; white-space:nowrap">\r
+Dim g_sh : Set&nbsp; g_sh = WScript.CreateObject( "WScript.Shell" )<BR/>\r
+Dim system32_path : system32_path = g_sh.ExpandEnvironmentStrings( "%windir%\system32" )<BR/>\r
+<BR/>\r
+If LCase( Right( WScript.FullName, 11 ) ) = "wscript.exe" Then<BR/>\r
+&nbsp; Dim&nbsp; cmdline : cmdline = _<BR/>\r
+&nbsp; &nbsp; system32_path+"\cmd /K cscript.exe //nologo """+WScript.ScriptFullName+""""<BR/>\r
+&nbsp; For i=0 To WScript.Arguments.Count - 1<BR/>\r
+&nbsp; &nbsp; If InStr( WScript.Arguments(i), " " ) = 0 Then _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cmdline=cmdline+" "+WScript.Arguments(i) _<BR/>\r
+&nbsp; &nbsp; Else&nbsp; cmdline=cmdline+" """+WScript.Arguments(i)+""""<BR/>\r
+&nbsp; Next<BR/>\r
+&nbsp; CreateObject("WScript.Shell").Run&nbsp; cmdline<BR/>\r
+&nbsp; WScript.Quit&nbsp; 0<BR/>\r
+End If</DIV>\r
+<DIV id="text51_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1833px; line-height:15px; white-space:nowrap">\r
+\83p\83\89\83\81\81[\83^\82ª\82 \82é\82Æ\82«</DIV>\r
+<v:rect style="position:absolute; margin-left:36px; margin-top:1615px; width:544px; height:130px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text51_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:44px; margin-top:1621px; line-height:15px; white-space:nowrap">\r
+Dim g_sh : Set&nbsp; g_sh = WScript.CreateObject( "WScript.Shell" )<BR/>\r
+Dim system32_path : system32_path = g_sh.ExpandEnvironmentStrings( "%windir%\system32" )<BR/>\r
+<BR/>\r
+If LCase( Right( WScript.FullName, 11 ) ) = "wscript.exe" Then<BR/>\r
+&nbsp; &nbsp; CreateObject("WScript.Shell").Run _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; system32_path+"\cmd /K cscript.exe //nologo """+WScript.ScriptFullName+""""<BR/>\r
+&nbsp; &nbsp; WScript.Quit&nbsp; 0<BR/>\r
+End If</DIV>\r
+<DIV id="text51_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1595px; line-height:15px; white-space:nowrap">\r
+\83p\83\89\83\81\81[\83^\82ª\82È\82¢\82Æ\82«</DIV>\r
+<DIV id="text51_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:1753px; line-height:15px; white-space:nowrap">\r
+\8eÀ\8ds\8cã\82É\83R\83}\83\93\83h\83v\83\8d\83\93\83v\83g\82ð\95Â\82\82é\82Æ\82«\82Í\81ARun \82Ì\83p\83\89\83\81\81[\83^\81[\82É "&amp;exit" \82ð\92Ç\89Á\82µ\82Ä\82­\82¾\82³\82¢\81B<BR/>\r
+\83f\83o\83b\83K\82ð\8bN\93®\82·\82é\82Æ\82«\82Í\81ARun \82Ì\83p\83\89\83\81\81[\83^\81[\82É //x \82ð\92Ç\89Á\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
+<DIV id="text51_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:52px; margin-top:1792px; line-height:15px; white-space:nowrap">\r
+\8aÖ\98A</DIV>\r
+<DIV id="text51_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:242px; margin-top:1792px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_61.html#ChangeScriptMode">\r
+\81¨ ChangeScriptMode</A></DIV>\r
+<DIV id="text51_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:100px; margin-top:1792px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_01.html#cscript_env">\r
+\81¨ cscript \8aÂ\8b«\95Ï\90\94</A></DIV>\r
+<v:rect style="position:absolute; margin-left:34px; margin-top:2130px; width:544px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text51_10" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:42px; margin-top:2136px; line-height:15px; white-space:nowrap">\r
+Set g_sh = WScript.CreateObject( "WScript.Shell" )<BR/>\r
+<BR/>\r
+If g_sh.ExpandEnvironmentStrings( "%ProgramFiles(x86)%" ) = "%ProgramFiles(x86)%" Then<BR/>\r
+&nbsp; &nbsp; If LCase( Right( WScript.FullName, 11 ) ) = "wscript.exe" Then _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; g_restart_cmd_exe = "%windir%\system32\cmd"&nbsp; '// For 32bit Windows<BR/>\r
+Else<BR/>\r
+&nbsp; &nbsp; If LCase( Right( WScript.FullName, 11 ) ) = "wscript.exe"&nbsp; or _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp;LCase( Right( WScript.FullName, 20 ) ) = "system32\cscript.exe" Then _<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; g_restart_cmd_exe = "%windir%\SysWOW64\cmd"&nbsp; '// 32bit cmd.exe for 64bit Windows<BR/>\r
+End If<BR/>\r
+If not IsEmpty( g_restart_cmd_exe ) Then<BR/>\r
+&nbsp; &nbsp; g_sh.Run&nbsp; g_sh.ExpandEnvironmentStrings( g_restart_cmd_exe )+_<BR/>\r
+&nbsp; &nbsp; &nbsp; &nbsp; " /K cscript.exe //nologo """+ WScript.ScriptFullName +""""<BR/>\r
+&nbsp; &nbsp; WScript.Quit&nbsp; 0<BR/>\r
+End If<BR/>\r
+<BR/>\r
+WScript.Echo&nbsp; WScript.FullName</DIV>\r
+<DIV id="text51_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:25px; margin-top:2107px; line-height:15px; white-space:nowrap">\r
+64bit Windows \82Å\82à 32bit cmd,exe \82ð\8bN\93®\82µ\81A\83p\83\89\83\81\81[\83^\82ª\82È\82¢\82Æ\82«</DIV>\r
+<DIV id="text51_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:62px; margin-top:2415px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_03.html#wow64">\r
+\81¨ 32\83r\83b\83gWindows \82Æ 64\83r\83b\83gWindows \82Ì WSH</A></DIV>\r
+<DIV id="text51_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:2415px; line-height:15px; white-space:nowrap">\r
+\8eQ\8dl</DIV>\r
+\r
+<v:line from="0,1548" to="615,1548"/>\r
+<v:line from="615,1548" to="615,2463"/>\r
+<v:line from="615,2463" to="0,2463"/>\r
+<v:line from="0,2463" to="0,1548"/>\r
+\r
+</PAGE>\r
\r
+<!-- page 52 --> \r
+<PAGE>\r
+<A id="svgcats_vml_p52" class="to_tree" style="margin-top:2468px;" onClick="selectTreeElem( '52' );">\81©</A>\r
+<A href="#svgcats_vml_p53" class="to_next_page" style="margin-top:2468px;">\81¥</A>\r
+<A href="#svgcats_vml_p51" class="to_prev_page" style="margin-top:2468px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:2479px; width:532px; height:488px;" fillcolor="white"/>\r
+<v:rect style="position:absolute; margin-left:46px; margin-top:2726px; width:451px; height:156px;" fillcolor="#DFDFDF" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:2527px; width:291px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text52_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:2533px; line-height:15px; white-space:nowrap">\r
 Set sh = WScript.CreateObject("WScript.Shell")<BR/>\r
 sh.Run "sub.vbs param1",1,True<BR/>\r
 Set sh = Nothing</DIV>\r
-<DIV id="text50_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:17px; line-height:15px; white-space:nowrap">\r
+<DIV id="text52_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:2496px; line-height:15px; white-space:nowrap">\r
 <A name="start_wsh2">\r
 \95Ê\82Ì\83X\83N\83\8a\83v\83g\82ð\8cÄ\82Ñ\8fo\82·</A></DIV>\r
-<v:line style="position:absolute;" from="244,81" to="291,90" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:240px; margin-top:77px; width:7px; height:7px;" fillcolor="#008040" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:rect style="position:absolute; margin-left:283px; margin-top:82px; width:207px; height:17px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
-<DIV id="text50_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:287px; margin-top:84px; line-height:15px; white-space:nowrap">\r
+<v:line style="position:absolute;" from="244,2560" to="291,2569" strokecolor="#008040" strokeweight="2pt"/>\r
+<v:oval style="position:absolute; margin-left:240px; margin-top:2556px; width:7px; height:7px;" fillcolor="#008040" strokecolor="#008040" strokeweight="2pt"/>\r
+<v:rect style="position:absolute; margin-left:283px; margin-top:2561px; width:207px; height:17px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
+<DIV id="text52_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:287px; margin-top:2563px; line-height:15px; white-space:nowrap">\r
 \8fI\82í\82é\82Ü\82Å\91Ò\82Â\81i\8fÈ\97ª\82·\82é\82ÆFALSE\81j</DIV>\r
-<v:line style="position:absolute;" from="203,66" to="267,23" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:199px; margin-top:62px; width:7px; height:7px;" fillcolor="#008040" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:rect style="position:absolute; margin-left:219px; margin-top:15px; width:167px; height:17px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
-<DIV id="text50_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:223px; margin-top:17px; line-height:15px; white-space:nowrap">\r
+<v:line style="position:absolute;" from="203,2545" to="267,2502" strokecolor="#008040" strokeweight="2pt"/>\r
+<v:oval style="position:absolute; margin-left:199px; margin-top:2541px; width:7px; height:7px;" fillcolor="#008040" strokecolor="#008040" strokeweight="2pt"/>\r
+<v:rect style="position:absolute; margin-left:219px; margin-top:2494px; width:167px; height:17px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
+<DIV id="text52_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:223px; margin-top:2496px; line-height:15px; white-space:nowrap">\r
 \92Ê\8fí\82Ì\83E\83B\83\93\83h\83E\81i\8fÈ\97ª\89Â\94\\81j</DIV>\r
-<DIV id="text50_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:197px; line-height:14px; white-space:nowrap">\r
+<DIV id="text52_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:2676px; line-height:14px; white-space:nowrap">\r
 \8cÄ\82Ñ\8fo\82µ\90æ\82ª\88Ù\82È\82é\83t\83H\83\8b\83_\82É\82 \82é\82Æ\82«\81A\83J\83\8c\83\93\83g\83t\83H\83\8b\83_\82Í\81A<BR/>\r
 \8cÄ\82Ñ\8fo\82µ\8c³\82Ì\83t\83H\83\8b\83_\82Ì\82Ü\82Ü\82É\82È\82Á\82Ä\82¢\82é\82Ì\82Å\81A\8cÄ\82Ñ\8fo\82µ\90æ\82Å\81A<BR/>\r
 \8e\9f\82Ì\82æ\82¤\82É\82µ\82Ä\83J\83\8c\83\93\83g\83t\83H\83\8b\83_\82ð\88Ú\93®\82·\82é\82Æ\82æ\82¢\82Å\82µ\82å\82¤\81B</DIV>\r
-<DIV id="text50_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:61px; margin-top:256px; line-height:14px; white-space:nowrap">\r
+<DIV id="text52_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:61px; margin-top:2735px; line-height:14px; white-space:nowrap">\r
 Set fs = CreateObject("Scripting.FileSystemObject")<BR/>\r
 Set sh = WScript.CreateObject("WScript.Shell")<BR/>\r
 oldDir = sh.CurrentDirectory<BR/>\r
 sh.CurrentDirectory = fs.GetParentFolderName( Wscript.ScriptFullName )</DIV>\r
-<DIV id="text50_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:61px; margin-top:349px; line-height:14px; white-space:nowrap">\r
+<DIV id="text52_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:61px; margin-top:2828px; line-height:14px; white-space:nowrap">\r
 sh.CurrentDirectory = oldDir<BR/>\r
 Set sh = Nothing<BR/>\r
 Set fs = Nothing</DIV>\r
-<DIV id="text50_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:61px; margin-top:323px; line-height:15px; white-space:nowrap">\r
+<DIV id="text52_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:61px; margin-top:2802px; line-height:15px; white-space:nowrap">\r
 \81i\8eå\82È\8f\88\97\9d\82ð\82±\82±\82É\8f\91\82­\81j</DIV>\r
-<v:rect style="position:absolute; margin-left:48px; margin-top:431px; width:142px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text50_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:438px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:2910px; width:142px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text52_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:2917px; line-height:13px; white-space:nowrap">\r
 WScript.Sleep( 1000 )</DIV>\r
-<v:rect style="position:absolute; margin-left:219px; margin-top:431px; width:88px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text50_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:227px; margin-top:438px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:219px; margin-top:2910px; width:88px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text52_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:227px; margin-top:2917px; line-height:13px; white-space:nowrap">\r
 WScript.Quit</DIV>\r
-<DIV id="text50_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:165px; line-height:15px; white-space:nowrap">\r
+<DIV id="text52_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:2644px; line-height:15px; white-space:nowrap">\r
 \81icscript.exe \82Å\82Í\81A\95Ê\82Ì\83R\83}\83\93\83h\83v\83\8d\83\93\83v\83g\81E\83E\83B\83\93\83h\83E\82ª\95\\8e¦\82³\82ê\82Ä\82µ\82Ü\82¢\82Ü\82·\81B\81j</DIV>\r
-<DIV id="text50_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:63px; margin-top:109px; line-height:15px; white-space:nowrap">\r
+<DIV id="text52_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:63px; margin-top:2588px; line-height:15px; white-space:nowrap">\r
 \82Ü\82½\82Í</DIV>\r
-<v:rect style="position:absolute; margin-left:48px; margin-top:131px; width:400px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text50_16" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:138px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:48px; margin-top:2610px; width:400px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text52_16" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:56px; margin-top:2617px; line-height:13px; white-space:nowrap">\r
 WScript.CreateObject("WScript.Shell").Run "sub.vbs param1",,True</DIV>\r
 \r
-<v:line from="0,0" to="532,0"/>\r
-<v:line from="532,0" to="532,488"/>\r
-<v:line from="532,488" to="0,488"/>\r
-<v:line from="0,488" to="0,0"/>\r
+<v:line from="0,2479" to="532,2479"/>\r
+<v:line from="532,2479" to="532,2967"/>\r
+<v:line from="532,2967" to="0,2967"/>\r
+<v:line from="0,2967" to="0,2479"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 51 --> \r
+<!-- page 53 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p51" class="to_tree" style="margin-top:493px;" onClick="selectTreeElem( '51' );">\81©</A>\r
-<A href="#svgcats_vml_p52" class="to_next_page" style="margin-top:493px;">\81¥</A>\r
-<A href="#svgcats_vml_p50" class="to_prev_page" style="margin-top:493px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:504px; width:731px; height:330px;" fillcolor="white"/>\r
-<DIV id="text51_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:521px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p53" class="to_tree" style="margin-top:2972px;" onClick="selectTreeElem( '53' );">\81©</A>\r
+<A href="#svgcats_vml_p54" class="to_next_page" style="margin-top:2972px;">\81¥</A>\r
+<A href="#svgcats_vml_p52" class="to_prev_page" style="margin-top:2972px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:2983px; width:731px; height:330px;" fillcolor="white"/>\r
+<DIV id="text53_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:3000px; line-height:15px; white-space:nowrap">\r
 <A name="run_with_opt">\r
 \95Ê\82Ì\83X\83N\83\8a\83v\83g\82ð\81A\83I\83v\83V\83\87\83\93\95t\82«\82Å\8bN\93®\82·\82é</A></DIV>\r
-<v:rect style="position:absolute; margin-left:31px; margin-top:583px; width:538px; height:220px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text51_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:39px; margin-top:589px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:31px; margin-top:3062px; width:538px; height:220px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text53_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:39px; margin-top:3068px; line-height:15px; white-space:nowrap">\r
 RunWithOption&nbsp; "main.vbs", "/opt1"<BR/>\r
 <BR/>\r
 Sub&nbsp; RunWithOption( FName, Opt )<BR/>\r
@@ -175,149 +435,149 @@ Sub&nbsp; RunWithOption( FName, Opt )<BR/>
 &nbsp; CreateObject("WScript.Shell").Run&nbsp; cmdline<BR/>\r
 &nbsp; WScript.Quit&nbsp; 0<BR/>\r
 End Sub</DIV>\r
-<DIV id="text51_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:26px; margin-top:562px; line-height:15px; white-space:nowrap">\r
+<DIV id="text53_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:26px; margin-top:3041px; line-height:15px; white-space:nowrap">\r
 main_opt1.vbs</DIV>\r
-<DIV id="text51_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:135px; margin-top:590px; line-height:13px; white-space:nowrap">\r
+<DIV id="text53_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:135px; margin-top:3069px; line-height:13px; white-space:nowrap">\r
 main.vbs</DIV>\r
-<DIV id="text51_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:207px; margin-top:590px; line-height:13px; white-space:nowrap">\r
+<DIV id="text53_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#FF0000; margin-left:207px; margin-top:3069px; line-height:13px; white-space:nowrap">\r
 /opt1</DIV>\r
 \r
-<v:line from="0,504" to="731,504"/>\r
-<v:line from="731,504" to="731,834"/>\r
-<v:line from="731,834" to="0,834"/>\r
-<v:line from="0,834" to="0,504"/>\r
+<v:line from="0,2983" to="731,2983"/>\r
+<v:line from="731,2983" to="731,3313"/>\r
+<v:line from="731,3313" to="0,3313"/>\r
+<v:line from="0,3313" to="0,2983"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 52 --> \r
+<!-- page 54 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p52" class="to_tree" style="margin-top:839px;" onClick="selectTreeElem( '52' );">\81©</A>\r
-<A href="#svgcats_vml_p53" class="to_next_page" style="margin-top:839px;">\81¥</A>\r
-<A href="#svgcats_vml_p51" class="to_prev_page" style="margin-top:839px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:850px; width:593px; height:819px;" fillcolor="white"/>\r
-<v:rect style="position:absolute; margin-left:37px; margin-top:1292px; width:346px; height:89px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text52_1" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:45px; margin-top:1297px; line-height:16px; white-space:nowrap">\r
+<A id="svgcats_vml_p54" class="to_tree" style="margin-top:3318px;" onClick="selectTreeElem( '54' );">\81©</A>\r
+<A href="#svgcats_vml_p55" class="to_next_page" style="margin-top:3318px;">\81¥</A>\r
+<A href="#svgcats_vml_p53" class="to_prev_page" style="margin-top:3318px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:3329px; width:593px; height:819px;" fillcolor="white"/>\r
+<v:rect style="position:absolute; margin-left:37px; margin-top:3771px; width:346px; height:89px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text54_1" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:45px; margin-top:3776px; line-height:16px; white-space:nowrap">\r
 Option Explicit <BR/>\r
 Set g_fs = CreateObject( "Scripting.FileSystemObject" )<BR/>\r
 Set f = g_fs.OpenTextFile( "vbslib.vbs" )<BR/>\r
 Execute f.ReadAll()<BR/>\r
 f = Empty</DIV>\r
-<DIV id="text52_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:19px; margin-top:1182px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:19px; margin-top:3661px; line-height:15px; white-space:nowrap">\r
 <A name="include">\r
 \95Ê\82Ì\83X\83N\83\8a\83v\83g\82ð\83C\83\93\83N\83\8b\81[\83h\82·\82é\81iExecute, ExecuteGlobal\81j</A></DIV>\r
-<DIV id="text52_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:496px; margin-top:1550px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:496px; margin-top:4029px; line-height:15px; white-space:nowrap">\r
 (cache)</DIV>\r
-<DIV id="text52_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:1550px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:4029px; line-height:15px; white-space:nowrap">\r
 <A href="http://www012.upp.so-net.ne.jp/scotchegg/VBScript/Execute.htm" target="_blank">\r
 \81¨ Deep Decryption - VBScript Tips - Execute \82ÆExecuteGlobal (Web)</A></DIV>\r
-<DIV id="text52_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:1531px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:4010px; line-height:15px; white-space:nowrap">\r
 <A href="http://msdn.microsoft.com/library/ja/default.asp?url=/library/ja/script56/html/vsstmExecuteGlobal.asp" target="_blank">\r
 \81¨ ExecuteGlobal \83X\83e\81[\83g\83\81\83\93\83g (Web)</A></DIV>\r
-<DIV id="text52_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:38px; margin-top:1397px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:38px; margin-top:3876px; line-height:15px; white-space:nowrap">\r
 \83C\83\93\83N\83\8b\81[\83h\82µ\82æ\82¤\82Æ\82·\82é\83X\83N\83\8a\83v\83g\82É\83G\83\89\81[\82ª\94­\90\82·\82é\82Æ\81A\83\81\83C\83\93\82Å\83G\83\89\81[\82ª\94­\90\82µ\82½\82æ\82¤<BR/>\r
 \82É\83G\83\89\81[\82ª\8fo\82Ä\82µ\82Ü\82¢\82Ü\82·\81\83G\83\89\81[\83\81\83b\83Z\81[\83W\82Ì\8ds\94Ô\8d\86\82Í 0 \8cÅ\92è\82Æ\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text52_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:22px; margin-top:868px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:22px; margin-top:3347px; line-height:15px; white-space:nowrap">\r
 <A name="inc_wsf">\r
 \95Ê\82Ì\83X\83N\83\8a\83v\83g\82ð\83C\83\93\83N\83\8b\81[\83h\82·\82é\81iWSF\83t\83@\83C\83\8b\81j</A></DIV>\r
-<v:rect style="position:absolute; margin-left:36px; margin-top:911px; width:274px; height:105px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text52_8" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:44px; margin-top:916px; line-height:16px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:36px; margin-top:3390px; width:274px; height:105px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text54_8" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:44px; margin-top:3395px; line-height:16px; white-space:nowrap">\r
 &lt;job&gt;<BR/>\r
 &lt;script language="vbscript" src="lib.vbs"/&gt;<BR/>\r
 &lt;script language="vbscript"&gt;<BR/>\r
 SubA<BR/>\r
 &lt;/script&gt;<BR/>\r
 &lt;/job&gt;</DIV>\r
-<v:rect style="position:absolute; margin-left:331px; margin-top:911px; width:142px; height:57px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text52_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:339px; margin-top:916px; line-height:16px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:331px; margin-top:3390px; width:142px; height:57px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text54_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:339px; margin-top:3395px; line-height:16px; white-space:nowrap">\r
 Sub SubA<BR/>\r
 &nbsp; WScript.Echo "SubA"<BR/>\r
 End Sub</DIV>\r
-<DIV id="text52_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:37px; margin-top:894px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:37px; margin-top:3373px; line-height:15px; white-space:nowrap">\r
 main.wsf</DIV>\r
-<DIV id="text52_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:331px; margin-top:893px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:331px; margin-top:3372px; line-height:15px; white-space:nowrap">\r
 lib.vbs</DIV>\r
-<DIV id="text52_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:1033px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:3512px; line-height:15px; white-space:nowrap">\r
 main.wsf \82ð\8eÀ\8ds\82·\82é\82Æ\81Alib.vbs \82Ì SubA \82ð\8cÄ\82Ñ\8fo\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text52_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:44px; margin-top:1054px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:44px; margin-top:3533px; line-height:15px; white-space:nowrap">\r
 lib.vbs \82Å\83G\83\89\81[\82ª\94­\90\82·\82é\82Æ\81Amain.wsf \82Å\83G\83\89\81[\82ª\94­\90\82µ\82½\82æ\82¤\82É\83G\83\89\81[\82ª\8fo\82Ä\82µ\82Ü\82¢\82Ü\82·\81B<BR/>\r
 \83G\83\89\81[\83\81\83b\83Z\81[\83W\82Ì\8ds\94Ô\8d\86\82Í\81Alib.vbs \82Ì\8ds\94Ô\8d\86\82ð\95\\82µ\82Ä\82¢\82é\82±\82Æ\82ª\82 \82è\82Ü\82·\81B</DIV>\r
-<DIV id="text52_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:1092px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:44px; margin-top:3571px; line-height:15px; white-space:nowrap">\r
 \83X\83N\83\8a\83v\83g\93à\82©\82ç\81A\83C\83\93\83N\83\8b\81[\83h\82·\82é\83t\83@\83C\83\8b\82ð\8ew\92è\82·\82é\82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\81B<BR/>\r
 \81iXML\95\94\95ª\82É\90Ã\93I\82É\8f\91\82­\95K\97v\82ª\82 \82è\82Ü\82·\81j</DIV>\r
-<DIV id="text52_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:1216px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:36px; margin-top:3695px; line-height:15px; white-space:nowrap">\r
 \83v\83\8d\83V\81[\83W\83\83\82Ì\92\86\82Å Execute \82·\82é\82Æ\81A\83O\83\8d\81[\83o\83\8b\95Ï\90\94\82Å\82Í\82È\82­\82È\82è\82Ü\82·\81B<BR/>\r
 \8aÖ\90\94\82Í\92è\8b`\82³\82ê\82Ü\82·\81\82·\82Å\82É\92è\8b`\82³\82ê\82Ä\82¢\82é\8aÖ\90\94\82Í\8fã\8f\91\82«\82³\82ê\82Ü\82·\81B<BR/>\r
 \83N\83\89\83X\82à\92è\8b`\82³\82ê\82Ü\82·\81\82·\82Å\82É\92è\8b`\82³\82ê\82Ä\82¢\82é\83N\83\89\83X\82ª\82 \82é\82Æ\83G\83\89\81[\82É\82È\82è\82Ü\82·\81B<BR/>\r
 \81i\83N\83\89\83X\82Í\81A\83C\83\93\83X\83^\83\93\83X\82É\89e\8b¿\82·\82é\82½\82ß\8fã\8f\91\82«\82Å\82«\82Ü\82¹\82ñ\81j</DIV>\r
-<DIV id="text52_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:44px; margin-top:1130px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:44px; margin-top:3609px; line-height:15px; white-space:nowrap">\r
 Execute \82â\81Ascript src \83^\83O\82Å WSF \83t\83@\83C\83\8b\82ð\83C\83\93\83N\83\8b\81[\83h\82·\82é\82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text52_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:1583px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_48.html#include">\r
+<DIV id="text54_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:4062px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_50.html#include">\r
 \81¨ include (vbslib)</A></DIV>\r
-<DIV id="text52_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:38px; margin-top:1445px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:38px; margin-top:3924px; line-height:15px; white-space:nowrap">\r
 Execute \82Å\92è\8b`\82µ\82½\8aÖ\90\94\82Í\81A\8aÖ\90\94\82Ì\92¼\89º\82©\82ç\8cÄ\82Ñ\8fo\82·\82Æ\82«\82µ\82©\8eg\82¦\82Ü\82¹\82ñ\81B<BR/>\r
 \91¼\82Ì\8aÖ\90\94\82©\82ç\8cÄ\82Ñ\8fo\82·\82Æ\82«\82É\8eg\82¦\82é\82æ\82¤\82É\82µ\82½\82¢\82Æ\82«\82Í\81AExecuteGlobal \82Å\92è\8b`\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<DIV id="text52_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:38px; margin-top:1493px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:38px; margin-top:3972px; line-height:15px; white-space:nowrap">\r
 JScript \82Å\82Í\81A</DIV>\r
-<DIV id="text52_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:315px; margin-top:1493px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:315px; margin-top:3972px; line-height:15px; white-space:nowrap">\r
 (cache)</DIV>\r
-<DIV id="text52_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:114px; margin-top:1493px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:114px; margin-top:3972px; line-height:15px; white-space:nowrap">\r
 <A href="http://www.vector.co.jp/soft/win95/prog/se405682.html" target="_blank">\r
 \81¨ Vector\81FExecuteGlobal.JS (Web)</A></DIV>\r
-<DIV id="text52_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:29px; margin-top:1583px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:29px; margin-top:4062px; line-height:15px; white-space:nowrap">\r
 \8aÖ\98A</DIV>\r
-<DIV id="text52_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:29px; margin-top:1531px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:29px; margin-top:4010px; line-height:15px; white-space:nowrap">\r
 \8eQ\8dl</DIV>\r
-<DIV id="text52_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:1602px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_21.html#CalculateVariables">\r
+<DIV id="text54_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:4081px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_22.html#CalculateVariables">\r
 \81¨ CalculateVariables (vbslib)</A></DIV>\r
-<DIV id="text52_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:1621px; line-height:15px; white-space:nowrap">\r
+<DIV id="text54_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:4100px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_09.html#Eval">\r
 \81¨ Eval</A></DIV>\r
 \r
-<v:line from="0,850" to="593,850"/>\r
-<v:line from="593,850" to="593,1669"/>\r
-<v:line from="593,1669" to="0,1669"/>\r
-<v:line from="0,1669" to="0,850"/>\r
+<v:line from="0,3329" to="593,3329"/>\r
+<v:line from="593,3329" to="593,4148"/>\r
+<v:line from="593,4148" to="0,4148"/>\r
+<v:line from="0,4148" to="0,3329"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 53 --> \r
+<!-- page 55 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p53" class="to_tree" style="margin-top:1674px;" onClick="selectTreeElem( '53' );">\81©</A>\r
-<A href="#svgcats_vml_p54" class="to_next_page" style="margin-top:1674px;">\81¥</A>\r
-<A href="#svgcats_vml_p52" class="to_prev_page" style="margin-top:1674px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:1685px; width:659px; height:698px;" fillcolor="white"/>\r
-<DIV id="text53_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:1702px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p55" class="to_tree" style="margin-top:4153px;" onClick="selectTreeElem( '55' );">\81©</A>\r
+<A href="#svgcats_vml_p56" class="to_next_page" style="margin-top:4153px;">\81¥</A>\r
+<A href="#svgcats_vml_p54" class="to_prev_page" style="margin-top:4153px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:4164px; width:659px; height:698px;" fillcolor="white"/>\r
+<DIV id="text55_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:4181px; line-height:15px; white-space:nowrap">\r
 <A name="WSC">\r
 \95Ê\82Ì\83X\83N\83\8a\83v\83g\82ð\83C\83\93\83N\83\8b\81[\83h\82·\82é\81iWSC\83t\83@\83C\83\8b\81j</A></DIV>\r
-<DIV id="text53_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1737px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4216px; line-height:15px; white-space:nowrap">\r
 Windows Script Component(*.wsc) \83t\83@\83C\83\8b\82É\8bL\8fq\82³\82ê\82½\83X\83N\83\8a\83v\83g\82Í\81ACOM \83I\83u\83W\83F\83N\83g\82É\82È\82ê\82Ü\82·\81B<BR/>\r
 COM \83I\83u\83W\83F\83N\83g\82È\82Ì\82Å\81AVBScript \82â JScript \82È\82Ç\82©\82ç\8cÄ\82Ñ\8fo\82·\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B<BR/>\r
 WSC \83t\83@\83C\83\8b\82É\82Í\81AVBScript \82Æ JScript \82ð\8d¬\8dÝ\82³\82¹\82é\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B<BR/>\r
 WSC \83t\83@\83C\83\8b\82É\82æ\82éCOM \83I\83u\83W\83F\83N\83g\82Ì\83z\83X\83g\82Í\81AScrobj.dll \82Å\82·\81B</DIV>\r
-<DIV id="text53_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:2316px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:4795px; line-height:15px; white-space:nowrap">\r
 <A href="http://msdn.microsoft.com/ja-jp/library/cc392140.aspx" target="_blank">\r
 \81¨ \83X\83N\83\8a\83v\83\83R\83\93\83|\81[\83l\83\93\83\83`\83\85\81[\83g\83\8a\83A\83\8b - MSDN (Web)</A></DIV>\r
-<DIV id="text53_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:2336px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:70px; margin-top:4815px; line-height:15px; white-space:nowrap">\r
 <A href="http://www.atmarkit.co.jp/fwin2k/win2ktips/475scriptlet/scriptlet.html" target="_blank">\r
 \81¨ \81\97IT\81FWindows TIPS -- Tips\81F\82æ\82­\97\98\97p\82·\82é\83W\83\87\83u\82ð\83X\83N\83\8a\83v\83g\83\8c\83b\83g\82Å\83R\83\93\83|\81[\83l\83\93\83g\89»\82·\82é (Web)</A></DIV>\r
-<DIV id="text53_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:2316px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:4795px; line-height:15px; white-space:nowrap">\r
 \8eQ\8dl</DIV>\r
-<DIV id="text53_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:2249px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:4728px; line-height:15px; white-space:nowrap">\r
 *.wsc \83t\83@\83C\83\8b\82Ì\92\86\82Å\82Í\81AWScript \83I\83u\83W\83F\83N\83g\82Í\81A\82 \82ç\82©\82\82ß\97p\88Ó\82³\82ê\82Ä\82¢\82Ü\82¹\82ñ\81B<BR/>\r
 \83O\83\8d\81[\83o\83\8b\95Ï\90\94 g_Name \82Í\81AGetObject \82Å\8eæ\93¾\82µ\82½\95¡\90\94\82Ì\83I\83u\83W\83F\83N\83g\82Ì\82»\82ê\82¼\82ê\82É\81A\88Ù\82È\82é\95Ï\90\94\97Ì\88æ<BR/>\r
 \82ð\8e\9d\82¿\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:35px; margin-top:1868px; width:460px; height:70px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text53_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:43px; margin-top:1874px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:35px; margin-top:4347px; width:460px; height:70px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text55_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:43px; margin-top:4353px; line-height:15px; white-space:nowrap">\r
 Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
 Set obj = GetObject( "Script:"+ g_fs.GetAbsolutePathName( "ClassA.wsc" ) )<BR/>\r
 obj.MethodByJS&nbsp; &nbsp;WScript, "ABC"<BR/>\r
 WScript.Echo&nbsp; obj.Name</DIV>\r
-<DIV id="text53_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1847px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4326px; line-height:15px; white-space:nowrap">\r
 *.wsc \82ð\8eg\82¤\83T\83\93\83v\83\8b\81F</DIV>\r
-<v:rect style="position:absolute; margin-left:35px; margin-top:1978px; width:592px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text53_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:43px; margin-top:1984px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:35px; margin-top:4457px; width:592px; height:265px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text55_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:43px; margin-top:4463px; line-height:15px; white-space:nowrap">\r
 &lt;?xml version="1.0"?&gt;<BR/>\r
 &lt;?component error="true" debug="false"?&gt;<BR/>\r
 &lt;component&gt;<BR/>\r
@@ -335,214 +595,214 @@ function&nbsp; MethodByJS( Param1, Param2 )<BR/>
 }<BR/>\r
 ]]&gt;&lt;/script&gt;<BR/>\r
 &lt;/component&gt;</DIV>\r
-<DIV id="text53_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1956px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4435px; line-height:15px; white-space:nowrap">\r
 *.wsc \83t\83@\83C\83\8b\82Ì\83T\83\93\83v\83\8b\81F</DIV>\r
-<DIV id="text53_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:339px; margin-top:1702px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:339px; margin-top:4181px; line-height:15px; white-space:nowrap">\r
 <A href="http://msdn.microsoft.com/ja-jp/library/cc428163.aspx" target="_blank">\r
 (Web)</A></DIV>\r
-<DIV id="text53_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:175px; margin-top:1847px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:175px; margin-top:4326px; line-height:15px; white-space:nowrap">\r
 \81¨ wsc_sample.zip</DIV>\r
-<DIV id="text53_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:1810px; line-height:15px; white-space:nowrap">\r
+<DIV id="text55_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:4289px; line-height:15px; white-space:nowrap">\r
 WSC \83t\83@\83C\83\8b\82Ì\92\86\82ð\83f\83o\83b\83O\82·\82é\82Æ\82«\82Í\81A?component debug \82ð true \82É\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
 \r
-<v:line from="0,1685" to="659,1685"/>\r
-<v:line from="659,1685" to="659,2383"/>\r
-<v:line from="659,2383" to="0,2383"/>\r
-<v:line from="0,2383" to="0,1685"/>\r
+<v:line from="0,4164" to="659,4164"/>\r
+<v:line from="659,4164" to="659,4862"/>\r
+<v:line from="659,4862" to="0,4862"/>\r
+<v:line from="0,4862" to="0,4164"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 54 --> \r
+<!-- page 56 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p54" class="to_tree" style="margin-top:2388px;" onClick="selectTreeElem( '54' );">\81©</A>\r
-<A href="#svgcats_vml_p55" class="to_next_page" style="margin-top:2388px;">\81¥</A>\r
-<A href="#svgcats_vml_p53" class="to_prev_page" style="margin-top:2388px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:2399px; width:430px; height:242px;" fillcolor="white"/>\r
-<DIV id="text54_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:2420px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p56" class="to_tree" style="margin-top:4867px;" onClick="selectTreeElem( '56' );">\81©</A>\r
+<A href="#svgcats_vml_p57" class="to_next_page" style="margin-top:4867px;">\81¥</A>\r
+<A href="#svgcats_vml_p55" class="to_prev_page" style="margin-top:4867px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:4878px; width:430px; height:242px;" fillcolor="white"/>\r
+<DIV id="text56_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:20px; margin-top:4899px; line-height:15px; white-space:nowrap">\r
 <A name="envi">\r
 \8aÂ\8b«\95Ï\90\94\82ð\8eæ\93¾\82·\82é</A></DIV>\r
-<v:rect style="position:absolute; margin-left:34px; margin-top:2457px; width:364px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text54_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:42px; margin-top:2463px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:34px; margin-top:4936px; width:364px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text56_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:42px; margin-top:4942px; line-height:15px; white-space:nowrap">\r
 Set g_sh = CreateObject( "WScript.Shell" )<BR/>\r
 root = g_sh.ExpandEnvironmentStrings( "%windir%\System" ) </DIV>\r
-<DIV id="text54_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:42px; margin-top:2520px; line-height:15px; white-space:nowrap">\r
+<DIV id="text56_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:42px; margin-top:4999px; line-height:15px; white-space:nowrap">\r
 windir \82ª\92è\8b`\82³\82ê\82Ä\82¢\82È\82¢\82Æ\82«\82Í\81A%windir% \82Ì\82Ü\82Ü\82É\82È\82è\82Ü\82·</DIV>\r
-<DIV id="text54_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:81px; margin-top:2557px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_47.html#env">\r
+<DIV id="text56_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:81px; margin-top:5036px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_49.html#env">\r
 \81¨ env (vbslib)</A></DIV>\r
-<DIV id="text54_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:81px; margin-top:2575px; line-height:15px; white-space:nowrap">\r
+<DIV id="text56_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:81px; margin-top:5054px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_02.html#Environment_Shell">\r
 \81¨ Environment (Shell)</A></DIV>\r
-<DIV id="text54_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:34px; margin-top:2557px; line-height:15px; white-space:nowrap">\r
+<DIV id="text56_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:34px; margin-top:5036px; line-height:15px; white-space:nowrap">\r
 \8aÖ\98A</DIV>\r
-<DIV id="text54_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:81px; margin-top:2593px; line-height:15px; white-space:nowrap">\r
+<DIV id="text56_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:81px; margin-top:5072px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_02.html#Shell_ExpandEnvironmentStrings">\r
 \81¨ ExpandEnvironmentStrings (Shell)</A></DIV>\r
 \r
-<v:line from="0,2399" to="430,2399"/>\r
-<v:line from="430,2399" to="430,2641"/>\r
-<v:line from="430,2641" to="0,2641"/>\r
-<v:line from="0,2641" to="0,2399"/>\r
+<v:line from="0,4878" to="430,4878"/>\r
+<v:line from="430,4878" to="430,5120"/>\r
+<v:line from="430,5120" to="0,5120"/>\r
+<v:line from="0,5120" to="0,4878"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 55 --> \r
+<!-- page 57 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p55" class="to_tree" style="margin-top:2646px;" onClick="selectTreeElem( '55' );">\81©</A>\r
-<A href="#svgcats_vml_p56" class="to_next_page" style="margin-top:2646px;">\81¥</A>\r
-<A href="#svgcats_vml_p54" class="to_prev_page" style="margin-top:2646px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:2657px; width:633px; height:462px;" fillcolor="white"/>\r
-<v:image src="55/image01.png"\r
-   style="position:absolute; margin-left:4px; margin-top:2661px; width:47px; height:47px;"/>\r
-<DIV id="text55_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:60px; margin-top:2677px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p57" class="to_tree" style="margin-top:5125px;" onClick="selectTreeElem( '57' );">\81©</A>\r
+<A href="#svgcats_vml_p58" class="to_next_page" style="margin-top:5125px;">\81¥</A>\r
+<A href="#svgcats_vml_p56" class="to_prev_page" style="margin-top:5125px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:5136px; width:633px; height:462px;" fillcolor="white"/>\r
+<v:image src="57/image01.png"\r
+   style="position:absolute; margin-left:4px; margin-top:5140px; width:47px; height:47px;"/>\r
+<DIV id="text57_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:60px; margin-top:5156px; line-height:15px; white-space:nowrap">\r
 <A name="task">\r
 \83^\83X\83\81iWindows \82Å\82Ì\83X\83P\83W\83\85\81[\83\8b\8eÀ\8ds\81j</A></DIV>\r
-<DIV id="text55_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:2988px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:5467px; line-height:15px; white-space:nowrap">\r
 <A href="#new_sched_xp">\r
 \81¨ \90V\82µ\82­\83X\83P\83W\83\85\81[\83\8b\82ð\8dì\90¬\82·\82é (Windows XP)</A></DIV>\r
-<DIV id="text55_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:2762px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:5241px; line-height:15px; white-space:nowrap">\r
 Windows \82Í\81A\92è\8aú\93I\82É\94C\88Ó\82Ì\83o\83b\83`\8f\88\97\9d\82ð\8eÀ\8ds\82·\82é\82æ\82¤\82É\83X\83P\83W\83\85\81[\83\8b\82·\82é\82±\82Æ\82ª\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text55_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:2801px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:5280px; line-height:15px; white-space:nowrap">\r
 \8ew\92è\82Ì\93ú\8e\9e\82É\88ê\93x\82¾\82¯\8ds\82Á\82½\82è\81A\92è\8aú\93I\82É\89½\93x\82à\8ds\82Á\82½\82è\82Å\82«\82Ü\82·\81B<BR/>\r
 \83X\83\8a\81[\83v\82â\83\8d\83O\83I\83t\82µ\82Ä\82¢\82Ä\82à\8aJ\8en\89Â\94\\82Å\82·\81B<BR/>\r
 \8eÀ\8ds\82·\82é\83\86\81[\83U\82ª\83\8d\83O\83I\83\93\82µ\82Ä\82¢\82È\82¢\82Æ\81A\83E\83B\83\93\83h\83E\82Í\95\\8e¦\82³\82ê\82Ü\82¹\82ñ\81B\81i\83\86\81[\83U\82Ì\90Ø\82è\91Ö\82¦\82Å<BR/>\r
 \97 \82Å\93®\82¢\82Ä\82¢\82é\82Æ\82«\82Í\95\\8e¦\82³\82ê\82Ü\82·\81j<BR/>\r
 \93Á\92è\82Ì\8f\88\97\9d\82ª\8fI\82í\82Á\82Ä\82©\82ç\81A\8e\9f\82Ì\8f\88\97\9d\82ð\82·\82®\82É\8eÀ\8ds\82·\82é\82Æ\82«\82Í\81A\83o\83b\83`\83t\83@\83C\83\8b\82È\82Ç\82Å\90§\8cä\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text55_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:2801px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:35px; margin-top:5280px; line-height:15px; white-space:nowrap">\r
 \81E<BR/>\r
 \81E<BR/>\r
 \81E<BR/>\r
 <BR/>\r
 \81E</DIV>\r
-<DIV id="text55_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:27px; margin-top:2927px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:27px; margin-top:5406px; line-height:15px; white-space:nowrap">\r
 \83o\83b\83`\83t\83@\83C\83\8b\82È\82Ç\82©\82ç\8eÀ\8ds\82Å\82«\82é\82±\82Æ\82ð\8am\94F\82µ\82Ä\82©\82ç\81A\83^\83X\83N\82ð\8dì\90¬\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<DIV id="text55_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:27px; margin-top:2944px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:27px; margin-top:5423px; line-height:15px; white-space:nowrap">\r
 \8f\88\97\9d\82ð\8ds\82¤\83v\83\8d\83O\83\89\83\80\82ª\81A\83o\83b\83`\83t\83@\83C\83\8b\82È\82Ç\82©\82ç\8f\88\97\9d\82ð\8aJ\8en\82Å\82«\82é\82æ\82¤\82É\82È\82Á\82Ä\82¢\82é\95K\97v\82ª\82 \82è\82Ü\82·\81B<BR/>\r
 \95Ê\82Ì\83\86\81[\83U\82ª\83\8d\83O\83I\83\93\92\86\82Å\82à\90³\82µ\82­\93®\8dì\82·\82é\82É\82Í\81A\83v\83\8d\83O\83\89\83\80\82Ì\8fI\97¹\82Ü\82Å\81A\8eÀ\8ds\82·\82é\95K\97v\82ª\82 \82è\82Ü\82·\81B</DIV>\r
-<DIV id="text55_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:2733px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:5212px; line-height:15px; white-space:nowrap">\r
 \82Å\82«\82é\82±\82Æ</DIV>\r
-<DIV id="text55_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:2900px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:5379px; line-height:15px; white-space:nowrap">\r
 \90Ý\92è\95û\96@</DIV>\r
-<DIV id="text55_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:3009px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:5488px; line-height:15px; white-space:nowrap">\r
 <A href="#new_sched_vista">\r
 \81¨ \90V\82µ\82­\83X\83P\83W\83\85\81[\83\8b\82ð\8dì\90¬\82·\82é (Windows Vista/7)</A></DIV>\r
-<DIV id="text55_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:3047px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:17px; margin-top:5526px; line-height:15px; white-space:nowrap">\r
 \83T\83\93\83v\83\8b</DIV>\r
-<DIV id="text55_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:3071px; line-height:15px; white-space:nowrap">\r
+<DIV id="text57_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:50px; margin-top:5550px; line-height:15px; white-space:nowrap">\r
 \81¨ TaskScheduler \83t\83H\83\8b\83_\81[ (vbslib)</DIV>\r
 \r
-<v:line from="0,2657" to="633,2657"/>\r
-<v:line from="633,2657" to="633,3119"/>\r
-<v:line from="633,3119" to="0,3119"/>\r
-<v:line from="0,3119" to="0,2657"/>\r
+<v:line from="0,5136" to="633,5136"/>\r
+<v:line from="633,5136" to="633,5598"/>\r
+<v:line from="633,5598" to="0,5598"/>\r
+<v:line from="0,5598" to="0,5136"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 56 --> \r
+<!-- page 58 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p56" class="to_tree" style="margin-top:3124px;" onClick="selectTreeElem( '56' );">\81©</A>\r
-<A href="#svgcats_vml_p57" class="to_next_page" style="margin-top:3124px;">\81¥</A>\r
-<A href="#svgcats_vml_p55" class="to_prev_page" style="margin-top:3124px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:3135px; width:534px; height:1703px;" fillcolor="white"/>\r
-<v:image src="56/image01.png"\r
-   style="position:absolute; margin-left:42px; margin-top:3404px; width:179px; height:89px;"/>\r
-<v:image src="56/image02.png"\r
-   style="position:absolute; margin-left:35px; margin-top:3544px; width:330px; height:163px;"/>\r
-<v:image src="56/image03.png"\r
-   style="position:absolute; margin-left:36px; margin-top:3757px; width:320px; height:191px;"/>\r
-<v:image src="56/image04.png"\r
-   style="position:absolute; margin-left:28px; margin-top:4481px; width:434px; height:319px;"/>\r
-<v:image src="56/image05.png"\r
-   style="position:absolute; margin-left:89px; margin-top:4164px; width:47px; height:17px;"/>\r
-<v:image src="56/image06.png"\r
-   style="position:absolute; margin-left:36px; margin-top:4024px; width:316px; height:88px;"/>\r
-<v:image src="56/image07.png"\r
-   style="position:absolute; margin-left:37px; margin-top:4399px; width:192px; height:17px;"/>\r
-<v:oval style="position:absolute; margin-left:31px; margin-top:4392px; width:35px; height:31px;" fillcolor="#FFFFFF" strokecolor="#FF0000" strokeweight="2pt">\r
+<A id="svgcats_vml_p58" class="to_tree" style="margin-top:5603px;" onClick="selectTreeElem( '58' );">\81©</A>\r
+<A href="#svgcats_vml_p59" class="to_next_page" style="margin-top:5603px;">\81¥</A>\r
+<A href="#svgcats_vml_p57" class="to_prev_page" style="margin-top:5603px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:5614px; width:534px; height:1703px;" fillcolor="white"/>\r
+<v:image src="58/image01.png"\r
+   style="position:absolute; margin-left:42px; margin-top:5883px; width:179px; height:89px;"/>\r
+<v:image src="58/image02.png"\r
+   style="position:absolute; margin-left:35px; margin-top:6023px; width:330px; height:163px;"/>\r
+<v:image src="58/image03.png"\r
+   style="position:absolute; margin-left:36px; margin-top:6236px; width:320px; height:191px;"/>\r
+<v:image src="58/image04.png"\r
+   style="position:absolute; margin-left:28px; margin-top:6960px; width:434px; height:319px;"/>\r
+<v:image src="58/image05.png"\r
+   style="position:absolute; margin-left:89px; margin-top:6643px; width:47px; height:17px;"/>\r
+<v:image src="58/image06.png"\r
+   style="position:absolute; margin-left:36px; margin-top:6503px; width:316px; height:88px;"/>\r
+<v:image src="58/image07.png"\r
+   style="position:absolute; margin-left:37px; margin-top:6878px; width:192px; height:17px;"/>\r
+<v:oval style="position:absolute; margin-left:31px; margin-top:6871px; width:35px; height:31px;" fillcolor="#FFFFFF" strokecolor="#FF0000" strokeweight="2pt">\r
 <v:fill opacity="0.00"/>\r
 </v:oval>\r
-<v:oval style="position:absolute; margin-left:39px; margin-top:4760px; width:35px; height:31px;" fillcolor="#FFFFFF" strokecolor="#FF0000" strokeweight="2pt">\r
+<v:oval style="position:absolute; margin-left:39px; margin-top:7239px; width:35px; height:31px;" fillcolor="#FFFFFF" strokecolor="#FF0000" strokeweight="2pt">\r
 <v:fill opacity="0.00"/>\r
 </v:oval>\r
-<DIV id="text56_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:3152px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:5631px; line-height:15px; white-space:nowrap">\r
 <A name="new_sched_xp">\r
 \90V\82µ\82­\83X\83P\83W\83\85\81[\83\8b\82ð\8dì\90¬\82·\82é (Windows XP)</A></DIV>\r
-<DIV id="text56_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:3375px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:5854px; line-height:15px; white-space:nowrap">\r
 [ \83R\83\93\83g\83\8d\81[\83\8b \83p\83l\83\8b | \83^\83X\83\81\82Å [ \83^\83X\83N\82Ì\92Ç\89Á ] \82ð\83_\83u\83\8b\83N\83\8a\83b\83N\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text56_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:28px; margin-top:3518px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:28px; margin-top:5997px; line-height:15px; white-space:nowrap">\r
 [ \8eQ\8fÆ ] \82Å\81A\8f\88\97\9d\93à\97e\82ð\8e¦\82·\81A\83o\83b\83`\83t\83@\83C\83\8b\82â\83X\83N\83\8a\83v\83g\83t\83@\83C\83\8b\82È\82Ç\82ð\8ew\92è\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text56_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:147px; margin-top:3837px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:147px; margin-top:6316px; line-height:15px; white-space:nowrap">\r
 \96\88\93ú\81A\95½\93ú\81An\93ú\8aÔ\8au</DIV>\r
-<DIV id="text56_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:22px; margin-top:3732px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:22px; margin-top:6211px; line-height:15px; white-space:nowrap">\r
 \8aú\8aÔ\82Ì\92P\88Ê\82ð\8ew\92è\82µ\82Ü\82·\81\81i\82±\82Ì\8e\9f\82Å\81A\8e\9e\8d\8f\82â\97j\93ú\82È\82Ç\82ð\8ew\92è\82µ\82Ü\82·\81j</DIV>\r
-<DIV id="text56_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:147px; margin-top:3855px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:147px; margin-top:6334px; line-height:15px; white-space:nowrap">\r
 \97j\93ú\8ew\92è\81An\8fT\8aÔ\8au</DIV>\r
-<DIV id="text56_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:147px; margin-top:3873px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:147px; margin-top:6352px; line-height:15px; white-space:nowrap">\r
 \96\88\8c\8en\93ú\81A\91æn m\97j\93ú</DIV>\r
-<DIV id="text56_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:25px; margin-top:4143px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:25px; margin-top:6622px; line-height:15px; white-space:nowrap">\r
 \8e\9e\8cv\82ª\82Â\82¢\82½\83A\83C\83R\83\93\82ª\81A\83^\83X\83N\82É\92Ç\89Á\82³\82ê\82Ü\82·\81B</DIV>\r
-<DIV id="text56_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:25px; margin-top:4263px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:25px; margin-top:6742px; line-height:15px; white-space:nowrap">\r
 \83A\83C\83R\83\93\82ð\89E\83N\83\8a\83b\83N\82µ [ \83v\83\8d\83p\83e\83B ] \82Å\81A\82³\82ç\82É\8fÚ\8d×\82ð\90Ý\92è\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text56_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:20px; margin-top:3971px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:20px; margin-top:6450px; line-height:15px; white-space:nowrap">\r
 \83v\83\8d\83O\83\89\83\80\82ð\8eÀ\8ds\82·\82é\83\86\81[\83U\82ð\8ew\92è\82µ\82Ü\82·\81B<BR/>\r
 \93Á\92è\82Ì\83\86\81[\83U\82Å\82µ\82©\8f\88\97\9d\82ª\82Å\82«\82È\82¢\82Æ\82¢\82¤\82±\82Æ\82Å\82È\82¯\82ê\82Î\81A<BR/>\r
 \95\81\92i\8eg\82Á\82Ä\82¢\82é\83\86\81[\83U\82Å\8d\\82¢\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text56_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:3195px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:5674px; line-height:15px; white-space:nowrap">\r
 \8f\88\97\9d\82ð\8eÀ\8ds\82·\82é\83o\83b\83`\83t\83@\83C\83\8b\82â\83X\83N\83\8a\83v\83g\83t\83@\83C\83\8b\82ð\82 \82ç\82©\82\82ß\8dì\82Á\82Ä\82¨\82«\82Ü\82·\81B<BR/>\r
 \8ew\92è\82µ\82½\8e\9e\8aÔ\82É\82È\82é\82Æ\81A\83_\83u\83\8b\83N\83\8a\83b\83N\82µ\82½\82Æ\82«\82Æ\93¯\82\93®\82«\82ð\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text56_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:3252px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:5731px; line-height:15px; white-space:nowrap">\r
 \90V\8bK\83^\83X\83N\81E\83E\83B\83U\81[\83h\82Í\81A\8e\9f\82Ì\90Ý\92è\82ð\8ds\82¢\82Ü\82·\81B</DIV>\r
-<DIV id="text56_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:83px; margin-top:3281px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:83px; margin-top:5760px; line-height:15px; white-space:nowrap">\r
 \8f\88\97\9d\82ð\8eÀ\8ds\82·\82é\83o\83b\83`\83t\83@\83C\83\8b\82È\82Ç<BR/>\r
 \8eÀ\8ds\82·\82é\8aÔ\8au\81i1\89ñ\82¾\82¯\82à\89Â\94\\81j<BR/>\r
 \8aJ\8en\8e\9e\8d\8f<BR/>\r
 \8eÀ\8ds\82·\82é\83\86\81[\83U\81i\92Ê\8fí\82Í\81A\95\81\92i\8eg\82Á\82Ä\82¢\82é\83\86\81[\83U\82Å\82æ\82¢\81j</DIV>\r
-<DIV id="text56_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:3281px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:5760px; line-height:15px; white-space:nowrap">\r
 \81E<BR/>\r
 \81E<BR/>\r
 \81E<BR/>\r
 \81E</DIV>\r
-<DIV id="text56_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:25px; margin-top:4323px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:25px; margin-top:6802px; line-height:15px; white-space:nowrap">\r
 \83X\83\8a\81[\83v\8fó\91Ô\82â\83o\83b\83e\83\8a\81[\8fó\91Ô\82Å\82à\8eÀ\8ds\82·\82é\82Æ\82«\82Í\81A\81u\93d\8c¹\82Ì\8aÇ\97\9d\81v\82Ì\90Ý\92è\82ª\95K\97v\82Å\82·\81B</DIV>\r
-<DIV id="text56_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:63px; margin-top:4200px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:63px; margin-top:6679px; line-height:15px; white-space:nowrap">\r
 \88ê\97\97\82É\82Í\81A\83\86\81[\83U\96{\90l\82ª\8dì\90¬\82µ\82½\83^\83X\83N\82µ\82©\95\\8e¦\82³\82ê\82Ü\82¹\82ñ\82ª\81A<BR/>\r
 \83\8d\83O\83I\83t\8fó\91Ô\82Ì\83\86\81[\83U\82ª\8dì\90¬\82µ\82½\83^\83X\83N\82à\8eÀ\8ds\82³\82ê\82Ü\82·\81B</DIV>\r
-<DIV id="text56_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:374px; margin-top:4057px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:374px; margin-top:6536px; line-height:15px; white-space:nowrap">\r
 \8e©\95ª\82Å\82à<BR/>\r
 \83p\83X\83\8f\81[\83h\82Ì<BR/>\r
 \93ü\97Í\82ª\95K\97v\82Å\82·</DIV>\r
-<DIV id="text56_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:25px; margin-top:4298px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:25px; margin-top:6777px; line-height:15px; white-space:nowrap">\r
 \83p\83\89\83\81\81[\83^\82Ì\8ew\92è\82Í\81A\83E\83B\83U\81[\83h\82Å\82Í\8ds\82¦\82Ü\82¹\82ñ\81B[ \83v\83\8d\83p\83e\83B ] \82Å\90Ý\92è\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<DIV id="text56_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:25px; margin-top:4371px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:25px; margin-top:6850px; line-height:15px; white-space:nowrap">\r
 [ \83^\83X\83N ] \83^\83u</DIV>\r
-<DIV id="text56_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:25px; margin-top:4454px; line-height:15px; white-space:nowrap">\r
+<DIV id="text58_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; margin-left:25px; margin-top:6933px; line-height:15px; white-space:nowrap">\r
 [ \90Ý\92è ] \83^\83u</DIV>\r
 \r
-<v:line from="0,3135" to="534,3135"/>\r
-<v:line from="534,3135" to="534,4838"/>\r
-<v:line from="534,4838" to="0,4838"/>\r
-<v:line from="0,4838" to="0,3135"/>\r
+<v:line from="0,5614" to="534,5614"/>\r
+<v:line from="534,5614" to="534,7317"/>\r
+<v:line from="534,7317" to="0,7317"/>\r
+<v:line from="0,7317" to="0,5614"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 57 --> \r
+<!-- page 59 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p57" class="to_tree" style="margin-top:4843px;" onClick="selectTreeElem( '57' );">\81©</A>\r
-<A href="#svgcats_vml_p58" class="to_next_page" style="margin-top:4843px;">\81¥</A>\r
-<A href="#svgcats_vml_p56" class="to_prev_page" style="margin-top:4843px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:4854px; width:648px; height:1072px;" fillcolor="white"/>\r
-<v:image src="57/image01.jpg"\r
-   style="position:absolute; margin-left:127px; margin-top:5044px; width:373px; height:215px;"/>\r
-<DIV id="text57_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:4871px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p59" class="to_tree" style="margin-top:7322px;" onClick="selectTreeElem( '59' );">\81©</A>\r
+<A href="#svgcats_vml_p60" class="to_next_page" style="margin-top:7322px;">\81¥</A>\r
+<A href="#svgcats_vml_p58" class="to_prev_page" style="margin-top:7322px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:7333px; width:648px; height:1072px;" fillcolor="white"/>\r
+<v:image src="59/image01.jpg"\r
+   style="position:absolute; margin-left:127px; margin-top:7523px; width:373px; height:215px;"/>\r
+<DIV id="text59_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:7350px; line-height:15px; white-space:nowrap">\r
 <A name="new_sched_vista">\r
 \90V\82µ\82­\83X\83P\83W\83\85\81[\83\8b\82ð\8dì\90¬\82·\82é (Windows Vista/7)</A></DIV>\r
-<DIV id="text57_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:5379px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:7858px; line-height:15px; white-space:nowrap">\r
 Windows7 \82Ì\83^\83X\83N\82ª\8bN\93®\82·\82é\8fð\8c\8f\81i\8e\9e\8d\8f\82È\82Ç\81j\82É\82È\82Á\82½\82Æ\82«\81APC \82ª\83X\83\8a\81[\83v\8fó\91Ô\82È\82ç\81A<BR/>\r
 \83X\83\8a\81[\83v\82©\82ç\95\9c\8bA\82µ\82½\92¼\8cã\82É\83^\83X\83N\82ª\8bN\93®\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text57_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:5427px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:7906px; line-height:15px; white-space:nowrap">\r
 \83^\83X\83N\82Ì [ \8fð\8c\8f | \83^\83X\83N\82ð\8eÀ\8ds\82·\82é\82½\82ß\82É\83X\83\8a\81[\83v\82ð\89ð\8f\9c\82·\82é] \82É\83`\83F\83b\83N\93ü\82ê\82Ä\82 \82ê\82Î\81A<BR/>\r
 30\95b\91O\82É Sleep \8fó\91Ô\82©\82ç\95\9c\8bA\82µ\82Ä\81A\83^\83X\83N\82ª\8eÀ\8ds\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text57_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:5578px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:8057px; line-height:15px; white-space:nowrap">\r
 \81w\94¼\83X\83\8a\81[\83v\8fó\91Ô\82Ö\82Ì\93ü\82è\95û\81x<BR/>\r
 \83X\83\8a\81[\83v\8fó\91Ô\82Ì\82Æ\82«\82É\81AStationTV\81i\92n\83f\83W\81E\83A\83v\83\8a\81\82Ì\98^\89æ\8e\9e\8aÔ\82Ì 5\95ª\91O\82É\82È\82é\82Æ\81A\94¼\83X\83\8a\81[\83v\8fó\91Ô\82É<BR/>\r
 \82È\82è\82Ü\82·\81\97\\96ñ\98^\89æ\92\86\82É\83X\83\8a\81[\83v\82É\93ü\82Á\82Ä\82à\81A\94¼\83X\83\8a\81[\83v\8fó\91Ô\82É\82È\82è\82Ü\82·\81B<BR/>\r
@@ -564,86 +824,86 @@ shutdown 
 \83X\83N\83\8a\81[\83\93\83Z\81[\83o\81[\82Ì\8bN\93®\8e\9e\8aÔ\82ð\90Ý\92è\82µ\82Ä\82­\82¾\82³\82¢\81\82½\82¾\82µ\81AWSH \82Å\94C\88Ó\82Ì\83v\83\8d\83Z\83X\82ð\8bN\93®\82·\82é\82Æ\81A<BR/>\r
 \83X\83N\83\8a\81[\83\93\83Z\81[\83o\81[\82ª\8bN\93®\82·\82é\82Ü\82Å\82Ì\8e\9e\8aÔ\82ð\91ª\82Á\82Ä\82¢\82é\83^\83C\83}\81[\82ª\83\8a\83Z\83b\83g\82³\82ê\82é\82Ì\82Å\92\8d\88Ó\82µ\82Ä\82­\82¾\82³\82¢\81B<BR/>\r
 \82Ü\82½\81Ascr \83t\83@\83C\83\8b\82ð\92¼\90Ú\8bN\93®\82µ\82½\8fê\8d\87\82Í\81A\94¼\83X\83\8a\81[\83v\8fó\91Ô\82©\82ç\95\9c\8bA\82µ\82Ü\82¹\82ñ\81B </DIV>\r
-<DIV id="text57_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:5548px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:8027px; line-height:15px; white-space:nowrap">\r
 <A name="half_sleep">\r
 \94¼\83X\83\8a\81[\83v\8fó\91Ô\81iWindows7\81j</A></DIV>\r
-<DIV id="text57_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:5348px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:7827px; line-height:15px; white-space:nowrap">\r
 \83^\83X\83N\82ª\8bN\93®\82·\82é\8fð\8c\8f\82É\82È\82Á\82½\82Æ\82«\82É\81APC \82ª\83X\83\8a\81[\83v\8fó\91Ô\82Ì\82Æ\82«</DIV>\r
-<DIV id="text57_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:5475px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:41px; margin-top:7954px; line-height:15px; white-space:nowrap">\r
 \94¼\83X\83\8a\81[\83v\8fó\91Ô\82Å\82Í\81A\94¼\83X\83\8a\81[\83v\8fó\91Ô\82Ì\82Ü\82Ü\81A\83^\83X\83N\82ª\8bN\93®\82Å\82«\82Ü\82·\81B<BR/>\r
 \82½\82¾\82µ\81ASleep \8fó\91Ô\82©\82ç\92Ê\8fí\8fó\91Ô\82É\95\9c\8bA\82µ\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text57_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:4914px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:7393px; line-height:15px; white-space:nowrap">\r
 \8f\88\97\9d\82ð\8eÀ\8ds\82·\82é\83o\83b\83`\83t\83@\83C\83\8b\82â\83X\83N\83\8a\83v\83g\83t\83@\83C\83\8b\82ð\82 \82ç\82©\82\82ß\8dì\82Á\82Ä\82¨\82«\82Ü\82·\81B<BR/>\r
 \8ew\92è\82µ\82½\8e\9e\8aÔ\82É\82È\82é\82Æ\81A\83_\83u\83\8b\83N\83\8a\83b\83N\82µ\82½\82Æ\82«\82Æ\93¯\82\93®\82«\82ð\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text57_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:4959px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:31px; margin-top:7438px; line-height:15px; white-space:nowrap">\r
 \83X\83^\81[\83g\81E\83\81\83j\83\85\81[\82©\82ç\81A\81u\83^\83X\83N\81E\83X\83P\83W\83\85\81[\83\89\81\82ð\8c\9f\8dõ\82µ\82Ä\8bN\93®\82µ\82Ü\82·\81B<BR/>\r
 \89E\82Ì\83y\83C\83\93\82©\82ç\81A\81u\83^\83X\83N\82Ì\8dì\90¬\81\82ð\89\9f\82µ\82Ü\82·\81B<BR/>\r
 [ \83g\83\8a\83K\81[ ] \82É\8aJ\8en\8e\9e\8d\8f\82â\83C\83x\83\93\83g\82ð\93ü\97Í\82µ\82Ü\82·\81B<BR/>\r
 [ \91\80\8dì ] \82É\81A\8eÀ\8ds\82·\82é\83R\83}\83\93\83h\82ð\93ü\97Í\82µ\82Ü\82·\81B</DIV>\r
-<v:line style="position:absolute;" from="311,5106" to="369,5024" strokecolor="#008000" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:307px; margin-top:5102px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:line style="position:absolute;" from="311,7585" to="369,7503" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:oval style="position:absolute; margin-left:307px; margin-top:7581px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
 <A>\r
-<v:roundrect style="position:absolute; margin-left:317px; margin-top:5007px; width:265px; height:26px;" arcsize="0.384615" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:roundrect style="position:absolute; margin-left:317px; margin-top:7486px; width:265px; height:26px;" arcsize="0.384615" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
 </A>\r
-<DIV id="text57_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:333px; margin-top:5013px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:333px; margin-top:7492px; line-height:15px; white-space:nowrap">\r
 <A name="label-1">\r
 \83^\83X\83N\82Ì\88ê\97\97 \81i\83_\83u\83\8b\83N\83\8a\83b\83N\82Å\95Ò\8fW\8aJ\8en\81j</A></DIV>\r
-<v:line style="position:absolute;" from="145,5109" to="72,5059" strokecolor="#008000" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:141px; margin-top:5105px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:line style="position:absolute;" from="145,7588" to="72,7538" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:oval style="position:absolute; margin-left:141px; margin-top:7584px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
 <A>\r
-<v:roundrect style="position:absolute; margin-left:23px; margin-top:5040px; width:93px; height:41px;" arcsize="0.243902" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:roundrect style="position:absolute; margin-left:23px; margin-top:7519px; width:93px; height:41px;" arcsize="0.243902" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
 </A>\r
-<DIV id="text57_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:33px; margin-top:5046px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:33px; margin-top:7525px; line-height:15px; white-space:nowrap">\r
 <A name="label-2">\r
 \82Í\82\82ß\82É<BR/>\r
 \82±\82±\82ð\83N\83\8a\83b\83N</A></DIV>\r
-<v:line style="position:absolute;" from="266,5196" to="312,5288" strokecolor="#008000" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:262px; margin-top:5192px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:line style="position:absolute;" from="266,7675" to="312,7767" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:oval style="position:absolute; margin-left:262px; margin-top:7671px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
 <A>\r
-<v:roundrect style="position:absolute; margin-left:250px; margin-top:5276px; width:272px; height:26px;" arcsize="0.384615" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:roundrect style="position:absolute; margin-left:250px; margin-top:7755px; width:272px; height:26px;" arcsize="0.384615" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
 </A>\r
-<DIV id="text57_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:266px; margin-top:5282px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:266px; margin-top:7761px; line-height:15px; white-space:nowrap">\r
 <A name="label-3">\r
 \91I\91ð\92\86\82Ì\83^\83X\83N\82Ì\93à\97e\81i\95Ò\8fW\82Í\82Å\82«\82Ü\82¹\82ñ\81j</A></DIV>\r
-<v:line style="position:absolute;" from="443,5128" to="520,5094" strokecolor="#008000" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:439px; margin-top:5124px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:line style="position:absolute;" from="443,7607" to="520,7573" strokecolor="#008000" strokeweight="2pt"/>\r
+<v:oval style="position:absolute; margin-left:439px; margin-top:7603px; width:7px; height:7px;" fillcolor="#008000" strokecolor="#008000" strokeweight="2pt"/>\r
 <A>\r
-<v:roundrect style="position:absolute; margin-left:510px; margin-top:5077px; width:72px; height:26px;" arcsize="0.384615" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:roundrect style="position:absolute; margin-left:510px; margin-top:7556px; width:72px; height:26px;" arcsize="0.384615" fillcolor="#FFFFFF" strokecolor="#000000" strokeweight="1pt"/>\r
 </A>\r
-<DIV id="text57_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:520px; margin-top:5083px; line-height:15px; white-space:nowrap">\r
+<DIV id="text59_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:520px; margin-top:7562px; line-height:15px; white-space:nowrap">\r
 <A name="label-4">\r
 \90V\8bK\8dì\90¬</A></DIV>\r
-<DIV id="text57_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:245px; margin-top:5551px; line-height:12px; white-space:nowrap">\r
+<DIV id="text59_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:245px; margin-top:8030px; line-height:12px; white-space:nowrap">\r
 <A name="label-4">\r
 \94¼\83X\83\8a\81[\83v\8fó\91Ô\82Í\81AWindows\82Ì\97p\8cê\82Å\82Í\82 \82è\82Ü\82¹\82ñ</A></DIV>\r
 \r
-<v:line from="0,4854" to="648,4854"/>\r
-<v:line from="648,4854" to="648,5926"/>\r
-<v:line from="648,5926" to="0,5926"/>\r
-<v:line from="0,5926" to="0,4854"/>\r
+<v:line from="0,7333" to="648,7333"/>\r
+<v:line from="648,7333" to="648,8405"/>\r
+<v:line from="648,8405" to="0,8405"/>\r
+<v:line from="0,8405" to="0,7333"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 58 --> \r
+<!-- page 60 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p58" class="to_tree" style="margin-top:5931px;" onClick="selectTreeElem( '58' );">\81©</A>\r
-<A href="#svgcats_vml_p59" class="to_next_page" style="margin-top:5931px;">\81¥</A>\r
-<A href="#svgcats_vml_p57" class="to_prev_page" style="margin-top:5931px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:5942px; width:572px; height:746px;" fillcolor="white"/>\r
-<DIV id="text58_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:23px; margin-top:5959px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p60" class="to_tree" style="margin-top:8410px;" onClick="selectTreeElem( '60' );">\81©</A>\r
+<A href="#svgcats_vml_p61" class="to_next_page" style="margin-top:8410px;">\81¥</A>\r
+<A href="#svgcats_vml_p59" class="to_prev_page" style="margin-top:8410px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:8421px; width:572px; height:746px;" fillcolor="white"/>\r
+<DIV id="text60_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:23px; margin-top:8438px; line-height:15px; white-space:nowrap">\r
 <A name="stdinout">\r
 \95W\8f\80\93ü\8fo\97Í\81A\83\8a\83_\83C\83\8c\83N\83g\81A\83G\83\89\81[\83\8c\83x\83\8b</A></DIV>\r
 <A href="http://www.atmarkit.co.jp/fwin2k/operation/wsh05/wsh05_01.html" target="_blank">\r
-<v:rect style="position:absolute; margin-left:323px; margin-top:5957px; width:217px; height:18px;" fillcolor="#F8FFB0" strokecolor="#000000" strokeweight="1pt"/>\r
+<v:rect style="position:absolute; margin-left:323px; margin-top:8436px; width:217px; height:18px;" fillcolor="#F8FFB0" strokecolor="#000000" strokeweight="1pt"/>\r
 </A>\r
-<DIV id="text58_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:329px; margin-top:5959px; line-height:15px; white-space:nowrap">\r
+<DIV id="text60_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:329px; margin-top:8438px; line-height:15px; white-space:nowrap">\r
 <A href="http://www.atmarkit.co.jp/fwin2k/operation/wsh05/wsh05_01.html" target="_blank">\r
 \81\97IT\81FWshShell\83I\83u\83W\83F\83N\83g\82Ì\8fÚ\8d×\81i1\81j</A></DIV>\r
-<v:rect style="position:absolute; margin-left:47px; margin-top:6294px; width:196px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text58_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:6301px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:8773px; width:196px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text60_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:8780px; line-height:13px; white-space:nowrap">\r
 ex.StdIn, ex.StdOut, ex.StdErr</DIV>\r
-<v:rect style="position:absolute; margin-left:47px; margin-top:6113px; width:466px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text58_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:6119px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:8592px; width:466px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text60_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:8598px; line-height:15px; white-space:nowrap">\r
 Set g_sh = WScript.CreateObject( "WScript.Shell" )<BR/>\r
 Set ex = g_sh.Exec( "ipconfig.exe" )&nbsp; ' ipconfig \82ð\8eÀ\8ds *******<BR/>\r
 Do While ex.Status = 0 : WScript.Sleep 100 : Loop<BR/>\r
@@ -651,8 +911,8 @@ Do Until ex.StdOut.AtEndOfStream : WScript.Echo ex.StdOut.ReadLine() : Loop<BR/>
 Do Until ex.StdErr.AtEndOfStream : WScript.Echo ex.StdErr.ReadLine() : Loop<BR/>\r
 ex.ExitCode<BR/>\r
 ex = Empty</DIV>\r
-<v:rect style="position:absolute; margin-left:47px; margin-top:6414px; width:460px; height:205px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text58_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:6420px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:8893px; width:460px; height:205px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text60_5" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:8899px; line-height:15px; white-space:nowrap">\r
 Dim&nbsp; ex, f<BR/>\r
 Set g_sh = WScript.CreateObject( "WScript.Shell" )<BR/>\r
 Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
@@ -666,135 +926,135 @@ Do Until ex.StdErr.AtEndOfStream : f.WriteLine ex.StdErr.ReadLine() : Loop<BR/>
 <BR/>\r
 ex = Empty<BR/>\r
 f = Empty</DIV>\r
-<v:rect style="position:absolute; margin-left:47px; margin-top:6250px; width:220px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text58_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:6256px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:8729px; width:220px; height:40px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text60_6" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:8735px; line-height:15px; white-space:nowrap">\r
 ex.Status&nbsp; &nbsp;' 0=\8eÀ\8ds\92\86, 1=\8fI\97¹<BR/>\r
 ex.ExitCode ' \8fI\97¹\83R\81[\83h\81i\95Ô\82è\92l\81j</DIV>\r
-<v:rect style="position:absolute; margin-left:47px; margin-top:6340px; width:262px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text58_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:6347px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:8819px; width:262px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text60_7" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:8826px; line-height:13px; white-space:nowrap">\r
 WScript.StdErr.Write "pass" &amp; vbCR &amp; vbLF</DIV>\r
-<DIV id="text58_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:387px; margin-top:6087px; line-height:15px; white-space:nowrap">\r
+<DIV id="text60_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:387px; margin-top:8566px; line-height:15px; white-space:nowrap">\r
 <A href="http://msdn.microsoft.com/library/ja/script56/html/wslrfExecMethod.asp" target="_blank">\r
 \81¨ Exec \83\81\83\\83b\83h (Web)</A></DIV>\r
-<DIV id="text58_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:39px; margin-top:6392px; line-height:15px; white-space:nowrap">\r
+<DIV id="text60_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:39px; margin-top:8871px; line-height:15px; white-space:nowrap">\r
 \83t\83@\83C\83\8b\82É\92Ç\8bL\8fo\97Í\82·\82é</DIV>\r
-<v:rect style="position:absolute; margin-left:47px; margin-top:6001px; width:394px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text58_10" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:6007px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:47px; margin-top:8480px; width:394px; height:85px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text60_10" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:55px; margin-top:8486px; line-height:15px; white-space:nowrap">\r
 Set g_sh = WScript.CreateObject( "WScript.Shell" )<BR/>\r
 Set ex = g_sh.Exec( "ipconfig.exe" )&nbsp; ' ipconfig \82ð\8eÀ\8ds *******<BR/>\r
 Do While ex.Status = 0 : WScript.Sleep 100 : Loop<BR/>\r
 text = ex.StdOut.ReadAll()<BR/>\r
 ex = Empty</DIV>\r
 \r
-<v:line from="0,5942" to="572,5942"/>\r
-<v:line from="572,5942" to="572,6688"/>\r
-<v:line from="572,6688" to="0,6688"/>\r
-<v:line from="0,6688" to="0,5942"/>\r
+<v:line from="0,8421" to="572,8421"/>\r
+<v:line from="572,8421" to="572,9167"/>\r
+<v:line from="572,9167" to="0,9167"/>\r
+<v:line from="0,9167" to="0,8421"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 59 --> \r
+<!-- page 61 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p59" class="to_tree" style="margin-top:6693px;" onClick="selectTreeElem( '59' );">\81©</A>\r
-<A href="#svgcats_vml_p60" class="to_next_page" style="margin-top:6693px;">\81¥</A>\r
-<A href="#svgcats_vml_p58" class="to_prev_page" style="margin-top:6693px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:6704px; width:619px; height:414px;" fillcolor="white"/>\r
-<DIV id="text59_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:6721px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p61" class="to_tree" style="margin-top:9172px;" onClick="selectTreeElem( '61' );">\81©</A>\r
+<A href="#svgcats_vml_p62" class="to_next_page" style="margin-top:9172px;">\81¥</A>\r
+<A href="#svgcats_vml_p60" class="to_prev_page" style="margin-top:9172px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:9183px; width:619px; height:414px;" fillcolor="white"/>\r
+<DIV id="text61_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9200px; line-height:15px; white-space:nowrap">\r
 <A name="fie">\r
 \83t\83@\83C\83\8b\91\80\8dì</A></DIV>\r
-<DIV id="text59_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:6815px; line-height:15px; white-space:nowrap">\r
-<A href="#FileSystemObject_CopyFile">\r
+<DIV id="text61_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9294px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject_CopyFile">\r
 \81¨ \83t\83@\83C\83\8b\82ð\83R\83s\81[\82·\82é</A></DIV>\r
-<DIV id="text59_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:201px; margin-top:6815px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:201px; margin-top:9294px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#folder_copy">\r
 \81¨ \83t\83H\83\8b\83_\82ð\83R\83s\81[\82·\82é</A></DIV>\r
-<DIV id="text59_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:369px; margin-top:6815px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:369px; margin-top:9294px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#copy_new">\r
 \81¨ \90V\82µ\82¢\83t\83@\83C\83\8b\82Ì\82Ý\83R\83s\81[\82·\82é</A></DIV>\r
-<DIV id="text59_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:6921px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9400px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#file_exist">\r
 \81¨ \83t\83@\83C\83\8b\82Ì\91\8dÝ</A></DIV>\r
-<DIV id="text59_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:6947px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9426px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#file_list">\r
 \81¨ \83t\83@\83C\83\8b\88ê\97\97</A></DIV>\r
-<DIV id="text59_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:155px; margin-top:6947px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:155px; margin-top:9426px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#folder_list">\r
 \81¨ \83T\83u\83t\83H\83\8b\83_\88ê\97\97 \81i\82P\92i\89º\82Ì\82Ý\81j</A></DIV>\r
-<DIV id="text59_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:376px; margin-top:6947px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:376px; margin-top:9426px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#files_list">\r
 \81¨ \83T\83u\83t\83H\83\8b\83_\88ê\97\97 \81i\8dÄ\8bA\81A\83l\83X\83g\81j</A></DIV>\r
-<DIV id="text59_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:183px; margin-top:6869px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:183px; margin-top:9348px; line-height:15px; white-space:nowrap">\r
 <A href="#ren">\r
 \81¨ \83t\83@\83C\83\8b\96¼\82ð\95Ï\82¦\82é</A></DIV>\r
-<DIV id="text59_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:35px; margin-top:6973px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:35px; margin-top:9452px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#fileaxs">\r
 \81¨ \83t\83@\83C\83\8b\93à\83A\83N\83Z\83X\81i\83e\83L\83X\83g\81j</A></DIV>\r
-<DIV id="text59_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:7045px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9524px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#CreateFolder">\r
 \81¨ CreateFolder</A></DIV>\r
-<DIV id="text59_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:155px; margin-top:7045px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:155px; margin-top:9524px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#DeleteFolderR">\r
 \81¨ DeleteFolderR</A></DIV>\r
-<DIV id="text59_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:253px; margin-top:6973px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:253px; margin-top:9452px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#txt_join">\r
 \81¨ \83e\83L\83X\83g\83t\83@\83C\83\8b\82ð\8c\8b\8d\87\82·\82é</A></DIV>\r
-<DIV id="text59_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:35px; margin-top:6869px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:35px; margin-top:9348px; line-height:15px; white-space:nowrap">\r
 <A href="#fname">\r
 \81¨ \83t\83@\83C\83\8b\96¼\81A\83p\83X</A></DIV>\r
-<DIV id="text59_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:35px; margin-top:6766px; line-height:15px; white-space:nowrap">\r
-<A href="#FileSystemObject">\r
+<DIV id="text61_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:35px; margin-top:9245px; line-height:15px; white-space:nowrap">\r
+<A href="vbs_memo_05.html#FileSystemObject">\r
 \81¨ FileSystemObject</A></DIV>\r
-<DIV id="text59_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:201px; margin-top:6766px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:201px; margin-top:9245px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_05.html#file_obj">\r
 \81¨ File \83I\83u\83W\83F\83N\83g</A></DIV>\r
-<DIV id="text59_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:6895px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9374px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_05.html#file_obj">\r
 \81¨ \83t\83@\83C\83\8b\82Ì\91®\90«\82â\8dX\90V\93ú\8e\9e</A></DIV>\r
-<DIV id="text59_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:7012px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9491px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_02.html#WScript_Shell_CurrentDirectory">\r
 \81¨ \83J\83\8c\83\93\83g\81E\83f\83B\83\8c\83N\83g\83\8a</A></DIV>\r
-<DIV id="text59_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:175px; margin-top:6921px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:175px; margin-top:9400px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#open_not_exist">\r
 \81¨ \91\8dÝ\82µ\82È\82¢\83t\83@\83C\83\8b\82ð\8aJ\82­</A></DIV>\r
-<DIV id="text59_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:201px; margin-top:7012px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:201px; margin-top:9491px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_02.html#WScript_Shell_SpecialFolders">\r
 \81¨ \93Á\8eê\83t\83H\83\8b\83_</A></DIV>\r
-<DIV id="text59_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:435px; margin-top:6973px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:435px; margin-top:9452px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_06.html#skiplines">\r
 \81¨ \8ew\92è\82µ\82½\8ds\82Ö\88Ú\93®\82·\82é</A></DIV>\r
-<DIV id="text59_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:7070px; line-height:15px; white-space:nowrap">\r
+<DIV id="text61_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9549px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_03.html#drop_vbs">\r
 \81¨ VBS\83t\83@\83C\83\8b\82É\83h\83\89\83b\83O\81\95\83h\83\8d\83b\83v</A></DIV>\r
-<DIV id="text59_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:6835px; line-height:15px; white-space:nowrap">\r
-<A name="create_shcut" href="vbs_memo_02.html#CreateShortcut_Shell">\r
+<DIV id="text61_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:35px; margin-top:9314px; line-height:15px; white-space:nowrap">\r
+<A name="create_shcut" href="vbs_memo_03.html#CreateShortcut_Shell">\r
 \81¨ \83V\83\87\81[\83g\83J\83b\83g\82ð\8dì\90¬\82·\82é</A></DIV>\r
 \r
-<v:line from="0,6704" to="619,6704"/>\r
-<v:line from="619,6704" to="619,7118"/>\r
-<v:line from="619,7118" to="0,7118"/>\r
-<v:line from="0,7118" to="0,6704"/>\r
+<v:line from="0,9183" to="619,9183"/>\r
+<v:line from="619,9183" to="619,9597"/>\r
+<v:line from="619,9597" to="0,9597"/>\r
+<v:line from="0,9597" to="0,9183"/>\r
 \r
 </PAGE>\r
  \r
-<!-- page 60 --> \r
+<!-- page 62 --> \r
 <PAGE>\r
-<A id="svgcats_vml_p60" class="to_tree" style="margin-top:7123px;" onClick="selectTreeElem( '60' );">\81©</A>\r
-<A href="#svgcats_vml_p61" class="to_next_page" style="margin-top:7123px;">\81¥</A>\r
-<A href="#svgcats_vml_p59" class="to_prev_page" style="margin-top:7123px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:7134px; width:552px; height:2025px;" fillcolor="white"/>\r
-<DIV id="text60_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:7151px; line-height:15px; white-space:nowrap">\r
+<A id="svgcats_vml_p62" class="to_tree" style="margin-top:9602px;" onClick="selectTreeElem( '62' );">\81©</A>\r
+<A href="vbs_memo_05.html#svgcats_vml_p63" class="to_next_page" style="margin-top:9602px;">\81¥</A>\r
+<A href="#svgcats_vml_p61" class="to_prev_page" style="margin-top:9602px;">\81£</A>\r
+<v:rect style="position:absolute; margin-left:0px; margin-top:9613px; width:552px; height:2025px;" fillcolor="white"/>\r
+<DIV id="text62_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9630px; line-height:15px; white-space:nowrap">\r
 <A name="fname">\r
 \83t\83@\83C\83\8b\96¼\81A\83p\83X</A></DIV>\r
-<DIV id="text60_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8850px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:11329px; line-height:15px; white-space:nowrap">\r
 <A name="ren">\r
 \83t\83@\83C\83\8b\82Ì\96¼\91O\82ð\95Ï\82¦\82é</A></DIV>\r
-<v:rect style="position:absolute; margin-left:51px; margin-top:8907px; width:394px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:8913px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:51px; margin-top:11386px; width:394px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_3" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:11392px; line-height:15px; white-space:nowrap">\r
 Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
 Set f = g_fs.GetFile( "c:\a.txt" )<BR/>\r
 f.Name = "b.ini"</DIV>\r
-<v:rect style="position:absolute; margin-left:51px; margin-top:8336px; width:466px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:8342px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:51px; margin-top:10815px; width:466px; height:115px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_4" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:10821px; line-height:15px; white-space:nowrap">\r
 Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
 s = g_fs.GetParentFolderName( "c:\sub1\sub2\file.txt" )&nbsp; ' s="c:\sub1\sub2"<BR/>\r
 s = g_fs.GetFileName( "c:\sub1\file.txt" )&nbsp; ' s="file.txt"<BR/>\r
@@ -802,384 +1062,226 @@ s = g_fs.GetDriveName( "c:\sub1\file.txt" )&nbsp; ' s="c:"<BR/>
 s = g_fs.GetBaseName( "c:\sub1\file.txt" )&nbsp; ' s="file"<BR/>\r
 s = g_fs.GetExtensionName( "c:\sub1\file.txt" )&nbsp; ' s="txt"<BR/>\r
 s = g_fs.BuildPath( "c:\sub1", "file.txt" )&nbsp; ' s="c:\sub1\file.txt"</DIV>\r
-<DIV id="text60_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8261px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:10740px; line-height:15px; white-space:nowrap">\r
 <A name="file_path">\r
 \83t\83@\83C\83\8b\83p\83X\95\8e\9a\97ñ\82Ì\91\80\8dì\8aÖ\90\94</A></DIV>\r
-<DIV id="text60_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:71px; margin-top:8966px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:71px; margin-top:11445px; line-height:15px; white-space:nowrap">\r
 C:\a.txt \82ðb.ini \82É\95Ï\82¦\82Ä\82¢\82Ü\82·\81B</DIV>\r
-<DIV id="text60_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8480px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:10959px; line-height:15px; white-space:nowrap">\r
 <A name="getabspath">\r
 \83t\83\8b\81E\83p\83X\82É\82·\82é\81AGetAbsolutePathName</A></DIV>\r
-<DIV id="text60_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:56px; margin-top:8506px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:56px; margin-top:10985px; line-height:15px; white-space:nowrap">\r
 \83J\83\8c\83\93\83g\83t\83H\83\8b\83_\82ð\8aî\8f\80\82É\81A\91\8a\91Î\83p\83X\82ð\83t\83\8b\81E\83p\83X\82É\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text60_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:8288px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10767px; line-height:15px; white-space:nowrap">\r
 \8eÀ\8dÛ\82É\83t\83@\83C\83\8b\82ª\91\8dÝ\82µ\82È\82­\82Ä\82à\90³\82µ\82­\91\80\8dì\82³\82ê\82Ü\82·\81B</DIV>\r
-<DIV id="text60_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8776px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:11255px; line-height:15px; white-space:nowrap">\r
 <A name="exp_wild">\r
 \83\8f\83C\83\8b\83h\83J\81[\83h\82ð\93W\8aJ\82·\82é</A></DIV>\r
-<DIV id="text60_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:59px; margin-top:8803px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_35.html#ExpandWildcard">\r
+<DIV id="text62_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:59px; margin-top:11282px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_36.html#ExpandWildcard">\r
 \81¨ ExpandWildcard (VBSLib)</A></DIV>\r
-<v:rect style="position:absolute; margin-left:51px; margin-top:8535px; width:310px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:8542px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:51px; margin-top:11014px; width:310px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_12" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:11021px; line-height:13px; white-space:nowrap">\r
 \83t\83\8b\81E\83p\83X = g_fs.GetAbsolutePathName( \91\8a\91Î\83p\83X )</DIV>\r
-<DIV id="text60_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:113px; margin-top:8373px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_13" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:113px; margin-top:10852px; line-height:13px; white-space:nowrap">\r
 <A href="vbs_memo_05.html#FileSystemObject_GetFileName">\r
 GetFileName</A></DIV>\r
-<DIV id="text60_14" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:113px; margin-top:8358px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_14" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#0000FF; margin-left:113px; margin-top:10837px; line-height:13px; white-space:nowrap">\r
 <A href="vbs_memo_05.html#FileSystemObject_GetParentFolderName">\r
 GetParentFolderName</A></DIV>\r
-<DIV id="text60_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:76px; margin-top:8570px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:76px; margin-top:11049px; line-height:15px; white-space:nowrap">\r
 g_fs.GetAbsolutePathName( \83t\83\8b\81E\83p\83X + "\.." ) \82Æ\82·\82é\82Æ\81A\90e\83t\83H\83\8b\83_\82Ì<BR/>\r
 \83t\83\8b\81E\83p\83X\82É\82È\82è\82Ü\82·\81B<BR/>\r
 g_fs.GetAbsolutePathName( "C:\folder\..\a.txt" ) \82Í\81A"C:\folder\..\a.txt"<BR/>\r
 \82Ì\82Ü\82Ü\82Å\82·\81B<BR/>\r
 g_fs.GetAbsolutePathName( "C:\folder\*" ) \82Í\81A"C:\folder\." \82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text60_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:8677px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:11156px; line-height:15px; white-space:nowrap">\r
 <A name="chgext">\r
 \8ag\92£\8eq\82ð\95Ï\82¦\82½\83p\83X\82ð\8eæ\93¾\82·\82é</A></DIV>\r
-<DIV id="text60_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:48px; margin-top:8881px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:48px; margin-top:11360px; line-height:15px; white-space:nowrap">\r
 \91\8dÝ\82·\82é\83t\83@\83C\83\8b\82Ì\96¼\91O\82ð\95Ï\82¦\82Ü\82·\81B</DIV>\r
-<DIV id="text60_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:46px; margin-top:7292px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; font-weight: bold; margin-left:46px; margin-top:9771px; line-height:15px; white-space:nowrap">\r
 <A href="#file_path">\r
 \81¨ \83t\83@\83C\83\8b\83p\83X\95\8e\9a\97ñ\82Ì\91\80\8dì\8aÖ\90\94</A></DIV>\r
-<DIV id="text60_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:7330px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:9809px; line-height:15px; white-space:nowrap">\r
 <A href="#chgext">\r
 \81¨ \8ag\92£\8eq\82ð\95Ï\82¦\82½\83p\83X\82ð\8eæ\93¾\82·\82é</A></DIV>\r
-<DIV id="text60_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:7311px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:9790px; line-height:15px; white-space:nowrap">\r
 <A href="#getabspath">\r
 \81¨ \83t\83\8b\83p\83X\82É\82·\82é</A></DIV>\r
-<DIV id="text60_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:7349px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:9828px; line-height:15px; white-space:nowrap">\r
 <A href="#exp_wild">\r
 \81¨ \83\8f\83C\83\8b\83h\83J\81[\83h\82ð\93W\8aJ\82·\82é</A></DIV>\r
-<DIV id="text60_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:7368px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:9847px; line-height:15px; white-space:nowrap">\r
 <A href="#ren">\r
 \81¨ \83t\83@\83C\83\8b\82Ì\96¼\91O\82ð\95Ï\82¦\82é</A></DIV>\r
-<v:rect style="position:absolute; margin-left:51px; margin-top:8705px; width:448px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_23" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:8712px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:51px; margin-top:11184px; width:448px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_23" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:11191px; line-height:13px; white-space:nowrap">\r
 s = g_fs.GetParentFolderName( s ) + "\" + g_fs.GetBaseName( s ) + ".csv"</DIV>\r
-<v:rect style="position:absolute; margin-left:51px; margin-top:9048px; width:394px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_24" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:9054px; line-height:15px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:51px; margin-top:11527px; width:394px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_24" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:11533px; line-height:15px; white-space:nowrap">\r
 Set g_fs = WScript.CreateObject( "Scripting.FileSystemObject" )<BR/>\r
 Set f = g_fs.GetFolder( "c:\folderA" )<BR/>\r
 f.Name = "folder1"</DIV>\r
-<DIV id="text60_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:71px; margin-top:9111px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:71px; margin-top:11590px; line-height:15px; white-space:nowrap">\r
 C:\folderA \82ðfolder1 \82É\95Ï\82¦\82Ä\82¢\82Ü\82·\81B</DIV>\r
-<DIV id="text60_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:51px; margin-top:9025px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:51px; margin-top:11504px; line-height:15px; white-space:nowrap">\r
 \91\8dÝ\82·\82é\83t\83H\83\8b\83_\82Ì\96¼\91O\82ð\95Ï\82¦\82Ü\82·\81B</DIV>\r
-<DIV id="text60_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:71px; margin-top:8986px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; font-weight: bold; margin-left:71px; margin-top:11465px; line-height:15px; white-space:nowrap">\r
 \95Ï\82¦\82æ\82¤\82Æ\82·\82é\96¼\91O\82Ì\83t\83@\83C\83\8b\82ª\8aù\82É\82 \82é\82Æ\82«\82Í\81A\83G\83\89\81[\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text60_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:7744px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:10223px; line-height:15px; white-space:nowrap">\r
 <A name="path_syntax">\r
 \83p\83X\82Ì\8bL\8fq\95û\96@\81A\91\8a\91Î\83p\83X\81A\83t\83\8b\81E\83p\83X\81A\83J\83\8c\83\93\83g\83t\83H\83\8b\83_\81[</A></DIV>\r
-<DIV id="text60_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:7273px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_29" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:9752px; line-height:15px; white-space:nowrap">\r
 <A href="#path_syntax">\r
 \81¨ \83p\83X\82Ì\8bL\8fq\95û\96@\81A\91\8a\91Î\83p\83X\81A\83t\83\8b\81E\83p\83X\81A\83J\83\8c\83\93\83g\83t\83H\83\8b\83_\81[</A></DIV>\r
-<v:rect style="position:absolute; margin-left:51px; margin-top:7773px; width:226px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_30" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:7780px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:51px; margin-top:10252px; width:226px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_30" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:59px; margin-top:10259px; line-height:13px; white-space:nowrap">\r
 C:\Users\user1\Documents\sample.txt</DIV>\r
-<DIV id="text60_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:7182px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_31" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:24px; margin-top:9661px; line-height:15px; white-space:nowrap">\r
 \83t\83@\83C\83\8b\82â\83t\83H\83\8b\83_\82Ì\8fê\8f\8a\82ð\8e¦\82·\83A\83h\83\8c\83X\82Ì\82±\82Æ\82ð\93Á\82É\81A\81u\83p\83X\81v\82Æ\8c¾\82¢\82Ü\82·\81B</DIV>\r
-<v:rect style="position:absolute; margin-left:76px; margin-top:7210px; width:226px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:84px; margin-top:7217px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:76px; margin-top:9689px; width:226px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_32" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:84px; margin-top:9696px; line-height:13px; white-space:nowrap">\r
 C:\Users\user1\Documents\sample.txt</DIV>\r
-<DIV id="text60_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:7215px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_33" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:9694px; line-height:15px; white-space:nowrap">\r
 \97á\81F</DIV>\r
-<DIV id="text60_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:7812px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_34" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10291px; line-height:15px; white-space:nowrap">\r
 \8fã\8bL\82Í\81AWindows 7 \82É\82¨\82¯\82é\81A\81u\83h\83L\83\85\83\81\83\93\83g\81v\83t\83H\83\8b\83_\82É\82 \82é sample.txt \83t\83@\83C\83\8b\82Ì<BR/>\r
 \83t\83\8b\81E\83p\83X\82Å\82·\81B C:\ \82©\82ç\8en\82Ü\82é\82à\82Ì\82ð<BR/>\r
 \83t\83H\83\8b\83_\81i\83G\83N\83X\83v\83\8d\81[\83\89\81[\81j\82Ì\81u\83A\83h\83\8c\83X\81v\82É\8f\91\82©\82ê\82Ä\82¢\82Ü\82·\81B<BR/>\r
 \ \82Ü\82½\82Í / \82Í\81AWindows \82É\82¨\82¯\82é\83t\83H\83\8b\83_\81[\82Ì\8bæ\90Ø\82è\82ð\8e¦\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text60_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:7885px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_35" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10364px; line-height:15px; white-space:nowrap">\r
 C: \82Í\81A\83R\83\93\83s\83\85\81[\83^\81[\82Ì C \83h\83\89\83C\83u\82ð\95\\82µ\82Ä\82¨\82è\81A\92Ê\8fí\81APC \82É\93ü\82Á\82Ä\82¢\82é<BR/>\r
 \83n\81[\83h\83f\83B\83X\83N\82É\82È\82è\82Ü\82·\81B USB \83\81\83\82\83\8a\82ð\91}\82·\82Æ\81AE \83h\83\89\83C\83u\82È\82Ç\82ª\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text60_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:7930px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_36" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10409px; line-height:15px; white-space:nowrap">\r
 \88ê\94Ê\82É\83X\83N\83\8a\83v\83g\82É\82Í\81A<BR/>\r
 \91\8a\91Î\83p\83X\82Í\81A</DIV>\r
-<DIV id="text60_37" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:66px; margin-top:8018px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_37" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:66px; margin-top:10497px; line-height:15px; white-space:nowrap">\r
 \83J\83\8c\83\93\83g\83t\83H\83\8b\83_\81[</DIV>\r
-<DIV id="text60_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:199px; margin-top:8018px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_38" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:199px; margin-top:10497px; line-height:15px; white-space:nowrap">\r
 \91\8a\91Î\83p\83X</DIV>\r
-<DIV id="text60_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:316px; margin-top:8018px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_39" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:316px; margin-top:10497px; line-height:15px; white-space:nowrap">\r
 \83t\83\8b\81E\83p\83X</DIV>\r
-<v:line style="position:absolute;" from="46,8039" to="492,8039" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_41" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:8049px; line-height:13px; white-space:nowrap">\r
+<v:line style="position:absolute;" from="46,10518" to="492,10518" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_41" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:10528px; line-height:13px; white-space:nowrap">\r
 C:\Folder1</DIV>\r
-<DIV id="text60_42" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:8049px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_42" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:10528px; line-height:13px; white-space:nowrap">\r
 C:\Folder1\File1.txt</DIV>\r
-<DIV id="text60_43" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:8049px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_43" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:10528px; line-height:13px; white-space:nowrap">\r
 File1.txt</DIV>\r
-<DIV id="text60_44" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:8065px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_44" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:10544px; line-height:13px; white-space:nowrap">\r
 C:\Folder1</DIV>\r
-<DIV id="text60_45" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:8065px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_45" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:10544px; line-height:13px; white-space:nowrap">\r
 sub\File1.txt</DIV>\r
-<DIV id="text60_46" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:8065px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_46" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:10544px; line-height:13px; white-space:nowrap">\r
 C:\Folder1\sub\File1.txt</DIV>\r
-<DIV id="text60_47" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:8081px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_47" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:10560px; line-height:13px; white-space:nowrap">\r
 C:\Folder1\File1.txt</DIV>\r
-<DIV id="text60_48" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:8081px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_48" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:10560px; line-height:13px; white-space:nowrap">\r
 .\File1.txt</DIV>\r
-<DIV id="text60_49" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:8081px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_49" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:10560px; line-height:13px; white-space:nowrap">\r
 C:\Folder1</DIV>\r
-<DIV id="text60_50" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:8097px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_50" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:10576px; line-height:13px; white-space:nowrap">\r
 ..\File1.txt</DIV>\r
-<DIV id="text60_51" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:8097px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_51" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:10576px; line-height:13px; white-space:nowrap">\r
 C:\File1.txt</DIV>\r
-<DIV id="text60_52" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:8097px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_52" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:10576px; line-height:13px; white-space:nowrap">\r
 C:\Folder1</DIV>\r
-<DIV id="text60_53" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:8193px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_53" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10672px; line-height:15px; white-space:nowrap">\r
 \8aÂ\8b«\95Ï\90\94\82ð\8aÜ\82Þ\83p\83X\82Í\81A</DIV>\r
-<DIV id="text60_54" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:193px; margin-top:8193px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_54" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:193px; margin-top:10672px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_02.html#Shell_ExpandEnvironmentStrings">\r
 WScript.Shell.ExpandEnvironmentStrings</A></DIV>\r
-<DIV id="text60_55" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:423px; margin-top:8193px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_55" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:423px; margin-top:10672px; line-height:15px; white-space:nowrap">\r
 \82Ü\82½\82Í\81A</DIV>\r
-<DIV id="text60_56" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:8210px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_47.html#env">\r
+<DIV id="text62_56" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:10689px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_49.html#env">\r
 env (vbslib)</A></DIV>\r
-<DIV id="text60_57" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:119px; margin-top:8210px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_57" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:119px; margin-top:10689px; line-height:15px; white-space:nowrap">\r
 \82Å\93W\8aJ\82Å\82«\82Ü\82·\81B</DIV>\r
-<DIV id="text60_58" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:8113px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_58" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:316px; margin-top:10592px; line-height:13px; white-space:nowrap">\r
 C:\File1.txt</DIV>\r
-<DIV id="text60_59" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:8113px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_59" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:199px; margin-top:10592px; line-height:13px; white-space:nowrap">\r
 ..\..\File1.txt</DIV>\r
-<DIV id="text60_60" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:8113px; line-height:13px; white-space:nowrap">\r
+<DIV id="text62_60" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:66px; margin-top:10592px; line-height:13px; white-space:nowrap">\r
 C:\Folder1\sub</DIV>\r
-<DIV id="text60_61" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:7959px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_61" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:52px; margin-top:10438px; line-height:15px; white-space:nowrap">\r
 <A href="vbs_memo_02.html#WScript_Shell_CurrentDirectory">\r
 Shell::CurrentDirectory</A></DIV>\r
-<DIV id="text60_62" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:184px; margin-top:7959px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_62" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:184px; margin-top:10438px; line-height:15px; white-space:nowrap">\r
 \82â</DIV>\r
-<DIV id="text60_63" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:7976px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_63" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10455px; line-height:15px; white-space:nowrap">\r
 \82Í\81A\92Ê\8fí\81A\8bN\93®\82µ\82½\83X\83N\83\8a\83v\83g\81E\83t\83@\83C\83\8b\81i.vbs\81j\82ª\82 \82é\83t\83H\83\8b\83_\81[\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text60_64" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:52px; margin-top:8316px; line-height:12px; white-space:nowrap">\r
+<DIV id="text62_64" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:52px; margin-top:10795px; line-height:12px; white-space:nowrap">\r
 \83L\81[\83\8f\81[\83h\81F</DIV>\r
-<DIV id="text60_65" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:115px; margin-top:8316px; line-height:12px; white-space:nowrap">\r
+<DIV id="text62_65" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#000000; margin-left:115px; margin-top:10795px; line-height:12px; white-space:nowrap">\r
 <A name="GetBaseName">\r
 GetBaseName, GetExtensionName</A></DIV>\r
-<DIV id="text60_66" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:7449px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_66" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:9928px; line-height:15px; white-space:nowrap">\r
 \83C\83\93\83^\81[\83l\83b\83g\82É\82 \82é\83t\83@\83C\83\8b\82Ì\8fê\8f\8a\82ð\8e¦\82·\83A\83h\83\8c\83X\82Í\81AURL \82Ü\82½\82Í URI \82Æ\8c¾\82¢\82Ü\82·\81B</DIV>\r
-<DIV id="text60_67" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:7420px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_67" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9899px; line-height:15px; white-space:nowrap">\r
 <A name="net_path">\r
 \83C\83\93\83^\81[\83l\83b\83g\82âLAN\82Ì\83A\83h\83\8c\83X</A></DIV>\r
-<DIV id="text60_68" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:7254px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_68" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:9733px; line-height:15px; white-space:nowrap">\r
 <A href="#net_path">\r
 \81¨ \83C\83\93\83^\81[\83l\83b\83g\82âLAN\82Ì\83A\83h\83\8c\83X</A></DIV>\r
-<DIV id="text60_69" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:331px; margin-top:7827px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_69" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:331px; margin-top:10306px; line-height:15px; white-space:nowrap">\r
 \82Æ\8c¾\82¢\82Ü\82·\81B</DIV>\r
-<DIV id="text60_70" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:265px; margin-top:7827px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_70" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:265px; margin-top:10306px; line-height:15px; white-space:nowrap">\r
 \83t\83\8b\81E\83p\83X</DIV>\r
-<DIV id="text60_71" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:235px; margin-top:7930px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_71" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:235px; margin-top:10409px; line-height:15px; white-space:nowrap">\r
 \82©\81A\8aÂ\8b«\95Ï\90\94\82ð\8aÜ\82ñ\82¾\83p\83X\82ð\8bL\8fq\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text60_72" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:179px; margin-top:7930px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_72" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:179px; margin-top:10409px; line-height:15px; white-space:nowrap">\r
 \91\8a\91Î\83p\83X</DIV>\r
-<DIV id="text60_73" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:235px; margin-top:7945px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_73" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:235px; margin-top:10424px; line-height:15px; white-space:nowrap">\r
 \82ð\8aî\8f\80\82Æ\82µ\82½\83p\83X\82Å\82·\81\83J\83\8c\83\93\83g\83t\83H\83\8b\83_\81[\82Í\81A</DIV>\r
-<DIV id="text60_74" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:127px; margin-top:7945px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_74" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:127px; margin-top:10424px; line-height:15px; white-space:nowrap">\r
 \83J\83\8c\83\93\83g\81E\83t\83H\83\8b\83_\81[</DIV>\r
-<DIV id="text60_75" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:228px; margin-top:7960px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_75" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:228px; margin-top:10439px; line-height:15px; white-space:nowrap">\r
 \82Å\81A\90Ý\92è\82â\8eQ\8fÆ\82ª\82Å\82«\82Ü\82·\82ª\81A\83X\83N\83\8a\83v\83g\8bN\93®\92¼\8cã</DIV>\r
-<DIV id="text60_76" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:203px; margin-top:7960px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_23.html#cd">\r
+<DIV id="text62_76" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:203px; margin-top:10439px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_24.html#cd">\r
 cd</A></DIV>\r
-<DIV id="text60_77" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:8146px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_77" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10625px; line-height:15px; white-space:nowrap">\r
 \91\8a\91Î\83p\83X\82É\8bL\8fq\82·\82é . \81i\83s\83\8a\83I\83h\81j\82Í\81A\83J\83\8c\83\93\83g\83t\83H\83\8b\83_\81[\81A .. \81i\83s\83\8a\83I\83h\82Q\82Â\81j\82Í\81A<BR/>\r
 \90e\83t\83H\83\8b\83_\81[\82ð\95\\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text60_78" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:46px; margin-top:7511px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_78" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#FF0000; margin-left:46px; margin-top:9990px; line-height:15px; white-space:nowrap">\r
 URL \82Í\81A\83t\83@\83C\83\8b\91\80\8dì\82È\82Ç\82Ì\8aÖ\90\94\82É\8ew\92è\82·\82é\82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text60_79" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:7631px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_79" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:46px; margin-top:10110px; line-height:15px; white-space:nowrap">\r
 LAN \81i\89Æ\92ë\93à\81A\8eÐ\93à\83l\83b\83g\83\8f\81[\83N\81j\82É\82 \82é\83t\83@\83C\83\8b\81i\\ \82Å\8en\82Ü\82é\83A\83h\83\8c\83X\81AUNC\81j\82Í\81A<BR/>\r
 copy \8aÖ\90\94\82È\82Ç\82É\8ew\92è\82Å\82«\82Ü\82·\81\82½\82¾\82µ\81A\83J\83\8c\83\93\83g\81E\83t\83H\83\8b\83_\81[\81i\8cã\8fq\81j\82É\8ew\92è\82·\82é<BR/>\r
 \82±\82Æ\82Í\82Å\82«\82Ü\82¹\82ñ\81B</DIV>\r
-<DIV id="text60_80" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:7528px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_58.html#DownloadByHttp">\r
+<DIV id="text62_80" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:46px; margin-top:10007px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_60.html#DownloadByHttp">\r
 DownloadByHttp (vbslib)</A></DIV>\r
-<DIV id="text60_81" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:187px; margin-top:7528px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_81" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:187px; margin-top:10007px; line-height:15px; white-space:nowrap">\r
 \82È\82Ç\82ð\8eg\82Á\82Ä\83_\83E\83\93\83\8d\81[\83h\82µ\82Ä\82­\82¾\82³\82¢\81B</DIV>\r
-<DIV id="text60_82" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:7477px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_82" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:70px; margin-top:9956px; line-height:15px; white-space:nowrap">\r
 \97á\81F</DIV>\r
-<v:rect style="position:absolute; margin-left:100px; margin-top:7472px; width:250px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text60_83" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:108px; margin-top:7479px; line-height:13px; white-space:nowrap">\r
+<v:rect style="position:absolute; margin-left:100px; margin-top:9951px; width:250px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
+<DIV id="text62_83" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:108px; margin-top:9958px; line-height:13px; white-space:nowrap">\r
 http://www.sage-p.com/vbslib/vbslib.htm</DIV>\r
-<DIV id="text60_84" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:46px; margin-top:7555px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_84" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:46px; margin-top:10034px; line-height:15px; white-space:nowrap">\r
 \8eQ\8dl</DIV>\r
-<DIV id="text60_85" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:86px; margin-top:7555px; line-height:15px; white-space:nowrap">\r
-<A href="..\vbslib.files\vbslib_58.html#GetPercentURL">\r
+<DIV id="text62_85" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:86px; margin-top:10034px; line-height:15px; white-space:nowrap">\r
+<A href="..\vbslib.files\vbslib_60.html#GetPercentURL">\r
 \81¨ GetPercentURL</A></DIV>\r
-<DIV id="text60_86" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:7608px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_86" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:10087px; line-height:15px; white-space:nowrap">\r
 <A name="UNC">\r
 UNC</A></DIV>\r
-<DIV id="text60_87" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:90px; margin-top:7684px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_87" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:90px; margin-top:10163px; line-height:15px; white-space:nowrap">\r
 \81¨ UNC\81FUniversal Naming Convention</DIV>\r
-<DIV id="text60_88" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:46px; margin-top:7684px; line-height:15px; white-space:nowrap">\r
-\8eQ\8dl</DIV>\r
-\r
-<v:line from="0,7134" to="552,7134"/>\r
-<v:line from="552,7134" to="552,9159"/>\r
-<v:line from="552,9159" to="0,9159"/>\r
-<v:line from="0,9159" to="0,7134"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 61 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p61" class="to_tree" style="margin-top:9164px;" onClick="selectTreeElem( '61' );">\81©</A>\r
-<A href="#svgcats_vml_p62" class="to_next_page" style="margin-top:9164px;">\81¥</A>\r
-<A href="#svgcats_vml_p60" class="to_prev_page" style="margin-top:9164px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:9175px; width:421px; height:452px;" fillcolor="white"/>\r
-<DIV id="text61_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9192px; line-height:15px; white-space:nowrap">\r
-<A name="FileSystemObject">\r
-FileSystemObject</A></DIV>\r
-<DIV id="text61_2" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9352px; line-height:15px; white-space:nowrap">\r
-<A href="#FileSystemObject_CopyFile">\r
-CopyFile</A></DIV>\r
-<DIV id="text61_3" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9352px; line-height:15px; white-space:nowrap">\r
-\83t\83@\83C\83\8b\82ð\83R\83s\81[\82µ\82Ü\82·</DIV>\r
-<DIV id="text61_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9436px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_MoveFile">\r
-MoveFile</A></DIV>\r
-<DIV id="text61_5" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9436px; line-height:15px; white-space:nowrap">\r
-\83t\83@\83C\83\8b\82ð\88Ú\93®\82µ\82Ü\82·</DIV>\r
-<DIV id="text61_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9457px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_MoveFolder">\r
-MoveFolder</A></DIV>\r
-<DIV id="text61_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9457px; line-height:15px; white-space:nowrap">\r
-\83t\83H\83\8b\83_\82ð\88Ú\93®\82µ\82Ü\82·</DIV>\r
-<DIV id="text61_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#0000FF; margin-left:234px; margin-top:9194px; line-height:12px; white-space:nowrap">\r
-<A href="#fie">\r
-[ \90e: \83t\83@\83C\83\8b\91\80\8dì ]</A></DIV>\r
-<DIV id="text61_9" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9415px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_FolderExists">\r
-FolderExists</A></DIV>\r
-<DIV id="text61_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9415px; line-height:15px; white-space:nowrap">\r
-\83t\83H\83\8b\83_\82ª\91\8dÝ\82·\82é\82©\82Ç\82¤\82©\82ð\95Ô\82µ\82Ü\82·</DIV>\r
-<DIV id="text61_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:193px; margin-top:9192px; line-height:15px; white-space:nowrap">\r
-<A href="http://msdn.microsoft.com/library/ja/script56/html/FSOoriFileSystemObject.asp" target="_blank">\r
-(Web)</A></DIV>\r
-<DIV id="text61_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9520px; line-height:15px; white-space:nowrap">\r
-\83t\83@\83C\83\8b\82ð\8dí\8f\9c\82µ\82Ü\82·</DIV>\r
-<DIV id="text61_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9373px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_CopyFolder">\r
-CopyFolder</A></DIV>\r
-<DIV id="text61_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9373px; line-height:15px; white-space:nowrap">\r
-\83t\83H\83\8b\83_\82ð\83R\83s\81[\82µ\82Ü\82·</DIV>\r
-<DIV id="text61_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9394px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_FileExists">\r
-FileExists</A></DIV>\r
-<DIV id="text61_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9394px; line-height:15px; white-space:nowrap">\r
-\83t\83@\83C\83\8b\82ª\91\8dÝ\82·\82é\82©\82Ç\82¤\82©\82ð\95Ô\82µ\82Ü\82·</DIV>\r
-<DIV id="text61_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9520px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_DeleteFile">\r
-DeleteFile</A></DIV>\r
-<v:rect style="position:absolute; margin-left:35px; margin-top:9283px; width:334px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text61_18" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:43px; margin-top:9290px; line-height:13px; white-space:nowrap">\r
-Set g_fs = CreateObject("Scripting.FileSystemObject")</DIV>\r
-<DIV id="text61_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9260px; line-height:15px; white-space:nowrap">\r
-\83I\83u\83W\83F\83N\83g\82Ì\8eæ\93¾</DIV>\r
-<DIV id="text61_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9329px; line-height:15px; white-space:nowrap">\r
-\83\81\83\93\83o</DIV>\r
-<DIV id="text61_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9499px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_GetFile">\r
-GetFile</A></DIV>\r
-<DIV id="text61_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:162px; margin-top:9499px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#file_obj">\r
-\81¨ File \83I\83u\83W\83F\83N\83g</A></DIV>\r
-<DIV id="text61_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:50px; margin-top:9478px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#FileSystemObject_CreateFolder">\r
-CreateFolder</A></DIV>\r
-<DIV id="text61_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:162px; margin-top:9478px; line-height:15px; white-space:nowrap">\r
-\83t\83H\83\8b\83_\82ð\8dì\90¬\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text61_25" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:68px; margin-top:9580px; line-height:15px; white-space:nowrap">\r
-<A href="#fname">\r
-\81¨ \83t\83@\83C\83\8b\96¼\81A\83p\83X</A></DIV>\r
-<DIV id="text61_26" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:43px; margin-top:9224px; line-height:15px; white-space:nowrap">\r
-WSH \82¾\82¯\82Å\82È\82­ VBA \82Å\82à\8eg\82¦\82Ü\82·\81B</DIV>\r
-<DIV id="text61_27" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:68px; margin-top:9558px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_05.html#TextStream">\r
-\81¨ TextStream \81i\83e\83L\83X\83g\83t\83@\83C\83\8b\81j</A></DIV>\r
-<DIV id="text61_28" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:24px; margin-top:9558px; line-height:15px; white-space:nowrap">\r
-\8aÖ\98A</DIV>\r
-\r
-<v:line from="0,9175" to="421,9175"/>\r
-<v:line from="421,9175" to="421,9627"/>\r
-<v:line from="421,9627" to="0,9627"/>\r
-<v:line from="0,9627" to="0,9175"/>\r
-\r
-</PAGE>\r
\r
-<!-- page 62 --> \r
-<PAGE>\r
-<A id="svgcats_vml_p62" class="to_tree" style="margin-top:9632px;" onClick="selectTreeElem( '62' );">\81©</A>\r
-<A href="vbs_memo_05.html#svgcats_vml_p63" class="to_next_page" style="margin-top:9632px;">\81¥</A>\r
-<A href="#svgcats_vml_p61" class="to_prev_page" style="margin-top:9632px;">\81£</A>\r
-<v:rect style="position:absolute; margin-left:0px; margin-top:9643px; width:597px; height:443px;" fillcolor="white"/>\r
-<DIV id="text62_1" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#008000; font-weight: bold; margin-left:24px; margin-top:9660px; line-height:15px; white-space:nowrap">\r
-<A name="FileSystemObject_CopyFile">\r
-FileSystemObject::CopyFile</A></DIV>\r
-<v:rect style="position:absolute; margin-left:44px; margin-top:9917px; width:365px; height:55px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text62_2" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:52px; margin-top:9923px; line-height:15px; white-space:nowrap">\r
-Set fs = CreateObject("Scripting.FileSystemObject")<BR/>\r
-fs.CopyFile&nbsp; "ipLibCom.h", "..\..\..\inc\ipLibCom.h", True<BR/>\r
-Set fs = Nothing</DIV>\r
-<v:line style="position:absolute;" from="397,9956" to="456,9973" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:393px; margin-top:9952px; width:7px; height:7px;" fillcolor="#008040" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:rect style="position:absolute; margin-left:420px; margin-top:9962px; width:71px; height:17px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
-<DIV id="text62_4" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:424px; margin-top:9964px; line-height:15px; white-space:nowrap">\r
-\8b­\90§\8fã\8f\91\82«</DIV>\r
-<v:line style="position:absolute;" from="279,9955" to="377,10005" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:oval style="position:absolute; margin-left:275px; margin-top:9951px; width:7px; height:7px;" fillcolor="#008040" strokecolor="#008040" strokeweight="2pt"/>\r
-<v:rect style="position:absolute; margin-left:287px; margin-top:9995px; width:179px; height:17px;" fillcolor="#FFFFFF" strokecolor="#FFFFFF" strokeweight="1pt"/>\r
-<DIV id="text62_6" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:291px; margin-top:9997px; line-height:15px; white-space:nowrap">\r
-\90V\82µ\82­\82Å\82«\82é\83t\83@\83C\83\8b\96¼\82à\8aÜ\82ß\82é</DIV>\r
-<DIV id="text62_7" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:47px; margin-top:9729px; line-height:15px; white-space:nowrap">\r
-src \82©\82ç dst \82É\83t\83@\83C\83\8b\82ð\83R\83s\81[\82µ\82Ü\82·\81B</DIV>\r
-<DIV id="text62_8" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:288px; margin-top:9660px; line-height:15px; white-space:nowrap">\r
-<A href="http://msdn.microsoft.com/library/ja/script56/html/jsmthCopyFile.asp?frame=true" target="_blank">\r
-MSDN(Web)</A></DIV>\r
-<v:rect style="position:absolute; margin-left:39px; margin-top:9694px; width:526px; height:25px;" fillcolor="#E7E7E7" strokecolor="#000000" strokeweight="1pt"/>\r
-<DIV id="text62_9" style="position:absolute; font-family: '\82l\82\83S\83V\83b\83N'; font-size:9pt; color:#000000; margin-left:47px; margin-top:9701px; line-height:13px; white-space:nowrap">\r
-Sub&nbsp; FileSystemObject::CopyFile( src as string, dst as string [, overwrite as Bool] )</DIV>\r
-<DIV id="text62_10" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:47px; margin-top:9755px; line-height:15px; white-space:nowrap">\r
-\81y\88ø\90\94\81z</DIV>\r
-<DIV id="text62_11" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:118px; margin-top:9755px; line-height:15px; white-space:nowrap">\r
-src</DIV>\r
-<DIV id="text62_12" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:195px; margin-top:9755px; line-height:15px; white-space:nowrap">\r
-\83R\83s\81[\82·\82é\83t\83@\83C\83\8b\82Ì\83p\83X\81i\83R\83s\81[\8c³\81A\83\8f\83C\83\8b\83h\83J\81[\83h\89Â\81j</DIV>\r
-<DIV id="text62_13" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:118px; margin-top:9772px; line-height:15px; white-space:nowrap">\r
-dst</DIV>\r
-<DIV id="text62_14" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:195px; margin-top:9772px; line-height:15px; white-space:nowrap">\r
-\83R\83s\81[\90æ\82Ì\83t\83@\83C\83\8b\82Ì\83p\83X</DIV>\r
-<DIV id="text62_15" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:47px; margin-top:9897px; line-height:15px; white-space:nowrap">\r
-\83T\83\93\83v\83\8b</DIV>\r
-<DIV id="text62_16" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:118px; margin-top:9789px; line-height:15px; white-space:nowrap">\r
-overwrite</DIV>\r
-<DIV id="text62_17" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:195px; margin-top:9789px; line-height:15px; white-space:nowrap">\r
-\8fã\8f\91\82«\82·\82é\82©\82Ç\82¤\82©\81\83f\83t\83H\83\8b\83g True (*1)</DIV>\r
-<DIV id="text62_18" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:8pt; color:#0000FF; margin-left:384px; margin-top:9662px; line-height:12px; white-space:nowrap">\r
-<A href="#FileSystemObject">\r
-[ \90e: FileSystemObject ]</A></DIV>\r
-<DIV id="text62_19" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:83px; margin-top:9830px; line-height:15px; white-space:nowrap">\r
-False \82Ì\82Æ\82«\81A\8fã\8f\91\82«\82µ\82æ\82¤\82Æ\82·\82é\82Æ\83G\83\89\81[\82É\82È\82è\82Ü\82·\81B</DIV>\r
-<DIV id="text62_20" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:47px; margin-top:9830px; line-height:15px; white-space:nowrap">\r
-(*1)</DIV>\r
-<DIV id="text62_21" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#0000FF; margin-left:83px; margin-top:9855px; line-height:15px; white-space:nowrap">\r
-<A href="vbs_memo_06.html#copy_arg">\r
-\81¨ \83t\83@\83C\83\8b\83R\83s\81[\82Ì\88ø\90\94</A></DIV>\r
-<DIV id="text62_22" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:47px; margin-top:9855px; line-height:15px; white-space:nowrap">\r
+<DIV id="text62_88" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#408080; font-weight: bold; margin-left:46px; margin-top:10163px; line-height:15px; white-space:nowrap">\r
 \8eQ\8dl</DIV>\r
-<DIV id="text62_23" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:42px; margin-top:10016px; line-height:15px; white-space:nowrap">\r
-\83G\83\89\81[</DIV>\r
-<DIV id="text62_24" style="position:absolute; font-family: '\82l\82\82o\83S\83V\83b\83N'; font-size:10pt; color:#000000; margin-left:52px; margin-top:10038px; line-height:15px; white-space:nowrap">\r
-src \82É\8ew\92è\82µ\82½\83t\83@\83C\83\8b\82ª\96³\82¢\82Æ\82«\81A\83G\83\89\81[ 76</DIV>\r
 \r
-<v:line from="0,9643" to="597,9643"/>\r
-<v:line from="597,9643" to="597,10086"/>\r
-<v:line from="597,10086" to="0,10086"/>\r
-<v:line from="0,10086" to="0,9643"/>\r
+<v:line from="0,9613" to="552,9613"/>\r
+<v:line from="552,9613" to="552,11638"/>\r
+<v:line from="552,11638" to="0,11638"/>\r
+<v:line from="0,11638" to="0,9613"/>\r
 \r
-<DIV style="position:absolute; margin-left:0px; margin-top:10086px;">\r
+<DIV style="position:absolute; margin-left:0px; margin-top:11638px;">\r
 <A id="svgcats_vml_p62" class="to_tree" onClick="selectTreeElem( '62' );">\81©</A></DIV>\r
-<DIV style="position:absolute; margin-left:20px; margin-top:10086px;">\r
+<DIV style="position:absolute; margin-left:20px; margin-top:11638px;">\r
 <A id="page_group_bottom" href="vbs_memo_05.html#page_group_top" style="text-decoration:none;">\81«</A></DIV>\r
 </PAGE>\r
  \r