Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Timed Shutdown

  1. #11
    BANNED
    Join Date
    Jul 2003
    Location
    Guatemala
    Posts
    4,044
    What I would like is a program that not only shutdowns, restarts, etc. but also (if you chose restart) it runs the programs you were running before the restart (such as K-lite, Bittorrent, Shareaza, etc.)

    Any ideas?

  2. Software & Hardware   -   #12
    Just put those in the startup folder.

  3. Software & Hardware   -   #13
    FST Retiree
    Join Date
    May 2003
    Age
    41
    Posts
    606
    Originally posted by DWk@17 January 2004 - 08:04
    What I would like is a program that not only shutdowns, restarts, etc. but also (if you chose restart) it runs the programs you were running before the restart (such as K-lite, Bittorrent, Shareaza, etc.)

    Any ideas?
    another batch file in your startup folder can do that too .

    EDIT:
    Code:
    @ECHO OFF
    RASDIAL %"connection"% %username% %password%
    CD "path\to\first\program\to\start"
    START firstprogram.exe
    CD "path\to\second\program"
    START secondprogram.exe
    EXIT
    for RASDIAL, replace %"connection"% with the name of your connection that you wish to dial. if it has spaces or characters other than letters and numbers, be sure to put it in quotes.

    you can put this in the startup folder so that it starts with your computer. it will start your network connection and any programs that you wish to start after that. this works on xp, and maybe 2000. i dont think it works on older systems though (but there are ways just like this for those systems).

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •