No, VBS is Visual Basic Script (kinda like Batch), I am making a Visual Basic 2008 (VB.net) program that will generate a Virus according the users input. What I am having trouble with is some of the VBS (Virus) code is 40 lines long, and what I am trying to do is have it so when the user checks a check box, those 40 lines are added to the textbox. Then once the user is done, he presses a button to make the virus. Then the textbox is saved as a VBS file (with the virus code in it).
So what I am wondering is if the is a way to add the lines of code to the textbox/listbox to be made into the virus. I know of ( items.add ) but i am wondering if there is another way. Since adding ( items.add ) before every line of the virus code, is kinda a pain.
Thanks and I hoped this cleared it up!