CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Author : Malin

Windows – DIR command – How to display files with specified attributes?

Windows Operating Systems maintains attributes for the files to manage them in the File System. There are different file attributes; read-only files, System files, Archived files etc,. DIR command provides the opportunity to the Users to display the files with specified attributes, through the switch “/A”. For example, below command displays the list of files […]

C Programming – An Introduction

‘C’ is a structured, general purpose high level programming language; initially used to develop the UNIX Operating System in the year 1972 by an American Computer Scientist, Dennis M. Ritchie. He was developed ‘C’ language with his colleague Ken Thomson at Bell Labs. ‘C’ is a structured programming language contains set of code blocks (high level […]

Scroll to top