Batch help

  • Thread starter Thread starter RJ43
  • Start date Start date
R

RJ43

I'm trying to write a batch job for Power "Low battery alarm".
I wanted to display a JPG file and then continuously play
a .WAV file. I'm using the program irfanview to display the
image and Windows Media player to play the sound file.

From a command window when I type xxx.jpg, irfanview displays
the image and the prompt returns. However, running the batch
it waits until irfanview terminates.

The odd thing is, the first time I ran my batch program,
it hung on the jpg, but the .WAV files played one after
the other.

Then something happened and now the Media Player just plays
one WAV file and the batch job now pauses until Media Player
terminates and then starts again....

Any ideas why this is happening?
 
RJ43 said:
I'm trying to write a batch job for Power "Low battery alarm".
I wanted to display a JPG file and then continuously play
a .WAV file. I'm using the program irfanview to display the
image and Windows Media player to play the sound file.

From a command window when I type xxx.jpg, irfanview displays
the image and the prompt returns. However, running the batch
it waits until irfanview terminates.

The odd thing is, the first time I ran my batch program,
it hung on the jpg, but the .WAV files played one after
the other.

Then something happened and now the Media Player just plays
one WAV file and the batch job now pauses until Media Player
terminates and then starts again....

Any ideas why this is happening?

This newsgroups is for Windows XP discussions. Your best option is to post
to a batch programming newsgroup.

Mark
 
Back
Top