본문/내용
(1) 부팅(Booting) -
* Warm Booting -
* Cold Booting -
(2) Basic Operation - What can we do with `C:\\>` ?
* Cursor -
* Prompt -
* Command -
* Enter(Return, ) -
(3) Command의 종류
* DOS (internal,external) Command -
* DOS Batch Command -
* Application Program Command -
* User Defined(Programmed) Command -
(4) Basic DOS Internal Command
# 기본적인 Command 형식 /* 박스처리(음영 10%)
Ex.) dir c: /w
① ② ③
① Command(s) : 수행할 명령
② Parameter : 명령의 대상
③ Switch : 수행되는 방법(Option이므로 생략가능)
# cf.) Keyboard 사용법
- Enter :
- Shift :
- CapsLock :
- Tab :
- Spacebar :
- Backspace :
- Alt(ernate) :
- Esc :
- Print Screen :
- Pause( + ) :
- Ctrl(Control) :
- NumLock(NumberLock) :
- F1..F10 :
- Home,End,Insert,Delete,PageUp,PageDown :