My Hindi Forum

Go Back   My Hindi Forum > Miscellaneous > Tech Talks
Home Rules Facebook Register FAQ Community

Reply
 
Thread Tools Display Modes
Old 18-09-2011, 04:41 PM   #41
ravi sharma
Special Member
 
ravi sharma's Avatar
 
Join Date: Jan 2011
Location: सागर (M.P)
Posts: 3,627
Rep Power: 33
ravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant future
Send a message via MSN to ravi sharma Send a message via Yahoo to ravi sharma
Default Re: विंडोस os के लिए टिप्स!

Not only CON, we cannot create any of these
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more
ravi sharma is offline   Reply With Quote
Old 18-09-2011, 04:45 PM   #42
ravi sharma
Special Member
 
ravi sharma's Avatar
 
Join Date: Jan 2011
Location: सागर (M.P)
Posts: 3,627
Rep Power: 33
ravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant future
Send a message via MSN to ravi sharma Send a message via Yahoo to ravi sharma
Default Re: विंडोस os के लिए टिप्स!

Many ppl dont know that they cannot create "CON" folder in windows. (Type 1)

Some ppl dont know why they cant create it? (Type 2)

Very few know that they can still create it someway.. but donno why are they supposed to do exactly like that..(Type 3)

Now, After reading this tutorial, you will become one of the rest
__________________________________________________ _________________________

Type 1 :

Try out creating a folder named CON or LPT or COM1

Now, you have become Type 2 category.
__________________________________________________ _________________________

Type 2 :

Not only CON, we cannot create any of these
CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9 and more

The reason is that con, prn, lpt1..lpt9, etc are underlying devices from the time dos was written. so if u r allowed to create such folders, there will be an ambiguity in where to write data when the data is supposed to go to the specified devices. In other words, if i want to print something, internally what windows does is -- it will write the data to the folder prn (virtually u can call it a folder, i mean prn, con, etc are virtual folders in device level). So if we are able to create con folder, windows will get confused where to write the data, to virtual con folder or real one.

So Now, Try this...

Open the Command prompt by Start -> Run and typing cmd


Code:
C:\> md \\.\c:\con
Now, Open My Computer and browse through the path where you created CON folder... Surprising.. ?? Yeah.. you have created it successfully

Now, try to delete the folder from My computer

OOPS!!! You cant delete it...

Now, try this in command prompt console


Code:
C:\> rd \\.\c:\con
Yeah!! You did it...
__________________________________________________ __________________________

Type 3 :

Well, let us now have a glance at how we were able to create it...

It is just because of the UNC Path . The Universal Naming Convention, or UNC, specifies a common syntax to describe the location of a network resource, such as a shared file, directory, or printer.Since, these conventions did n't exist under pure DOS, they are not backward compatible. The UNC syntax for Windows systems is as follows..

\\RemoteHost\sharedfolder\resource

where RemoteHost is the computer name / IP address of the computer that you wish to connect through remotely for accessing shared folder. The rest is the path.

