8 lines
79 B
Text
8 lines
79 B
Text
|
|
Public Sub Main()
|
||
|
|
Dim sStore As String
|
||
|
|
|
||
|
|
Shell "ls" To sStore
|
||
|
|
Print sStore
|
||
|
|
|
||
|
|
End
|