> 2007/08/03 (金) 19:53:16 ◆ ▼ ◇ [qwerty]> > 結局美少女キャラは作れたの?
> 別人だけど2時間ほどやったけど無理だと思って諦めた
> ノルドをベースに弄ってたら広橋涼に似たキャラができたけど微調整加えてたらまた変な顔に(;´Д`)
広橋自体縦に潰した犬の顔みたいな感じだからなSet Fs = WScript.CreateObject("Scripting.FileSystemObject")
If strDriveLetter01="" Then WScript.Quit
If (65<=Asc(strDriveLetter01) And Asc(strDriveLetter01)<=90) And Len(strDriveLetter01)=1 Then
If Fs.DriveExists(strDriveLetter01) Then
With CreateObject("Shell.Application").NameSpace(strDriveLetter01 & ":\")
.Items().Item().Name = strDriveName01
End With
End If
Else
End If
参考:2007/08/03(金)19時46分35秒