(Here \\remotehost\drive:\con doesn't make sense anyway, because without having a process on the remote host, there is no current 'console'). It would be a security hazard as well, having the serial and parallel ports accessible for everyone who is allowed to read or write in any single directory.

The "." in the command \\.\c:\con suggest the local server. Now, you are pointing to your own computer. since, you have all privilages on every folder of ur computer, you can easily create it.
__________________________________________________ _____________________________

Type 4 :

Ofcourse, Now, u r of type 4. What else i can say :/
__________________________________________________
ravi sharma is offline   Reply With Quote
Old 18-09-2011, 04:47 PM   #43
ravi sharma
Special Member
 
ravi sharma's Avatar
 
Join Date: Jan 2011
Location: सागर (M.P)
Posts: 3,627
Rep Power: 33
ravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant future
Send a message via MSN to ravi sharma Send a message via Yahoo to ravi sharma
Default Re: विंडोस os के लिए टिप्स!

creating a folder name with "con"
Can You Create A Folder Name "con"


by using alt key and num pad.
type(alt+255 alt+355 alt+367 alt+366 )
and the folder is with name con
ravi sharma is offline   Reply With Quote
Old 18-09-2011, 04:49 PM   #44
abhisays
Administrator
 
abhisays's Avatar
 
Join Date: Dec 2009
Location: Bangalore
Posts: 16,772
Rep Power: 137
abhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond repute
Send a message via Yahoo to abhisays
Default Re: विंडोस os के लिए टिप्स!

बहुत बढ़िया जानकारी रवि जी.. आप का आभार.
__________________
अब माई हिंदी फोरम, फेसबुक पर भी है. https://www.facebook.com/hindiforum
abhisays is offline   Reply With Quote
Old 18-09-2011, 04:50 PM   #45
ravi sharma
Special Member
 
ravi sharma's Avatar
 
Join Date: Jan 2011
Location: सागर (M.P)
Posts: 3,627
Rep Power: 33
ravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant futureravi sharma has a brilliant future
Send a message via MSN to ravi sharma Send a message via Yahoo to ravi sharma
Default Re: विंडोस os के लिए टिप्स!

STEP1: goto command prompt

STEP2: type in prompt e:\> "mkdir \\.\e:\con"

STEP3: verify by typing "dir \\.\e:\con"

STEP4: delete the file or folder "rmdir \\.\e:\con"
ravi sharma is offline   Reply With Quote
Old 18-09-2011, 05:13 PM   #46
YUVRAJ
Special Member
 
YUVRAJ's Avatar
 
Join Date: Nov 2010
Location: ♕★ ★ ★ ★ ★♕
Posts: 2,316
Rep Power: 27
YUVRAJ has much to be proud ofYUVRAJ has much to be proud ofYUVRAJ has much to be proud ofYUVRAJ has much to be proud ofYUVRAJ has much to be proud ofYUVRAJ has much to be proud ofYUVRAJ has much to be proud ofYUVRAJ has much to be proud ofYUVRAJ has much to be proud of
Thumbs up Re: विंडोस os के लिए टिप्स!

बहुत अच्छी जानकारी रवि भाई ...
YUVRAJ is offline   Reply With Quote
Old 18-09-2011, 05:36 PM   #47
jitendragarg
Tech. Support
 
jitendragarg's Avatar
 
Join Date: Dec 2009
Location: Bangalore
Posts: 2,771
Rep Power: 35
jitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant futurejitendragarg has a brilliant future
Default Re: विंडोस os के लिए टिप्स!

उत्तम जानकारी! मुझे ये तो पता था, की इनको नहीं बना सकते, और उसका कारण भी पता था, पर कोई और तरीके से ये नाम उपयोग कर सकते, ये नहीं पता था!
__________________
jitendragarg is offline   Reply With Quote
Old 22-10-2011, 03:42 PM   #48
raj2113
Member
 
raj2113's Avatar
 
Join Date: Nov 2010
Location: Raipur C.G.
Posts: 10
Rep Power: 0
raj2113 is on a distinguished road
Default Re: विंडोस os के लिए टिप्स!

Quote:
Originally Posted by abhisays View Post
क्या आपको पता नहीं आप अपने विन्दोव्स OS में con नाम से फोल्डर नहीं बना सकते.

ऐसा क्यों होता है किसी को नहीं पता..
wo isliye kyunki con folder windows ki directory me pahle se hi hota hai isliye simple method se con folder nahi ban pata
aur bhi bahut saare folder hai jo nahi bante jaise com1 lpt1, lpt2.......3,4.5. many more
raj2113 is offline   Reply With Quote
Reply

Bookmarks

Tags
computer tricks, run command, tips, tricks, windows, windows 7, windows os, windows tricks, windows xp


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT +5. The time now is 11:33 AM.


Powered by: vBulletin
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
MyHindiForum.com is not responsible for the views and opinion of the posters. The posters and only posters shall be liable for any copyright infringement.