태그>batchfile(총 16개의 글)
'batchfile' 관련 최근글
-
- Batchfile how to use TYPE

-
루오니의 집 by 루오니|2011/10/24 19:46
도스(MS-DOS)나 윈도우의 도스창(명령프롬프트)에서 텍스트 파일의 내용을 화면에 출력하는 명령어는 type 입니다. 하드에 test.txt 라는 파일이 있을 때 도스에서type test.txt이런 명령을 입력하면 test.txt 파일의 내용이 도스 화면에 출력됩니다. 또는type test.txt |..
- Batchfile how to use TYPE
-
- Batchfile most important link

-
루오니의 집 by 루오니|2011/10/24 19:44
Most useful batchfile linkhttp://www.delicious.com/mwultong/batch
- Batchfile most important link
-
- Batchfile current path

-
루오니의 집 by 루오니|2011/10/24 15:22
배치파일 만들 때 %cd%를 하면 현재 작업 경로를 얻을 수 있다.작업 중인 경로를 옮겨서 처리하다가, 다시 원래의 경로로 돌아오고 싶으면 아래와 같이 처리한다.rem 현재 경로 저장set CURPATH=%cd%rem 다른 경로로 이동한다.cd d:blahblah.rem 이전 경로로 복귀cd..
- Batchfile current path
-
- BAT Create Dos booting usb

-
루오니의 집 by 루오니|2011/10/24 15:22
How to create dos booting USB on windows Partition USB If using Windows, your USB stick is mounted as something like E:. All operations must be performed as Administrator (right click, Run as Administrator) using Windows Vista, ..
- BAT Create Dos booting usb
-
- Batchfile registry management

-
루오니의 집 by 루오니|2011/10/21 17:13
addREG ADD HKLMSoftwareMyCo /v Data /t REG_BINARY /d fe340eadreg delREG DELETE HKLMSoftwareMyCoMyAppTimeoutREG DELETE ZODIACHKLMSoftwareMyCo /v MTUreg queryREG QUERY HKLMSoftwareMicrosoftResKit /v Version
- Batchfile registry management
-
- Batchfile write .reg file

-
루오니의 집 by 루오니|2011/10/21 17:12
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREwwe]"binary"=hex:00,11"dword"=dword:00000010"multi-sz"=hex(7):66,00,69,00,72,00,73,00,74,00,20,00,6c,00,69,00,6e,0+0,65,0..
- Batchfile write .reg file
-
- Batchfile TYPE command - windows cat

-
루오니의 집 by 루오니|2011/10/21 17:09
도스(MS-DOS)나 윈도우의 도스창(명령프롬프트)에서 텍스트 파일의 내용을 화면에 출력하는 명령어는 type 입니다. 하드에 test.txt 라는 파일이 있을 때 도스에서type test.txt이런 명령을 입력하면 test.txt 파일의 내용이 도스 화면에 출력됩니다. 또는type test.txt |..
- Batchfile TYPE command - windows cat
-
- Batchfile string append

-
루오니의 집 by 루오니|2011/10/21 17:08
기존의 텍스트 파일의 끝에 다른 문자열을 덧붙여 추가하는 방법입니다. 도스창의 프롬프트에서 또는 배치파일에서 사용할 수 있는 테크닉입니다.예를 들어, “현재 디렉토리”에, test.txt 라는 이름의 텍스트 파일이 있다고 가정합니다. 이때 다음과 같은 명령을 주면echo ..
- Batchfile string append
-
- Batchfile string operation

-
루오니의 집 by 루오니|2011/10/21 17:08
배치파일은 아주 간단한 프로그래밍 도구이기에 함수의 개념은 없습니다. 펄이나 C언어처럼 문자열을 본격적으로 다루지는 못하지만, BATCH 파일에서도 set 명령을 사용하면 어느 정도는 가능합니다.또한 echo 라는 명령으로, 문자열 출력 함수를 대신할 수 있습니다. 다음..
- Batchfile string operation
-
- Batchfile auto yes/no answer

-
루오니의 집 by 루오니|2011/10/21 17:03
echo Y |echo YES |echo no |echo n |echo Y 라고 실행하면 뒤에 붙는 cacls 실행 후 자동으로 y를 입력해 줌.echo Y | cacls d:secu /T /G Administrator:F
- Batchfile auto yes/no answer
-
- Batchfile autoexec.bat/config.sys example

-
루오니의 집 by 루오니|2011/10/21 17:03
윈도우98에서 도스로 부팅할 때 사용하는 AUTOEXEC.BAT 과 CONFIG.SYS 파일입니다. AUTOEXEC.BAT 이란, 도스가 부팅되면서 자동으로 실행되는 배치파일입니다. CONFIG.SYS 란, 하드웨어 등의 시스템 설정 파일이고 윈도우XP의 레지스트리에 해당한다고도 볼 수..
- Batchfile autoexec.bat/config.sys example
-
- Batchfile computer name

-
루오니의 집 by 루오니|2011/10/21 17:02
컴퓨터 이름을 도스창에서 출력하는 방법입니다. “컴퓨터 이름”이란 것은, 네트워크 상에서 식별하기 위해 컴퓨터마다 붙인 고유한 이름인데, 윈도우를 설치할 때 사용자가 지정해 주는 것입니다. 지정하지 않으면 윈도 설치 프로그램이 무작위로 만들어 줍니다.CommandLi..
- Batchfile computer name
-
- Batchfile run with 24bit/32bit color

-
루오니의 집 by 루오니|2011/10/21 17:02
구글어스는 비디오 카드가 32비트 모드로 설정되어 있을 때에만 정상적으로 작동하고 24비트로 설정되어 있을 때에는 다운(먹통)이 되거나 에러가 발생합니다. 요즘에는 대부분 32비트 컬러로 설정되어 있지만, 저의 경우에는 사정상 24비트를 사용중입니다. 그래서 구글어스를 실행..
- Batchfile run with 24bit/32bit color
-
- Diskpart Commandline Sample

-
루오니의 집 by 루오니|2011/10/21 15:58
1. Create WinPE Booting USB Diskpart select disk 1 clean create partition primary select partition 1 active format quick fs=fat32 assign exit xcopy c:winpe_x86iso*.* /e f: 2. Create Booting HDD diskpart sel disk 0 clean create part primary s..
- Diskpart Commandline Sample



