Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Prevent copying in DOS
Name: Anil Sharma Date: August 5, 2003 at 08:13:01 Pacific OS: MS-DOS 6.22 CPU/Ram: P-IV/128 mb
Comment:
Hello, I work in DOS enviornment. Is it possible that nobody can use CTRL+ALT+DEL to terminate the program? Also is it possible that nobody copy to and from HDD?
Name: Petit Jean Date: August 6, 2003 at 08:33:46 Pacific
Reply:
Attrib can be used to prevent access to files and prevent copy command from being used on these invisible data. attrib +h c:\*.* /s To revert use the minus sign and the /s that explores folders and sub-folders.This is fair protection and crypting may be a better solution if you know your users have a good dos knowledge.Good luck.
0
Response Number 2
Name: Petit Jean Date: August 7, 2003 at 05:52:30 Pacific
Reply:
The following reference is a suite of dos tools one of which is a way to block the use of CTRL+ALT+DEL. http://home.t-online.de/home/K_meinhard/dtools.htm Look in the dos section for the Extrados Toolbox.Good luck.
Summary: If this doesn't work, I think the only answer is to get hold of a secondhand copy of Windows 3.1 and try and install it in Dos safe mode. If it does install it will give you a better file manager that...
Summary: To copy long file name files, you need to use xxcopy: http://www.datman.com/xxcopy.htm There's two files you can get from this site. xxcopy16 works in DOS mode from a command prompt. xxcopy.exe is t...