What is the at sign (@) in a batch file and what does it do?

后端 未结 2 933
别跟我提以往
别跟我提以往 2020-12-02 09:04

One remotely familiar with windows/dos batch scripting will recognize this line:

@echo off

For many-many days, I was happy with the sentime

2条回答
  •  被撕碎了的回忆
    2020-12-02 09:16

    Not only does the "at" symbol placed in the beginning hide the command, it can also be used to append command arguments stored in a text file. The syntax is exe@commands (if I remember correctly)

提交回复
热议问题