Hi all,
Ok so here's the deal, I work for a world wide recruiting company which has offices in multiple locations, for each office our sales team have a windows xp desktop connected to a flat screen(via VGA) displaying a power point presentation showing I.E. Most sales, annual income, blah blah blah, etc.
Problem:
There are 2 power points that get updated daily and the person updating them has to connect to each desktop in order to update them(takes time)
the looping prosess we use is this:
Playlist in Notepad:
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
I:\PowerPoint\DisplayPC\Current\Sales.pptx
and soon
.BAT file:
@echo off
:loop
@PPTVIEW.EXE /S /L "playlist.txt"
goto loop
In the end it runs out and will need someone to reset it.
Long story short is there anyway I could get around this or make it easier, I.E. some kind of software that broadcasts it to all screens and we can manage all the looping, editing and playlisting in a managing problem of some kind =)
any help would be much appreciated
Thanks