Your Ad Here

Search for post

INFORMATION TECHNOLOGY

The Information Technology (IT) - sector has boomed all over the country.With efforts of government to put the India at the forefront of IT revolution ,The IT companies are all set to turn their employees into young millionaires.Areas within the IT- Sector that one could look at are wide and varied-IT enabled services,The Internet Technologies are the next growth sectors within the IT industry.

The IT enabled services are CALL CENTRES- EXECUTIVE CUSTOMER RELATIONS,GEOGRAPHIC INFORMATION SYSTEMS,TELECOM TECHNOLOGY,INTERNET TECHNOLOGIES,NET WORKING,E-COMMERCE,DATA WAREHOUSING.Most of them had choosed their carrier and courses based on these services.




Monday, September 14, 2009

some MS - DOS Commands

DOS commands:


CMD :The command.com is command- interpreter for the MS DOS and without command.com the computer running a Microsoft operating system would be unable to boot.
To use cmd :
>>click Start / Run and type ''CMD" .


CD (Change Directory) - is a command which used to switch the directories in  MS-DOS.
eg:
>>d:
>>cd\music
>>cd\mp3
>>d:\music\mp3 is the positioin we are standing now.if you want to go back to music
type cd..\ and enter


COPY COMMAND:
>> copy rbn.mp3(file to copy) d:\music(destination to copy) /y(to disable overwrite option)
>>copy rbn.mp3 d:\music/y
>>xcopy (path of the folder to copy)  (destination to paste the folder)
>>xcopy c:\temp d:\files  (this will copy all the files in folder temp to the folder files )


DELETE :


>> del c:\windows\trial.tmp   (this will delete the file trial.tmp from folder windows)
>> del c:\windows\*.*  (this will delete the all file from folder windows)
>> del c:\windows\?ial.tmp (this will delete all the file which ends with 'ial.tmp' from folder windows ,like trial.tmp,arial.tmp,xrial.tmp etc....)