告诉HN:回声我爱你

1作者: reconnecting5 天前原帖
@ECHO OFF<p>CLS<p>ECHO 我记得很清楚,当我还是个孩子的时候,我不仅想看看我的PC/286计算机能运行什么,还想拥有让它为我做事情的能力。我的第一次尝试是通过一个.BAT文件和ECHO命令。我输入了几行,按下回车键。我感到无比自豪,甚至邀请我的父亲来展示我如何让计算机说出我想要的话。这是一次改变人生的经历。<p>ECHO 当然,BAT文件并不够,因为它只是一个脚本,我想要的是一个EXE文件,于是我进一步学习了Borland Pascal,第一次使用writeln,不仅让计算机显示我想要的内容,还将其编译成可执行的二进制文件。想象一下,一个真正的EXE文件(!),你可以运行它,它会让计算机显示你想要的内容。在那一刻,我跨越了用户与创造者之间的界限,再也没有回头。<p>ECHO.<p>ECHO 我爱你!<p>PAUSE
查看原文
@ECHO OFF<p>CLS<p>ECHO I remember well, when I was a kid I wanted not only to see what my PC&#x2F;286 computer might run, but also to have the power to do something for me. The first attempt was through a .BAT file and ECHO command. I put in a few lines, pressed enter. I was so proud, I even invited my father to show how I made the computer say what I want. Life-changing experience.<p>ECHO Of course BAT was not enough, because it was a script and I wanted an EXE, so I went further with Borland Pascal and the first writeln to not only make the computer show what I want, but also compile this to an executable binary. Imagine, a real EXE file (!) that you might run and it makes the computer show what you want. At this moment I crossed the line between user and creator, and never came back.<p>ECHO.<p>ECHO I love you!<p>PAUSE