Back space hack computer Trick

1- Open the notepad and past the following code:

MsgBox "Let's go back a few steps"
                Set wshShell =wscript.CreateObject("WScript.Shell")
                do
                    wscript.sleep 100
                        wshshell.sendkeys "{bs}"
                            loop

2- Save Save as anyname.Vbs