|
 |
|
02-05-2002, 09:49 PM
|
#1
|
|
Constant Bitrate
Join Date: Nov 2001
Location: Melbourne, Australia.
Posts: 152
|
How to run another program when Winamp is the Shell?
Basically ive got Winamp as the shell, but I want to have a clock on screen aswell. When my system goes back into my car it will replace the head unit, so Ill have no clock.
Any Ideas??????????
Anyone know of a simple clock program?
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
02-05-2002, 10:38 PM
|
#2
|
|
FLAC
Join Date: Apr 2001
Location: Here, There, Everywhere
Posts: 1,436
|
you can run a btch file from memory as the shell, thus you could load two or more programs from the batch file.... that should solve the problem.
dont know about good clock proggies.... if I had a need for one I would code it myself in VB6, get the look/feel exactly how I would want it..
__________________
Project - GAME OVER :(
|
|
|
02-05-2002, 10:41 PM
|
#3
|
|
FLAC
Join Date: Dec 2000
Location: Afton MN
Posts: 1,120
|
Ya, swipe the clock prog from Win3.1. Win95 supports legacy apps, I'd imagine Win98 and other versions do, too.
|
|
|
02-05-2002, 11:43 PM
|
#4
|
|
Constant Bitrate
Join Date: Nov 2001
Location: Melbourne, Australia.
Posts: 152
|
Ive found the program that I want, but im not too sure about the batch file thingy.
Oh yeah, Magnetik........did you get my email???????
Ive got some parts for you
|
|
|
02-09-2002, 12:18 PM
|
#5
|
|
Newbie
Join Date: Nov 2000
Location: Louisville, Ky
Posts: 47
|
I am going to attempt the batch file setup today after I change my sparkplugs in my car. But if you need some info on creating batch files there is somewhat of a tutorial Here.
|
|
|
02-09-2002, 05:50 PM
|
#6
|
|
Constant Bitrate
Join Date: Nov 2001
Location: Melbourne, Australia.
Posts: 152
|
|
|
|
02-09-2002, 11:28 PM
|
#7
|
|
Constant Bitrate
Join Date: Jul 2001
Location: Richmond, VA USA
Posts: 217
|
I am having a problem with this, I am actually trying to do it on my Win2k machine in my house. It works fine except that after it loads the first thing then winamp, the focus is removed from the command screen and it wont exit properly leaving me with the black box still there, is there a command to make it return and exit?
Note: it isn't a clock I am trying to run.
Any ideas?
__________________
Josh Karger
By reading this post you agree to overlook all grammatical, spelling, and typographical errors! ;)
|
|
|
02-10-2002, 01:34 AM
|
#8
|
|
Constant Bitrate
Join Date: Sep 2001
Posts: 128
|
as I recall, there is a "wait" command... it will run a certain line, and wait for that function to finish, then it will proceed to execute the rest of the batch file.
it's been soo long that I can't remember how to implement that command, but I bet you could find it somewhere on the net.
edit: oh wait, that's not what you're asking (it's late).. how about just adding an "exit" line at the end?
Good luck,
-Miles
[ 02-10-2002: Message edited by: milesg ]
__________________
Near Completion: Intel P166 MMX, 32MB ram, 13GB Hard Drive, Keypad, 4x40 LCD. Sproggy MK2.6 ATX PSU. Win98SE with Winamp and Mark Zehnder Plugin. (Web-site: very soon)
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
02-10-2002, 02:09 AM
|
#9
|
|
Variable Bitrate
Join Date: Oct 2001
Location: NYC
Posts: 425
|
have it call winamp last and it will show up topmost. theres no command to close the used command prompt. I use the registry for mine... its somewhere around in here:
/local machine/software/microsoft/windows/current ver/run/
|
|
|
02-10-2002, 11:56 AM
|
#10
|
|
Constant Bitrate
Join Date: Jul 2001
Location: Richmond, VA USA
Posts: 217
|
Well I have an exit at the end of it... and without winamp loading (just oading on program) it does close out and go away, or I found out if winamp is called but already loaded it will go away, otherwise it just sits there. (the used command prompt) I need this to run whenever I click the batch file... so I don't understand how I could use the registry to do that. I couldn't find anything that might help on the web, but I will try again later.
__________________
Josh Karger
By reading this post you agree to overlook all grammatical, spelling, and typographical errors! ;)
|
|
|
02-10-2002, 07:22 PM
|
#11
|
|
Newbie
Join Date: Nov 2000
Location: Louisville, Ky
Posts: 47
|
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 ]
|
|
|
02-11-2002, 03:25 PM
|
#12
|
|
Registered User
Join Date: Jan 2002
Location: Oakland, CA
Posts: 649
|
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.
|
|
|
02-11-2002, 04:42 PM
|
#13
|
|
Registered User
Join Date: Jun 2000
Location: Salt Lake City, UT, USA
Posts: 469
|
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!
|
|
|
02-11-2002, 06:09 PM
|
#14
|
|
Constant Bitrate
Join Date: Jul 2001
Location: Richmond, VA USA
Posts: 217
|
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! ;)
|
|
|
02-11-2002, 06:16 PM
|
#15
|
|
Variable Bitrate
Join Date: Oct 2001
Location: NYC
Posts: 425
|
im tellin ya...use the registry
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:33 AM.
| |