Store a file inside of a batch file?

后端 未结 4 576
臣服心动
臣服心动 2020-12-01 22:41

Hi im trying to store a binary file inside of a basic batch script that ive written. Basically i want the script to be able to output this prebuilt file at some point instea

4条回答
  •  萌比男神i
    2020-12-01 23:25

    Read about HERE documents. Msdos batch does not offer them, but perl and ruby are both available and do.

    http://en.wikipedia.org/wiki/Here_document

提交回复
热议问题