I am trying to create a batch file that will create a VBScript. I tried doing something like:
echo somescripthere & morehere , andhere >> hello.vbs
pause (for debugging)
But when I run the batch file it responds with
"somescripthere" is not recognized as an internal or external command,
operable program or batch file.
"morehere" is not recognized as an internal or external command,
operable program or batch file.
"andhere" is not recognized as an internal or external command,
operable program or batch file.
Anyone know what is causing this and how I could fix it? I'm not that good at coding and even worse at VBScript.