J
jam
hi all,
I am calling some command from cmd.exe and doing it in server side, while it
is executing, i only see the white page and it''s loading now, can I have
something on the page like: loading.... and then once it finish, change to :
"finished"??? is it possible??
My code example:
p.StandardInput.WriteLine("xcopy d:\\inetpub\\wwwroot\\eng\\images
d:\\images");
then while it is copying, can I have "loading..." ??
Jam
thx all
I am calling some command from cmd.exe and doing it in server side, while it
is executing, i only see the white page and it''s loading now, can I have
something on the page like: loading.... and then once it finish, change to :
"finished"??? is it possible??
My code example:
p.StandardInput.WriteLine("xcopy d:\\inetpub\\wwwroot\\eng\\images
d:\\images");
then while it is copying, can I have "loading..." ??
Jam
thx all