When writing batch scripts, we often need to use the backspace key. But I believe many people don't know how to input the backspace character "" (note that it's a backspace key, not a space) in cmd. I used to just copy it from others' batch scripts.
For this problem, I specifically searched on Baidu and finally found the input method (although it still requires copying): Enter edit in cmd to enter the text editor, then directly press the backspace key on the keyboard, then copy with ctrl+c and paste to the place needed with ctrl+v.
==============================================
Now an experimental second method (the most convenient and quick) is found: Open txt and directly press ctrl+backspace. By the way, my environment is XPSP2.
===================================
I'm sorry everyone. After repeated experiments, it's proved that both methods I mentioned are wrong.
[ Last edited by zw19750516 on 2008-5-19 at 09:47 PM ]
For this problem, I specifically searched on Baidu and finally found the input method (although it still requires copying): Enter edit in cmd to enter the text editor, then directly press the backspace key on the keyboard, then copy with ctrl+c and paste to the place needed with ctrl+v.
==============================================
Now an experimental second method (the most convenient and quick) is found: Open txt and directly press ctrl+backspace. By the way, my environment is XPSP2.
===================================
I'm sorry everyone. After repeated experiments, it's proved that both methods I mentioned are wrong.
[ Last edited by zw19750516 on 2008-5-19 at 09:47 PM ]
批处理之家新域名:www.bathome.net

