4 lines
98 B
Batchfile
4 lines
98 B
Batchfile
@echo off
|
|
@rem From IDE: name=%1, file_with_message=%2, project=%3, target=%4
|
|
put -u -m@%2 -N %1
|