April 16, 200719 yr I would like to remove the Copy command from the Interpreter, is this possible, if so how?Is an Exe called by the Interpreter when the Copy command is issued, if so which one?Thank you. Edited April 16, 200719 yr by Vospers
April 16, 200719 yr Copy is an internal command. So the only way to remove it is to use an hexeditor to change command.com itself. Search for a list of internal commands DIR CALL CHCP ... When you rename copy here, or change it to lowercase, the command will be unavailable. I suppose you'll have to delete the external xcopy too.
April 16, 200719 yr I would like to remove the Copy command from the Interpreter, is this possible, if so how?Is an Exe called by the Interpreter when the Copy command is issued, if so which one?Thank you.If you can hex-edit the command interpreter, you can change the four letters of "Copy" to any other four letters you like.Don't make it longer or shorter than four letters though.That's been done, even back in the Commodore 64 days, to confuse unwanted users.I've done it myself, on many occasions.Good Luck,Andromeda43 B)EDIT:I have not had a HEX Editor for years, but I just found a real nice FREE one here:www.hhdsoftware.com/Products/home/hex-editor-free.htmlOpen Command.com in the editor and you will see the hex addresses in the left column and the ASCII text in the right column. Scroll down to hex address 00010b60.You will find copy in that line represented by: 43 4f 50 59Change those numbers and you will see the text in the right col. change too. Or, click your mouse on a letter,,,,change it by typing a new letter over it and you will see the numbers on the left side change accordingly.After making the changes you want, save the file. COPY will no longer be recognized by the Command interpreter.Good Luck Edited April 16, 200719 yr by Andromeda43
April 17, 200719 yr Author Thank you both for your interest, editing command.com worked without any problem.Can you advise about somehow being able to cripple the copy/paste function in 98se?Thanks.
April 17, 200719 yr Thank you both for your interest, editing command.com worked without any problem.Can you advise about somehow being able to cripple the copy/paste function in 98se?Thanks.... Maybe there's a system policy somewhere that will take care of it. Here are some links:http://www.zisman.ca/poledit/http://support.microsoft.com/kb/q147381/
Create an account or sign in to comment