Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:18
Show Gist options
  • Save ezhov-da/3c7a808f7f03ad5dc96abd2e6cb5a866 to your computer and use it in GitHub Desktop.
Save ezhov-da/3c7a808f7f03ad5dc96abd2e6cb5a866 to your computer and use it in GitHub Desktop.
vbs чтение файла.vbs
Dim FSO
Set FSO=CreateObject("Scripting.FileSystemObject")
Set txtfile = fso.OpenTextFile("E:\_projects_dev\macros\asaa\vbs\execute_prc_asaa_no.vbs")
text = txtfile.ReadALL
msgBox text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment