Saved Bookmarks
| 1. |
Solve : Boot? |
|
Answer» Hello, I thought my example was prettyclear but basicily I am trying to make a disk that boots then runs my batch file which is compiled in an exe by the way. So I get you could look at it as a DOS Operating System.although i don't know what exactly you are doing, but nonetheless, you can type something like "create windows boot disk" in google and there are sites that shows you how to make boot disk. After creating your boot disk, put your compiled exe in it and off you go.If you are running off a "DOS" boot disk, then you would call your program from a line in the AUTOEXEC.BAT file. Using an example of a boot floppy disk running DOS, and your program is called "MyBat.exe" in the root of the floppy, you would do: AUTOEXEC.BAT Code: [Select]MyBat.exe If you are running Windows, and want it to start automatically at the launch of Windows, put it in the STARTUP folder under Start Menu. Put it under "All Users" if you want it to run when any user logs in, or under the specific user(s) if you want it to run for just certain users. Example would be to copy your MyBat.exe to "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" OK hello everyone my problem is a simple one i hope. Please help me. My friend gave me an old computer if his, DAID it was mine as long as i nuked the HARD drive, awsome so i did. unfortunately he doesn't have a restore disk for it and i dont either. So i need to install an operating system on it. i have a Windows Millenium edition CD, but no way to access it. I created a boot disk using our family XP machine, but i dont know how to use DOs and get past the screen the pops up when i turn on the downed machine. How to i either A) install windows ME using the cd or B)simply use DOS.wingsrule, it is better to start your own topic, rather than hijack someone else's thread, but you do need to download a WinME boot disk (free at www.bootdisk.com) and then boot with that and then type in format c:/u/s and press enter fdisk/mbr and press enter e:\setup and press enter that will start the install. If you can't go from here, please do start your own thread in the Windows forum.SOrry will do. |
|