answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you enter text file to root directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The file is a hidden text file stored in the root directory of the active partition that Ntldr reads to see what operating systems are available and how to set up the boot?

Boot.ini


What is the directory structure for the texts?

A directory structure for a computer hard drive is located in a text file. This will show how the files and programs are organised in a tree structure on that drive.


What stores dns data in a text file on the server hard drive rather as part of active directory?

Zones stored in text files are typically referred to as standard or file-backed zones


What store DNS data in a text file on the server hard drive rather than as part of active directory?

Zones stored in text files are typically referred to as standard or file-backed zones


How do you fix 500 internal error?

Most Common Causes For 500 Internal Server Error In WordPress Corrupted .htaccess file: .htaccess file can be corrupted after installing plugins or making any changes to your WordPress site. Solution You can go as high as the limit your host has provided on your server. In order to increase the PHP memory limit, you need to open root directory and locate wp-config-php file. Right click and download it to the computer. Open the file in Text editor Add code to the opening PHP tag: ‘WP_MEMORY_LIMIT’, ‘64M’ Save the file and upload it to the root directory


How does one read data from a text file and create an adjacency matrix with the data in matlab?

You can read data from a text file in a few different ways, but generally you use the "textread" function. The syntax is: C = textread('file','format') where C will be your new text matrix, file is your text file within your matlab directory, and format will depend on the type of data it is (see related link for more). Can't help with the adjacency matrix, sorry.


What is the DOS commands to create a text file?

There are different ways to create file..Run this command - "copy con abc.txt" .. It will give you the blank space.. Write the contents of that file and then press F6 and then press Enter..Run this command - "edit abc.txt" .. It will open the DOS editor.. Write the contents of the file and then press Ctrl Z.Please note that file will be created at the current path.. If you are working at C:\data, then file will be created under Data directory in C drive..You can create a text file that lists the result of a DIR command like this:DIR>Dirlist.txt


How do you delete 0 byte files using DOS?

The command for deleting a file in DOS is DEL. If the file you are trying to delete is in the current directory, type DEL followed by the full filename. E.g. del file001.txt If there are multiple files, the wildcard * can be used. del file*.txt will delete all the text files that start with 'file' del file*.* will delete all the files that start with file. del *.txt will delete all the text files. del *.* will delete all the files in the current directory. It is possible to delete files in another directory by typing the full path and filename del c:\folder01\*.* will delete all the files in the directory c:\folder01\ DEL will not affect hidden files, but careless use of this command could damage your operating system so use with care.


What is the command that will delete all files with TXT extension in your current directory but will pause at each file and ask if you want to delete the file or leave it alone?

You can run this in a .bat file del "C:\Text Files\*.txt"


How do you make applescript type in Text Edit?

display dialog "Please Enter Text:" default answer "Insert Text Here… " set a to text returned of result set nu_file to (choose file name default name "File" with prompt "Please choose where you want to save the file") set the_file to (open for access nu_file with write permission) write a to the_file


Basic DOS commands?

ATTRIB ....... Displays or changes file attributes. CD ........... Displays the name of or changes the current directory. CLS .......... Clears the screen. COPY ......... Copies one or more files to another location. DATE ......... Displays or sets the date. DEL .......... Deletes one or more files. DIR .......... Displays a list of files and subdirectories in a directory. DISKCOMP ..... Compares the contents of two floppy disks. DISKCOPY ..... Copies the contents of one floppy disk to another. EXIT ......... Quits the CMD.EXE program (command interpreter). FIND ......... Searches for a text string in a file or files. FINDSTR ...... Searches for strings in files. HELP ......... Provides Help information for Windows commands. MD ........... Creates a directory. MKDIR ........ Creates a directory. MORE ......... Displays output one screen at a time. MOVE ......... Moves one or more files from one directory to another directory. PATH ......... Displays or sets a search path for executable files. PRINT ........ Prints a text file. PROMPT ....... Changes the Windows command prompt. RD ........... Removes a directory. REN .......... Renames a file or files. RENAME ....... Renames a file or files. REPLACE ...... Replaces files. RMDIR ........ Removes a directory. SET .......... Displays, sets, or removes Windows environment variables. TIME ......... Displays or sets the system time. TREE ......... Graphically displays the directory structure of a drive or path. TYPE ......... Displays the contents of a text file. XCOPY ........ Copies files and directory trees. To see the full list use the "HELP" command at the DOS prompt.


How do you convert a notebook file to a c plus plus file?

There are no "notebook files"; C++ sources are ordinary text files. When you save a file from NotePad, select File/SaveAs and select 'file type: all', then enter the name, e.g. myprogram.cpp