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.
Is there a Dos command to re-boot the PC?
Name: Andy Tats Date: February 8, 2000 at 02:23:29 Pacific
Comment:
Hi, i need the dos command to re-boot a PC after it's run a small batch file. If there isn't a dos command which does it is there another little bit of code that will?????
Name: Maureen Date: February 8, 2000 at 03:37:12 Pacific
Reply:
See if you can get a hold a of program called WARM.COM, I don't know where it comes from, but I have seen it in action.
0
Response Number 2
Name: John Westerman Date: February 8, 2000 at 05:54:40 Pacific
Reply:
There is. It involves a bit of assembly language programming. However, I do have a utility called reset.com that is an amazing 5 bytes long. If you would like it, mail me please.
0
Response Number 3
Name: Lee wright Date: February 9, 2000 at 11:32:47 Pacific
Name: sini Date: February 9, 2000 at 19:10:44 Pacific
Reply:
reboot from Windows "c:\windows\rundll.exe user.exe,exitwindowsexec" (1 line!) or Warm boot "C:\Windows\RUNDLL32.exe shell32,SHExitWindowsEx 2"
Hope it helps you.
Sini
0
Response Number 5
Name: Big Bad John Date: February 10, 2000 at 12:10:52 Pacific
Reply:
Who says he uses Windows anyway?
What about a DOS Command?
0
Response Number 6
Name: JR Date: February 10, 2000 at 13:31:48 Pacific
Reply:
This works for me:
echo g=ffff:0000|debug
0
Response Number 7
Name: Naz Date: February 21, 2000 at 05:08:22 Pacific
Reply:
If you just stick a bang symbol (!) in a txt file then rename its extention to .com, that'll reboot your DOS machine - or if you're running QEMM it'll give you the option to reboot. - Cheep in disk space at half the price!
0
Response Number 8
Name: dosrules Date: February 28, 2000 at 18:25:35 Pacific
Reply:
hey naz i tried it it does not work any more sug or in more detail
Summary: I want a batch file to re-boot my PC when It's finished. Does anyone know a command to do this or the URL of a good site on Batch commands with plenty of examples?...
Summary: Is there a DOS command or something i can use to take like 1000 pictures that have all diffeent names and rename them in order like for example sybertek.jpg, sybertek1.jpg and so on with just a simple...