블로그
- [Batch]| was unexpected at this time batch script batch 에서 명령 실행 결과를 변수에 담으려면 FOR /F "tokens=* USEBACKQ" %%F IN (`command`) DO (SET var=%%F)ECHO %var%Colored 참조 : https://stackoverflow.com/questions/20841622/error-was-unexpected-at-this-time-batch-script/20841821
- [존알람] dll 인증은 어떻게 하는가. Every time a dll is loaded, we check if it has our certificate. In order to do certificate checking, the machine needs to have a root certificate on it.