|
|
![]() |
|
|
Top | #1 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 104 |
Hey guys,
It has been requested to me that I setup something that will make it so that when a specific user logs in on any machine (this portion will be controlled by group policy), a specified audio file will play. This audio file will be played via network path. Unfortunately, I don't know anything about creating a batch file to do the job, and I know even less about VB. I just know how to make it so that it only works for this one user. Any ideas? |
|
|
|
|
|
|
|
|
Top | #2 |
|
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,961
Reputation: 4941
Power: 275 |
Might be approaching this from a very basic perspective, but can't you just put a .bat file in the startup folder of that user, on the PC, and have it point to the audio file?
Nothing even fancy is needed in the batch file, just have the absolute path to the file you want to play. Something like this... \\server01\folder\folder\folder\sound.wav Then put either that batch file or a shortcut to that batch file in the startup folder for that user... C:\Documents and Settings\%USERNAME%\Start Menu\Programs\Startup %USERNAME% = username of the user you want to put it under I think that would do the trick? |
|
|
|
|
|
|
|
|
Last edited by fitz; November 28th, 2006 at 7:11pm. | Top | #3 |
|
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 3,861
Reputation: 2479
Power: 130 |
Originally Posted by kcnychief
Startup folder wouldn't work since he stated that the file is supposed to play on ANY machine this user logs into..
You can look at using a roaming profile for that one user.. or maybe just create a custom login script for that user to play the file. edit: hmm.. just pointing a batch to the file name \\server\share\filename.wav would open up WMP and leave it open after the sound played though.. edit2: I suppose you could write a batch file that plays the file, then after it plays the file, run a command like pskill to kill the wmplayer.exe process.. that's a total hack though |
|
|
|
|
|
|
|
|
Top | #4 |
|
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,961
Reputation: 4941
Power: 275 |
Ah missed the part about any PC they login to. If that is the case then using a roaming profile would be the best bet.
Is there a way to tie into the player that you get for the Control Panel, the one where you can test out Sound Schemes? This would probably be able to play without needing an application, no? |
|
|
|
|
|
|
|
|
Top | #5 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 104 |
Hehe, I thank you guys for your help, but I think you may be looking too far into this.
The problem of running it on any PC for that user is NOT a problem! I can handle that just fine. I was simply going to associate either the vbscript or batch file with his username under Group Policy...My problem: I don't know how to make the batch file! What should I put into it??? Should I do VBScript, or Batch? No roaming profiles here guys. The path of the audio file will be on the network, it was emailed to me.
|
|
|
|
|
|
|
|
|
Top | #6 |
|
Secret Goat Fetish
Joined: June 2002
Location: Dorset, England Posts: More Than You
Posts: 9,574
Reputation: 3410
Power: 220 |
i think sound scheme is the way to go, create a custom sound scheme for the user, then change the normall xp login sound with the file u want?
|
|
|
|
|
|
|
|
|
Top | #7 |
|
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,961
Reputation: 4941
Power: 275 |
I think setting a custom sound scheme per user is way too much administrative overhead. Would also mean they would have to login as that user, to each machine he would want to access - at least I think so.
I'm fiddiiling with a batch file for you, gimmie some more time
|
|
|
|
|
|
|
|
|
Top | #8 |
|
Somewhat eXPerienced
Joined: December 2001
Location: Woodbury, NJ
Posts: 790
Reputation: 50
Power: 104 |
Originally Posted by kcnychief
I'm not sure if I've said this before kcnychief, but you're the man!
|
|
|
|
|
|
|
|
|
Top | #9 |
|
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 3,861
Reputation: 2479
Power: 130 |
|
|
|
|
|
|
|
|
|
Top | #10 |
|
█▄█ ▀█▄ █
Joined: April 2005
Location: Massachusetts
Posts: 16,961
Reputation: 4941
Power: 275 |
I'm going to hit you with a rather large stick, very hard
|
|
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Batch File] How do you call a VBScript? | drummer4lifex | Web Design & Coding | 1 | June 13th, 2006 9:06pm |
| BATCH file help | dillinja | Web Design & Coding | 0 | March 24th, 2006 10:43am |
| Batch FIle PLEASE HELP | arew264 | Windows Desktop Systems | 6 | February 24th, 2005 1:56am |
| XP Batch file | RogerPhillis | Windows Desktop Systems | 4 | November 25th, 2002 12:18am |
| Auto Play an AUDIO File???? | allan03 | Windows Desktop Systems | 4 | April 21st, 2002 5:07am |
![]() |