Recent questions tagged batch

Description : How can I add an ELSE to this batch script?

Last Answer : answer:Doesn’t ELSE require an IF to go along with it? It’s been a looooong time since I wrote batch scripts, but have you tried: IF tasklist /nh /fi “imagename eq explorer.exe” | find /i “explorer.exe” >nul && ( echo Explorer.exe is running) ELSE (echo Explorer.exe is not running) ??

Description : Do you know the CMD line to make a beep?

Last Answer : Echo ^G

Description : How to Batch Resize Photos in Fireworks ?

Last Answer : How to Batch Resize Photos in Fireworks One of the products offered by Adobe when it comes to graphics editing is Adobe Fireworks, or Fw. A bitmap and vector graphics editor, it aimed at web designers, ... you can do in Fireworks. Keep exploring this program, and you'll find numerous uses for it.

To see more, click for the full list of questions or popular tags.