Home > Software engineering >  How to get the text line by line and perform in the passed as a parameter to the VBS script
How to get the text line by line and perform in the passed as a parameter to the VBS script

Time:10-07

Output_Name="variables. CSV"

The Set objFSO=CreateObject (" Scripting. FileSystemObject ")
The Set objFile=objFSO. CreateTextFile (Output_Name, TRUE)

ObjFile. Write "" "" & amp; "Group Name" & amp; "" "" & amp; ", "

ObjFile. Writeline

'Group_Name="Team"
Group_Name="variable"

CodePudding user response:

This variable is saved in a TXT file, each line need to cycle the as a parameter, and then execute the script line by line

CodePudding user response:

Myself small white, the script is not I write,,, some not to have any player can explain it in detail
  • Related