- Local time
- 1:24 AM
- Messages
- 930
Since you bumped this ancient thread I have to ask a related question:
I made a custom iTunes.VBS which in turn calls a RuniTunes.bat. I did this in order to Start and Stop Bonjour service which otherwise finds unusual times to load-up my event log with errors.
Both of these are at C:\, and when I try to pin the iTunes.VBS to the Taskbar, I can't make it do so with a custom icon e.g. the iTunes icon, it only gets a "Microsoft Windows Based Script Host" icon which I can't seem to change. Does anyone know how to make this work?
FWIW the .VBS I run looks like this:
the the RuniTunes.bat is this:
By this method I avoid having a cmd.exe window when I launch, and of course the services are started with iTunes and stopped again when I quit iTunes.
I currently have a shortcut to the C:\iTunes.VBS file sitting on my Desktop, with the nice, pretty iTunes icon having set Change icon in Properties. But now any way to pin it such that the icon is retained?
I made a custom iTunes.VBS which in turn calls a RuniTunes.bat. I did this in order to Start and Stop Bonjour service which otherwise finds unusual times to load-up my event log with errors.
Both of these are at C:\, and when I try to pin the iTunes.VBS to the Taskbar, I can't make it do so with a custom icon e.g. the iTunes icon, it only gets a "Microsoft Windows Based Script Host" icon which I can't seem to change. Does anyone know how to make this work?
FWIW the .VBS I run looks like this:
Code:
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\RuniTunes.bat" & Chr(34), 0
Set WshShell = Nothing
Code:
net start "Bonjour Service"
net start "iPod Service"
"C:\Program Files\iTunes\iTunes.exe"
net stop "iPod Service"
net stop "Bonjour Service"
I currently have a shortcut to the C:\iTunes.VBS file sitting on my Desktop, with the nice, pretty iTunes icon having set Change icon in Properties. But now any way to pin it such that the icon is retained?
My Computer
At a glance
Windows 7 Professional 64bitIntel Core i7 4600M @ 2.90GHz16.0GB Dual-Channel DDR3 @ 797MHz (11-11-11-28)Intel HD Graphics 4600 (Dell) 2048MB ATI AMD ...
- Computer type
- Laptop
- Computer Manufacturer/Model Number
- Dell Latitude E6540 Laptop
- OS
- Windows 7 Professional 64bit
- CPU
- Intel Core i7 4600M @ 2.90GHz
- Motherboard
- Dell Inc. 0CYT5F (SOCKET 0)
- Memory
- 16.0GB Dual-Channel DDR3 @ 797MHz (11-11-11-28)
- Graphics Card(s)
- Intel HD Graphics 4600 (Dell) 2048MB ATI AMD Radeon HD 8790M
- Sound Card
- Realtek High Definition Audio
- Monitor(s) Displays
- HP ZR30w (2560x1600@60Hz)
- Hard Drives
- 256GB LITEONIT LMT-256M6M-41 mm SATA (SSD)
1TB Samsung SSD 860 EVO mSATA SATA (SSD)
2TB USB 3.0 USB Device
115GB SanDisk Ultra Fit USB
- Other Info
- Multiple Dell E-Port Plus II Port Replicator/Docking Stations 0Y72NH USB 3.0 + 130W AC Adapters
