Things to know before admitting your kids to school

Here are few things that you must know or take care of before admitting your kids to school. If you are not taking care of these things, you might be putting you children to wrong school, risking life. Only irresponsible parents do this mistake who all do not love their children or one who are not serious about their children or one who are uneducated. So, let me guide you to few thins that you need to take care of before admitting your children to school. 1. See if school is registered to local registerer (respective government). 2. Check the classroom, bathroom, playground, kitchen, it needs to be clean. 3. Sit in the classroom for 5 to 10 min., see how they lecture children. 4. Check the school fee, other fee, transportation fee, see if you can afford. 5. Check the food they fed to children, how many times, they give food to children. 6. Check the school duration, start and end time, usually for children 4 to 8 hours, see for how long your student can sit in class. 7. Ask for holida...

how to delete files and folder in cmd

- Type the following command and press enter key

- To delete files

del fat.txt

- To delete folder

RD mas

Note: mas is a folder name

Note: some time files and folders are hidden so if necessary try adding \h after command or at the end.

- If you want to delete all the files with particular extension, see bellow, you can change extension like .doc, .txt and many more.

del *.doc

- If you want to delete all the files that begin with word test, check bellow, you can use word of your own, you want to delete.

deltest*.*

- If you want to delete all the files from selected directory

del *.*

Note: before you start, you can change directory in command prompt using cd command. If command prompt is like c:\>, then you can get inside folder where you want to use above commands, so type cd users to get inside user folder c:\users> and so on, type cd.. To get one step back in command prompt, let's say you are in c:\users>, if you type cd..you will get back to c:\> and so on

Popular posts from this blog

Top international payment gateway transaction fee comparison (2024)

How to Manage Boot Configuration of Windows using CMD

What is Python Syntax and how to use?