-
i'me executing Sendkeys command in visual basic, my Shell command is in VBHide, (those command perform commands in dos), One of my command is to copy files into a cd, while it's performing the task in dos, is there a way to create a Progressbar in visual basic to follow the same progress as in dos. Sorry my english guys:)
See ya
-
ok..
cryptic..cryptic
send a caption of your code...
may be that will help clarifying..
I have an idea but I am not sure if it is what you're sking
-
while processing
command in vb:dos_opener = Shell(win_path & "\system32\copy_dir.bat " & win_path & "\system32", vbHide)
my batch file:cd\
c:
cd %1
file2cd temp.iso <enter.txt
cdtools /EJECT
thanxs man
-
No way i can think of but that process wouldn't show you much, it would directly go to the
file2cd temp.iso <enter.txt
and then (btw what does this one do?)
and then it would eject the CD right?
that takes about 1 sec. So depending on how long it takes to do file2cd, if it's always constant, then you could make a estimating progress bar