can you create con folder in windows, if not why?
Answers were Sorted based on User's Feedback
Answer / rob.c.
NO.
Microsoft know that certain words have been reserved from
the DOS days.....And you can't create a folder using these
names below:
CON
LPT1
A: to Z:
AUX
PRN
COM1
NUL
are some of the ones I know of...
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / rajkumar baswa
No,We cannot create the folder name CON.
It’s pretty simple, Con is a reserved name from the early
days from DOS, it stands for the “CONSOLE” I/O device, Since
it is already used by the system. If we create one with some
evil tricks then the system will get confused. There will be
an ambiguity.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / abhishek ranjan
yes it is possible...........
I can create con foldear in windows......
Do apply this Tips.....
Right Click on the folder
New
Folder
Alt+255
Fill con
Enter
Your Folder will be create on the windows.
| Is This Answer Correct ? | 7 Yes | 12 No |
Explain the difference among deadlock avoidance, detection and prevention?
Write short note on Dynamic memory allocation algorithm.
what basically a system call is?
What is the difference among deadlock avoidance, detection and prevention?
If you tries to mount a share ( home directory )in a client machine, and it fails how do u approach?
Which file system allow as much fragmentation FAT32 or NTFS?
Let us suppose one application needs 2GB RAM to run and dependent plugins will be load while running application. Here My doubt is how many processes will create for this application. I know the concept of virtual memory, which will provide RAM on demand. My straight forward question is what is the size of the process and is it single process will create by operating system to complete the task of my application.??? Thanks in Advance.
where the system time is stored? In processor or in Seprate timer ic for that?
some os have a tree structure file system that limits the depth of a tree and small number of levels.what limit does this have on user? how does this simplify file system design?
when affected the system from virus , which paths will be it stored in system ?
what is the ways to infect the system by virus?
Define dynamic memory allocation algorithm?