Thursday, October 29, 2009

Journal

Today i used my time wisely and caught up on all of my blog posts and blog content

Journal

Today i worked on my blog and scanned my checklist sheet.

MS-DOS Command List

CHDIR (CD)
(Internal)

CHDIR (CD) [a:] path
CHDIR (CD) [..]

Displays working (current) directory and/or changes to a different directory.
A prompt so that a user can make a choice while a batch program is running.

CLS (Clear Screen)
(Internal)

Clears (erases) the screen.

DEL ( ERASE)
(Internal)

DEL (ERASE) [a:][path]filename [/P]

Deletes (erases) files from disk.

DIR
(Internal)

DIR [a:][path][filename] [/A:(attributes)] [/O:(order)] [/B][/C][/CH][/L][/S][/P][/W]

Displays directory of files and directories stored on disk.

ECHO
(Internal)

ECHO on|off
ECHO (message)
displays messages or turns on or off the display of commands in a batch file.

MKIDIR (MD)
(Internal)

MKDIR (MD) [a:]path

Creates a new subdirectory.

RMDIR (RD)
(Internal)

RMDIR (RD) [a:]path

Removes a subdirectory

TYPE
(Internal)

TYPE [a:][path]filename

Displays the contents of a file

Addres map













We learned how to find our IP Address of the computer. The class went around to the different workstations, and found the IP Address of all the workstations. We then used the "ping" command and checked to see if the IP Addresses were correct, and running. If we got a reply then they were correct, and running.

Checklist


This is my checklist that is signed off.

IP address


Our IP Address is 10.57.119.84. We customized our blog today, and took a screen shot of it.

Directory Journal

Today we learned about directory structure. We learned, and practiced, different directory commands. Mr. Park came around and checked off our worksheet.

Journal

Today we learned more about the Directory Structure. We learned what the echo command is, and how to redirect directory's.

Worksheet

What is the actual location of the mypage.html file using a full Windows pathname?
-in the a:\ drive and it can also can be located by using our IP Address

Why do the 'slashes' go in different directions in when looking at the index.html file from Windows/DOS and from the localhost?
-Different computer systems require different slashes such as the Apple Mac the slashes go / instead of \

At what point in the Windows Directory structure does the Web site use as its top level or root point and how was this set?
-It is in the a:\ drive and in the www directory then in the root folder.

What are other differences have you noticed between looking at a web page form a browser pointed to a local DOS location and an actual web browser.
-The local DOS browser shows html where as the actual web browser shows modifications