answersLogoWhite

0

A loaded O file is basically a file that was improperly downloaded. This means while the file was successfully downloaded, it has zero bytes or information. This is usually the case when their is an interruption during the download process.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What do you call a file or folder when it is shaded?

A over loaded folder/file.


What is period in computer network?

The time a file loaded.


How do you unlock the new chars of ntsd 2.3?

u better thank me for thisu go to data, data.txt, then u go under something something jiraya, and u copy and paste this: (under jiraya of course)id: 0 type: 0 file: chars\bacon.datid: 0 type: 0 file: chars\pinky_ball.datid: 0 type: 0 file: chars\speedy.datid: 0 type: 0 file: chars\vasdrh.datid: 0 type: 0 file: chars\the_bone.datid: 0 type: 0 file: chars\smiter.datid: 0 type: 0 file: chars\jkhg.datexample: id:9 type: 9 file: chars\jiraya.dat (u put it right there)id: 0 type: 0 file: chars\bacon.datid: 0 type: 0 file: chars\pinky_ball.datid: 0 type: 0 file: chars\speedy.datid: 0 type: 0 file: chars\vasdrh.datid: 0 type: 0 file: chars\the_bone.datid: 0 type: 0 file: chars\smiter.datid: 0 type: 0 file: chars\jkhg.dat


How do you add characters in NTSD 2.2?

simple example: to add tayuya id: 0 type: 0 file: chars\tayuya.dat id: 0 type: 0 file: chars\sakon.dat id: 0 type: 0 file: chars\jiroubou.dat id: 0 type: 0 file: chars\hunter.dat id: 0 type: 0 file: chars\kyubi.dat id: 0 type: 0 file: chars\sasuke_cs2.dat id: 0 type: 0 file: chars\deidara_bird.dat id: 0 type: 0 file: chars\sand_creature.dat id has to be 0 and type 0 then chars\name of character.dat to add ton ton id: 0 type: 0 file: chars\Piggy.dat to add pein id: 0 type: 0 file: chars\pein.dat for Toby id: 0 type: 0 file: chars\tjvcs.dat


Where is the NTLDR file located on the hard drive when windows xp is loaded?

i386


What does the start-up configuration file contain?

The configuration that will be loaded on start up.


Cheat codes for ntsd 2.4?

just open the data.txt in the folder with the name "data" then put the codes under jiraya's code id: 0 type: 0 file: chars\smiter.dat id: 0 type: 0 file: chars\jkhg.dat id: 0 type: 0 file: chars\bacon.dat id: 0 type: 0 file: chars\pinky_ball.dat id: 0 type: 0 file: chars\speedy.dat id: 0 type: 0 file: chars\vasdrh.dat id: 0 type: 0 file: chars\the_bone.dat id: 0 type: 0 file: chars\templete.dat


Which file in MsDos contains internal commands that are loaded during booting process?

In MS-DOS, the file that contains internal commands loaded during the booting process is COMMAND.COM. This file serves as the command line interpreter and contains the basic commands necessary for operating the system. When MS-DOS starts, COMMAND.COM is loaded into memory, allowing users to execute commands and run programs.


What are the release dates for Loaded - 2013 Turkey Truckin 4-0?

Loaded - 2013 Turkey Truckin 4-0 was released on: USA: 5 April 2013


Why PHP function is called when page is loaded?

There must be a statement in the file which calls the function


Add character in NTSD 2.4 test version 2?

just open the data.txt in the folder with the name "data" then put the codes below after jiraya's code id: 0 type: 0 file: chars\smiter.dat id: 0 type: 0 file: chars\jkhg.dat id: 0 type: 0 file: chars\bacon.dat id: 0 type: 0 file: chars\pinky_ball.dat id: 0 type: 0 file: chars\speedy.dat id: 0 type: 0 file: chars\vasdrh.dat id: 0 type: 0 file: chars\the_bone.dat


How do you check which extensions are dynamically loaded in PHP?

AnswerTo get the list of currently loaded extensions within a PHP program. Use get_loaded_extensions() function.To check what extensions are loaded by PHP on a given server, type this on the command line:php -mHere is a php script that will list the loaded extensions in a table. Save this file as phpext.php and place it on your website. Go to this file in your web browsers and see a list of loaded extensions: