Alerting User to pauses in batch -


i creating long batch script run hours, , various purposes have included way users if pause in script in case of errors, need use machine else, or in case cannot watch time. i've been using pause wait on input, i'd have sort of way user explicitly told batch stopped, flashing icon on taskbar or something.

is there simple way or require more few lines of code?

msg console /time:3600 "the batch file waiting input" & pause 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -