Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
progress bar for batch file
Name: abdul_ahad Date: March 22, 2006 at 22:12:02 Pacific OS: msdos 7.10 CPU/Ram: intel celeron 120MB Product: asustek
Comment:
first, i am no longer using wengiers dos i am using the dos from win95 osr2 with 3xstart applied now to the subject, i have a batch file where around 500+ files are extractted to specific locations from cab files which are at a given location i would like to have a progress bar like the standard setups to show the % of files copied to be displayed rather than the dos output from the extract command it has to be run under plain dos i have no idea how to do this any suggestions ? thankx in advance
Name: Mechanix2Go Date: March 23, 2006 at 03:01:04 Pacific
Reply:
Something like:
@echo off set stars=* echo %stars% extract somefile some.cab set stars=%stars%* echo %stars% extract thatfile that.cab
[and so on]
I think you're out of luck for percentage.
If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: abdul_ahad Date: March 23, 2006 at 16:47:31 Pacific
Reply:
wengier's dos installation disk has a program called suscr.exe which is used to make the setup screen .googling for suscr.exe gave me only one page and that was in chinese. the translation was not very helpful any body knows how to use suscr.exe ?
i wanna be a hacker
0
Response Number 3
Name: jubalsams Date: March 24, 2006 at 01:57:26 Pacific
Reply:
Try suscr /?
Also, examples are in Wengier's SETUP.BAT
Best
0
Response Number 4
Name: abdul_ahad Date: March 24, 2006 at 07:37:42 Pacific
Reply:
thankx but if could make out anything of the stuff in setup.bat i woudn't be posting
Summary: I want to create a batch file that wil do three things with one click.I want to be able to delete cookies,temporary files and history.Is this possible and could anyone show me the code please if it is...
Summary: How do I get three input values from the user as variable into my batch program? I would like to ask for: Month as Var1 and is 2 bytes long Start Date as Var2 and is 8 bytes long End Date as Va...