

InterviewSolution
Saved Bookmarks
1. |
Solve : How to disable protection of longfilename in MD-DOS 7.10?? |
Answer» <html><body><p>Hi!<br/><br/>I have problem with protection of longfilename support in MS-DOS 7.10.<br/><br/>I'm using application which sometimes outputs "System <a href="https://interviewquestions.tuteehub.com/tag/halted-7686401" style="font-weight:bold;" target="_blank" title="Click to know more about HALTED">HALTED</a>... look at LOCK /?... Press Ctrl+Alt+Del to reboot..."<br/>- and this is reason why I <a href="https://interviewquestions.tuteehub.com/tag/must-1702064" style="font-weight:bold;" target="_blank" title="Click to know more about MUST">MUST</a> to restart computer.<br/><br/>I tried LOCK command help, output is:<br/>LOCK [drive:] to enable direct disk access...<br/><a href="https://interviewquestions.tuteehub.com/tag/also-373387" style="font-weight:bold;" target="_blank" title="Click to know more about ALSO">ALSO</a> UNLOCK help:<br/>UNLOCK [drive:] to disable direct disk access<br/><br/>So, can anybody help me with this problem?<br/><br/>Thanks for every help.<br/><br/>Mirotype at the prompt <br/>LOCK C:\<br/>or<br/>LOCK C:<br/>where C:\ C: is your drive letterThanks.<br/><br/>It works.<br/><br/>I <a href="https://interviewquestions.tuteehub.com/tag/add-361838" style="font-weight:bold;" target="_blank" title="Click to know more about ADD">ADD</a> to AUTOEXEC.BAT line:<br/>LOCK C:\<br/>...but<br/>when system starts <a href="https://interviewquestions.tuteehub.com/tag/everytime-2623177" style="font-weight:bold;" target="_blank" title="Click to know more about EVERYTIME">EVERYTIME</a> asks me that I really want to do this Y/N...<br/><br/>Can it be done automatically without this question?<br/><br/>Thanks for every help.<br/><br/>Mirotry this<br/><br/> Code: <a>[Select]</a>echo y | LOCK C:\Thank you very much, it works properly.<br/><br/>Miro</p></body></html> | |