Trying to put a vbCrLf in a batch file using wscript (example below). When I run the script with the & vbCrLf & it skips that portion and goes to the next step.
I have tried several variations for the CrLf to no avail.
echo wscript.echo inputbox("Enter the Software Revision you wish to install." & vbCrLf & "(The software revision must be at c:\.)", "Sofware Revision") > tmp.vbs
Your assistance is appreciated.
Regards
I have tried several variations for the CrLf to no avail.
echo wscript.echo inputbox("Enter the Software Revision you wish to install." & vbCrLf & "(The software revision must be at c:\.)", "Sofware Revision") > tmp.vbs
Your assistance is appreciated.
Regards