4 lines
140 B
Text
4 lines
140 B
Text
With CreateObject("Scripting.FileSystemObject")
|
|
WScript.Echo .GetFile("input.txt").Size
|
|
WScript.Echo .GetFile("\input.txt").Size
|
|
End With
|