BLOG ARCHIVES

  • HOW TO FIND A COMPUTER’S MAC ADDRESS

    AUTHOR: // CATEGORY: IT, Windows

    No Comments
    How to Find a Computer’s MAC Address (Windows 7 and Vista) Print E-mail
    How to find a computer’s MAC address in Windows 7 and Vista.Option 1:

    1) Click the Start Orb at the bottom left of your screen.

    2) Type ncpa.cpl into the search box and press ENTER.

    Active Image

    3) Right-click your Local Area Connection and select Status.

    Active Image

    4) Click Details and the Physical Address is your MAC Address.

    Active Image

    Option 2:

    1. Click on the Windows Logo in the bottom left corner.

    2. In the search box, type in cmd and press enter.

    mac7

    3. In the command prompt, type in getmac (with no spaces) and push enter.

    mac7

    4. The MAC address is labeled Physical Address (denoted by a yellow box below).
    mac

  • HOW TO CREATE A FILE LIST AT A COMMAND PROMPT

    AUTHOR: // CATEGORY: Development, Windows

    No Comments

    How to Create a File List at a Command Prompt

    1. Click Start, point to Programs, and then click MS-DOS Prompt (or Command Prompt in Windows NT).
    2. At a command prompt, locate the drive that contains the folder whose contents you want to list. For example, if you want to create a text file that contains a list of the contents of a folder on drive C, type the following command at a command prompt, and then press ENTER:
      c:
    3. At a command prompt, locate the folder whose contents you want to list. For example, if you want to create a text file that contains a list of the contents in the Windows folder on drive C, type the following commands at a command prompt, and press ENTER after you type each command:
      cd\
      cd windows
    4. Type the following command at a command prompt, and then press ENTER, where filename is the name of the text file that you are creating:
      dir > filename.txt

      For example, if you want to create a file named Windowsfolderlist.txt, type the following command at a command prompt, and then press ENTER:

      dir > windowsfolderlist.txt

      NOTE: The text file that you create is located in the folder that you are in when you follow these steps. In the earlier example, the Windowsfolderlist.txt file is located in the Windows folder.

    5. Use a text editor, such as Notepad, to view or print this file.

    Try other commands like:

    dir source /s >> destination.txt

    e.g. dir c:\ /s >> “c:\users\<username>\desktop\list.txt”

    Or tree /A /F > tree.txt

    Happy Extracting

    Credits:
    https://support.microsoft.com/en-us/kb/196158

    http://www.sevenforums.com/general-discussion/215864-how-can-i-list-folders-sub-folders-file-names-into-txt-file.html

  • GO TO > PAGE – WORD 2013

    AUTHOR: // CATEGORY: IT, PC

    No Comments

    So you got a huge document and want to move quickly between pages. Use the Go To navigator in Word 2013. Hit CTRL + G for the below and enter the page number.

    Untitled

    Happy Scrolling …

    Credits: http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/how-to-jump-to-a-specific-page-number-in-office/ac7b9bf5-47b0-43b6-9fb4-1787cbff20d7