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

Thread: How to run another program when Winamp is the Shell?

  1. #11
    Newbie
    Join Date
    Nov 2000
    Location
    Louisville, Ky
    Posts
    47

    Post

    What I did was:
    Start c:\xxxx\xxxx\winamp.exe
    Start c:\xxxx\xxxx\Girder.exe
    exit

    Everything works just fine it loads winamp and girder but doesn't close out the window... I'm in the process of finding out what the command is to close the window (I thought it was exit).

    As for a clock I don't know what to tell ya except if your using a remote setup i think girder has something somewhere that will say the time when you press a button on the remote but i haven't tried it... *thinks thats a good addon*

    /me goes and tries to figure the clock thing out....

    [ 02-10-2002: Message edited by: Krash ]

  2. #12
    Maximum Bitrate CrazyLittle's Avatar
    Join Date
    Jan 2002
    Location
    Oakland, CA
    Posts
    649

    Post

    closing batch file windows is actually a function of the PIF file (omg! they exist in win9x? -yes- the old win3.1 legacy exists)

    make a shortcut to the batch file in the same directory that it sits in, and then set the properties for how you want it to be displayed. I reccomend that you set it to run minimized, and then have it close the window on app termination. W2K automatically closes the window.

  3. #13
    Maximum Bitrate
    Join Date
    Jun 2000
    Location
    Salt Lake City, UT, USA
    Posts
    469

    Post

    If you want a patch file to close itself put this at the end:

    @echo off
    cls


    Tell me how it works for ya!
    1983 BMW 733i
    Cyrix 166 32MB with MPXPLAY And no display. Player sits on the back seat with a keypad in front. Someday I'll mount this thing for good...
    *****************************
    Gathering parts for carplayer v2.0!

  4. #14
    Constant Bitrate
    Join Date
    Jul 2001
    Location
    Richmond, VA USA
    Posts
    217

    Unhappy

    Well it still isn't working, but it is not completely neccesary, so I am going to give up on it... i've tried exit, cls (with @echo off), and multiple ways of starting the programs (with START, just typing the path, etc) yet the damn command box will not go away... so ill just leave it alone and let it die, I guess DOS (cmd prompt) just isnt meant to run on W2k.
    Josh Karger
    By reading this post you agree to overlook all grammatical, spelling, and typographical errors! ;)

  5. #15
    Variable Bitrate
    Join Date
    Oct 2001
    Location
    NYC
    Posts
    425

    Post

    im tellin ya...use the registry

  6. #16
    Maximum Bitrate Meatballman's Avatar
    Join Date
    Jul 1999
    Location
    Hartsville, SC
    Posts
    747

    Post

    Alives is correct.

    Go to Start->Run and type "regedit" in the Open: box. Then click ok. Navigate through the registry tree to:

    Code:
        HKEY_LOCAL_MACHINE
           |
           +-Software
              |
              +-Microsoft
                 |
                 +-Windows
                    |
                    +-CurrentVersion
                       |
                       +-Run
    Right click in the right pane and choose New->String Value. Give it a name like "Winamp" for winamp. Then double click on the new value you've created and enter the full path including command line parameters of the program you wish to start.

    [ 02-12-2002: Message edited by: Meatballman ]

  7. #17
    Constant Bitrate
    Join Date
    Jul 2001
    Location
    Richmond, VA USA
    Posts
    217

    Post

    Forgive me for being slow to understand, but doesn't that specify what to run on startup? Because I am trying to set it up so that whenever I click an icon it runs more than one thing. Please correct me if I am wrong about this.
    Josh Karger
    By reading this post you agree to overlook all grammatical, spelling, and typographical errors! ;)

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
  •