I have EmailAddr.btm which is attached and it's causing output for example:
This is being caused by :
setdos /x-5
echo In: %_CWD
setdos /x+5
Is there a simplier way to echo a string that might include the "&" char?
Code:
In: C:\Program Files (x86)\Cyberlink\WaveEditor\web
====
In: C:\Program Files (x86)\DoubleKiller Pro
====
In: C:\Program Files (x86)\Eltima Software
====
In: C:\Program Files (x86)\Eltima Software\SWF
OnError.btm: Not a valid command. You may edit it or
press ENTER to abort it.
FLV Player
[C:\]dir /a: "C:\Program Files (x86)\Eltima Software\SWF*"
Volume in drive C is Win7_Galloway Serial number is aea6:a855
Directory of C:\Program Files (x86)\Eltima Software\SWF*
3/28/2013 1:35 <DIR> SWF & FLV Player
0 bytes in 0 files and 1 dir
308,934,520,832 bytes free
[C:\]dir /a: /f "C:\Program Files (x86)\Eltima Software\SWF*"
C:\Program Files (x86)\Eltima Software\SWF & FLV Player
[C:\]
This is being caused by :
setdos /x-5
echo In: %_CWD
setdos /x+5
Is there a simplier way to echo a string that might include the "&" char?