
Steps to create this Structure :
C:\>MD <space> Computer <enter>
C:\>CD <space> Computer <enter>
C:\Computer>MD <space> Software <space> Hardware <space> Networking <enter> ///Create multi directories at a time///
C:\Computer> Tree/F <enter>
C:\Computer>CD.. <enter>
C:\>
Delete:
C:\>CD<space> Computer<enter>
C:\Computer>RD<space> Software <enter>
C:\COmputer>RD <space> Hardware <enter>
C:\Computer>RD<space> Networking <enter>
C:\Computer>CD.. <enter>
C:\>RD <space> Computer <enter>
C:\>