Click here to Skip to main content
15,896,912 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: hide folder using dos command Pin
Luc Pattyn21-Jan-08 11:33
sitebuilderLuc Pattyn21-Jan-08 11:33 
GeneralRe: hide folder using dos command Pin
Johpoke21-Jan-08 21:29
Johpoke21-Jan-08 21:29 
GeneralRe: hide folder using dos command Pin
mevivekdua21-Jan-08 23:02
mevivekdua21-Jan-08 23:02 
GeneralRe: hide folder using dos command Pin
Don Box21-Jan-08 23:20
Don Box21-Jan-08 23:20 
GeneralRe: hide folder using dos command Pin
mevivekdua21-Jan-08 23:22
mevivekdua21-Jan-08 23:22 
GeneralRe: hide folder using dos command Pin
mevivekdua21-Jan-08 23:24
mevivekdua21-Jan-08 23:24 
GeneralRe: hide folder using dos command Pin
Don Box22-Jan-08 0:25
Don Box22-Jan-08 0:25 
GeneralRe: hide folder using dos command Pin
Dave Kreskowiak22-Jan-08 5:13
mveDave Kreskowiak22-Jan-08 5:13 
ATTRIB has been around since the days of DOS 2.0

THere is no command to "password protect" a folder. None of the file systems Windows supports offers this kind of functionality.

It is possible, however, to write a driver that creates a file and treats it like an extension to the file system. If you're comfortable with C++ and writing drivers for Windows, great, have a nice time. If not, you've jumped into the ocean without knowing how to swim.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: hide folder using dos command Pin
Don Box24-Jan-08 1:41
Don Box24-Jan-08 1:41 
QuestionRe: hide folder using dos command Pin
Biju Samuel24-Jan-08 5:34
Biju Samuel24-Jan-08 5:34 
QuestionNetworking XP and Vista computer [modified] Pin
David Crow21-Jan-08 4:02
David Crow21-Jan-08 4:02 
GeneralRe: Networking XP and Vista computer Pin
User 171649221-Jan-08 4:45
professionalUser 171649221-Jan-08 4:45 
GeneralRe: Networking XP and Vista computer Pin
David Crow21-Jan-08 5:06
David Crow21-Jan-08 5:06 
GeneralRe: Networking XP and Vista computer Pin
User 171649221-Jan-08 7:25
professionalUser 171649221-Jan-08 7:25 
GeneralRe: Networking XP and Vista computer Pin
David Crow21-Jan-08 8:05
David Crow21-Jan-08 8:05 
Questionusing API in Driver [modified] Pin
samira forooghi20-Jan-08 19:10
samira forooghi20-Jan-08 19:10 
GeneralRe: using API in Driver Pin
Sebastian Schneider21-Jan-08 2:06
Sebastian Schneider21-Jan-08 2:06 
GeneralRe: using API in Driver Pin
JudyL_MD21-Jan-08 2:43
JudyL_MD21-Jan-08 2:43 
QuestionHow can I run my program exe when windows is shutting down Pin
mevivekdua19-Jan-08 8:03
mevivekdua19-Jan-08 8:03 
GeneralRe: How can I run my program exe when windows is shutting down Pin
Johpoke20-Jan-08 23:39
Johpoke20-Jan-08 23:39 
GeneralRe: How can I run my program exe when windows is shutting down Pin
mevivekdua21-Jan-08 3:34
mevivekdua21-Jan-08 3:34 
GeneralRe: How can I run my program exe when windows is shutting down Pin
mevivekdua21-Jan-08 6:33
mevivekdua21-Jan-08 6:33 
GeneralRe: How can I run my program exe when windows is shutting down Pin
Johpoke21-Jan-08 6:35
Johpoke21-Jan-08 6:35 
GeneralRe: How can I run my program exe when windows is shutting down Pin
mevivekdua21-Jan-08 6:40
mevivekdua21-Jan-08 6:40 
GeneralRe: How can I run my program exe when windows is shutting down Pin
Johpoke21-Jan-08 7:06
Johpoke21-Jan-08 7:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.