Vbscript input/output: Revision history

From wikinotes

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 December 2019

  • curprev 00:2300:23, 8 December 2019Will talk contribs 244 bytes +244 Created page with "= Printing = <source lang="vb"> Set fso = CreateObject ("Scripting.FileSystemObject") Set stdout = fso.GetStandardStream (1) Set stderr = fso.GetStandardStream (2) stdout.Wri..."