answersLogoWhite

0

in winxp

del *.* /Q /S

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What permission applied to a directory allows one to create and delete files within the directory?

Write permission (w)


Write a program in Lex to eliminate white space and collect numbers as a token?

write a lex program to delete space from the program


What special permission should be set on public directories to prevent users from deleting files that others users have contributed?

In UNIX, this is the "sticky bit"... if set on a directory, only the owner of the directory, the owner of the individual file, and the superuser are allowed to delete files created in that directory. If not set, anyone with write permission on the directory can delete or rename files in it.


Write a shell program using if-the-else to test whether a variable name is a directory or a file?

see : Write_a_shell_program_using_the_if-the-else_to_test_whether_a_variable_name_is_a_directory_or_a_file


How do you write c program to delete source code after execution?

Use function unlink to erase files.


Write a program to list the contents of directory subdirectory?

mere ko batao yaar mere ko to khud ko ne pta


How do you change the files from directory i.e if we create a program it will automatically saved into bin directory..but i want to save these files into some other location.please tell me?

This is not strictly true; the way the program may have been written it may save files in the bin directory but that is not usual or standard. When you write a program to save files to a directory you can specify a relative or an absolute path name, and in that way specify exactly where you want the file to be saved. It is all part of the I/O system API.


Write a shell program using the if-the-else to test whether a variable name is a directory or a file?

# shell script example if [ -f $1 ]; then echo $1 is a file elsif [ -d $1 ]; then echo $1 is a directory fi


How do you write a program to add node at specific position in singly link list?

new->next = current; current->next = new;


A Java Program to choose directory and search file name content file name and content must both enter It will list out the result and when click on the result it will show the content?

write a program of phone dirictory


How do you write a Linux function that will go to any directory then ls and pwd on it?

WHAT I NEED DONE in .bash_profile define a function go_show, that willGo to a specific directoryPrint your current locationPrint the contents of your current directoryThe directory this function takes you to will be specified as an argument to the function on the command line. You will need to use a positional parameter to do this


In what directory should you write device driver programs in OpenSUSE Linux?

You can write them in whatever directory you want. You need to compile them with your kernel, however.