1.

Solve : Help: How Do I - Make A Spinning cursor & % 0-100 complete timer?

Answer»

This is for a Batch file:

I would LIKE to know what info is needed to make a spinning cursor this is for downloading...

echo.
echo Next STEP: Get SVN data
"%JFSVNBINDIR%\svn.exe" checkout http://wii-softchip.googlecode.com/svn/trunk/ wii-softchip
"%JFSVNBINDIR%\svnversion.exe" wii-softchip>%TEMP%\SOFTCHIPSVN.VER
set /P JFSOFTCHIPSVNVER=<%TEMP%\SOFTCHIPSVN.VER

So somewhere in there I would like to put a % completed timer or something...

And a Spinning Cursor processing data please wait... " Spinning Cursor Here"

How do I do This? I want both in different places but still need to know howto....

Thanks for any help or a link on howto make this GodSpeedThe cursor is a Windows contraption of which the command shell (READ: batch code) knows nothing about.

Progress bars are notoriously difficult to CALCULATE, however VBScript can use Internet Explorer to display either a simple dialog box or one with an animated GIF.

This ARTICLE from the Scripting Guys should explain all.

Good luck.



Discussion

No Comment Found