VMWare 에 노턴코맨더 설치하기

Posted by Programmer™
2018. 8. 30. 20:34 카테고리 없음

 

VMWare 로 MS-DOS 를 부팅합니다.

 

 

부팅이 끝난 화면입니다.

 

 

실제 컴퓨터상에 플로피 디스크 드라이브 장치는 설치되어 있지 않으므로 dir a: 를 실행하면 아래 화면처럼 에러 메시지가 나옵니다.  

 

 

a를 눌러 프롬프트 상태로 빠져나옵니다.

먼저 VMWare 상에서 가상 이미지 파일을 드라이브 A: 로 불러들이는 작업을 해줘야 합니다.

 

키보드 왼쪽에 있는 Ctrl 키와 Alt 키를 동시에 눌르면 도스화면에서 빠져나옵니다.

 

 

 

 

Browse.. 를 눌러 이미지 파일을 불러옵니다. 그리고 Connected 에 체크표시를 해주고 OK를 클릭합니다.

 

 

 

dir a: 를 입력해서 안의 내용을 확인해보았습니다. INSTSALL.EXE 파일이 보입니다.

 

 

 

install 을 입력하여 설치를 실행합니다.

 

 

마우스가 설치되어 있지 않은 경우에는, 키보드 왼쪽에 있는 Tab 키를 누르면 이동할수 있습니다.

컬러 화면으로 설치할 것이므로 C 키를 눌러줍니다.

 

 

 

C 키를 눌러줍니다.

 

 

F 키를 눌러줍니다.

 

 

기본적으로 설치되는 경로는 C:\NC 입니다.

 

 

C 키를 눌러줍니다.

 

 

2번 디스켓을 넣으라고 나옵니다.

 

 

2번 디스켓 이미지 파일을 불러옵니다.

키보드 왼쪽에 있는 Ctrl 키와 Alt 키를 동시에 눌르면 도스화면에서 빠져나옵니다.

 

 

3번 디스켓을 넣으라고 나옵니다.

 

 

마지막 3번 디스켓 이미지를 불러옵니다.

 

 

설치가 모두 끝났습니다.

환경설정을 고쳐주기 위해 R 을 눌러 재부팅합니다.

 

 

 

드라이브 A 에서 디스켓을 제거하라고 하네요.

 

 

Connected 앞의 체크표시를 없애줍니다. 그리고 OK 를 클릭합니다.

 

 

엔터키를 눌러 재부팅합니다.

 

 

 nc 를 입력합니다.

 

 

노턴 코맨더 5.5 의 실행화면입니다.

 

 

 

 

이상으로 마칩니다.

 

 

 

윈도우10 탐색기 공유 없애기

Posted by Programmer™
2018. 8. 20. 21:55 Windows 10

윈도우10 레드스톤3 에서부터는 윈도우 탐색기의 오른쪽 버튼을 클릭하면 공유라는 새로운 메뉴가 표시됩니다.

 

공유 기능을 사용하지 않는 경우엔 필요없는 메뉴입니다.

 

 

레지스트리 편집기를 관리자 권한으로 실행시킵니다.

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ModernSharing 를 입력후 엔터키를 누릅니다.

 

 

그러면 레지스트리 편집기가 해당키를 찾아서 보여줍니다.

오른쪽 버튼을 클릭하여 삭제(D)를 클릭합니다.

 

 

이제 레지스트리 편집기와 윈도우 탐색기를 종료합니다.

다시 윈도우 탐색기를 실행시켜보면 더 이상 공유라는 항목은 표시가 되지 않습니다.

 

 

 

폴더 아이콘 변경하기

Posted by Programmer™
2018. 7. 6. 17:24 카테고리 없음

 

desktop.ini 파일을 하나 만들어주고 안에 다음 내용을 편집합니다.

[.ShellClassInfo]
IconFile=%FOLDER_MARKER_DIR%\icl\Colors.icl
IconIndex=0

 

 

UltraEdit 단축키

Posted by Programmer™
2018. 6. 24. 10:30 카테고리 없음

IDM PowerTips

Keyboard Shortcuts

Shortcut keys: Maximize your efficiency

One of UltraEdit's most powerful features is its ease of navigation. Many users are unaware of the shortcuts available that add speed/efficiency to this powerful application. Use these shortcuts in your day-to-day use of UltraEdit and see how much easier your favorite text editor has made some simple tasks.

Please note, the shortcuts listed here are default shortcuts, feel free to customize your shortcuts as you would like.

Document Navigation Shortcuts

Ctrl+Up Scroll up one line keeping cursor in view
Ctrl+Down Scroll down one line keeping cursor in view
F4 Toggle focus between active file and Tree View if shown
Alt+Right Position cursor at first not space character of next paragraph
Alt+Left Position cursor at first not space character of current paragraph (if positioned mid-paragraph) or previous paragraph
Alt+Page Up Position cursor beginning of first line in of the display
Alt+Page Down Position cursor beginning of last line in of the display
Alt+'-' *NM Position line with cursor at top of window
Alt+'+' *NM Position line with cursor at bottom of window
Alt+"*" *NM Position line with cursor at center of window
Ctrl+'1' *NM Position the cursor at the end of the previous word
Ctrl+'2' *NM Position the cursor at the end of the next word
Ctrl+F6 Make the next document window active
Ctrl+Shift+F6 Make the previous document window active
*NM : Will Only work on the numeric keypad.

Select/Delete/Insert Shortcuts

Ctrl+Shift+Left (or Right) Selects the word preceding (or following) the cursor
Ctrl+Backspace Delete the word preceding the cursor
Ctrl+Delete Delete the word following the cursor
Ctrl+I Insert a literal character at the cursor position
INS Toggle between Insert and Overstrike mode

Hex Mode Shortcuts

Ctrl+H Toggle HEX editing mode
Ctrl+D Insert or delete characters in HEX editing mode

Bookmark Shortcut

Ctrl+F2 Toggle bookmark on and off
F2 Goto next bookmark

File Menu

Ctrl+N Create a new document file
Ctrl+O Open an existing document file
Ctrl+Q Open an existing document without showing File Open dialog
Ctrl+F4 Close an existing document file
Ctrl+S Save the active document
F12 Save the active document as a new file
Ctrl+P Print the active document

Edit Menu

Ctrl+X Cut text from the document into the clipboard
Ctrl+C Copy text from the document into the clipboard
Ctrl+V Paste text from the clipboard into the active document
Ctrl+0-9 Select active clipboard
Ctrl+A Select All text in the active document
Ctrl+Z Undo the last action if possible
Ctrl+Y Reverse the last Undo action if possible
Ctrl+J Select the current word (same as double click)
Ctrl+E Delete line the cursor is on
Ctrl+F11 Delete from the cursor to start of line
Ctrl+F12 Delete from the cursor to end of line
Ctrl+W Toggle Word Wrap on/off
F7 Insert time/date at cursor

Search Menu

Alt+F3 or Ctrl+F Find a character string
Ctrl+F3 Repeat last find toward beginning of file
F3 Repeat last find toward end of file
Ctrl+B Find matching brace (,[,{ or },],)
Ctrl+R Find and replace a character string with another
Ctrl+G Goto the specified line (or HEX address)

View Menu

Ctrl+U Toggle File Tree View
Ctrl+F8 Toggle Tag List

Format Menu

Ctrl+T Reformat the current paragraph or selected text
Ctrl+F5 Convert selected text to lower case
ALT+F5 Convert selected text to Upper case
F5 Capitalize first character of each word in selected text
Shift+F5 Invert case of all characters in selected text
Ctrl+K Invoke the spelling checker
ALT+C Toggle column/block mode on and off

Macro Menu

Ctrl+M Replay a macro
Ctrl+L Replay a macro the specified number of times

DOS Menu

F9 Run DOS Window command
Ctrl+F9 Repeat last DOS Window command
F10 Execute Windows Program

Help Menu


Shift+F1 Invoke the context help command and cursor