블로그
- 윈도우가 설치된 드라이브 찾기 배치 - for 드라이브 찾기 for %%a in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do ( if exist "%%a:\Windows" ( echo %a:\Windows" ( if exist "%%a:\Program files" ( echo 윈도우가 설치된 드라이브는 %%a 드라이브 입니다. ) ) )
- python3,라즈베리파이3, 소켓 프로그래밍 TCP/IP Client and Server https://pymotw.com/2/socket/tcp.html Echo ServerThis sample program, based on the one in the standard
- 마우스 우클릭으로 .java 컴파일과 동시에 실행하기 HKEY_CLASSES_ROOT\[등록할 URI]\shell\open] [HKEY_CLASSES_ROOT\[등록할 URI]\shell\open\command] @="\"[EXE파일경로]\" %1" @echo off "C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe" "%1" "C:\Program Files\Java\jdk1.6.0_21\bin\java.exe
- Populating Array in DOS Batch Script you. example1 set FILE_LIST=(file1.dll file2.exe file3.dll file4.dll file5.dll) set BIN_PATH="C:\Program Files\My App Folder\bin" set BAK_PATH="C:\Program Files\My App Folder\bin\Backups" set DEV_PATH="C:\