Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
How do U edit autoexec.bat in dos?
Name: Will Date: April 25, 2002 at 11:56:58 Pacific
Comment:
I want to add a dos mouse driver and I was told to add C:\mouse.exe. how do I do that. I cant run windows right now (SEE MY POST @ WINDOWS ME #23108) And I don't have a clue. Thanks for your help
Summary: I want to ghost an image from one hard drive to another. I have the ghost file ready to go, I need to ghost it, but where do I put it? I want to put it on another hard drive on a share on my LAN. I...
Summary: You want to find the file which has the file size = 47879 bytes, is that it? This line of batch script will do it: for /R C:\ %%? in (*.*) do if "%%~z?"=="47879" echo %%~f? It will ECHO the found file...
Summary: I am not sure what it is you are trying to do but if you want to access a file like autoexec.bat you can use the dos edit command. just type edit autoexec.bat and it will let you write in that file....