[windows2000] Re: Batch File

  • From: "Greg Reese" <GReese@xxxxxxxxxxxxxxxx>
  • To: <windows2000@xxxxxxxxxxxxx>
  • Date: Tue, 25 Mar 2003 17:17:28 -0500

it still prompts to enter a disk and then asks to format another when =
done.



-----Original Message-----
From: Jim Kenzig http://thethin.net [mailto:jimkenz@xxxxxxxxxxxxxx]
Sent: Tuesday, March 25, 2003 5:11 PM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: Batch File



Get the wait utility from the resource kit and put it in the path to =
keep
the message on the screen for 20 seconds

Echo Please wait while the files are copied and the disk is erased...
wait 20
Echo off
copy a:\*.* j:\destination
format a: /v: /q
Exit


JK


-----Original Message-----
From: windows2000-bounce@xxxxxxxxxxxxx
[mailto:windows2000-bounce@xxxxxxxxxxxxx]On Behalf Of Greg Reese
Sent: Tuesday, March 25, 2003 4:53 PM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Batch File



This may be easy for some of you.  I suck at batch files and am getting =
=3D
stuck.

I need a batch file that will copy all the files on a floppy disk to a =
=3D
network drive location, then reformat that disk.

What I have so far is:

copy a:\*.* j:\destination

format a: /v: /q


That works fine but I would like to streamline it so all the users see =
=3D
is something like

"Please wait while the files are copied and the disk is erased..."

then when it is done the window goes away and they are back at the =3D
desktop.


The way it is happening now, they see all the file names go by one by =
=3D
one (which is not that big a deal), then they get prompted to insert a =
=3D
disk, then they get asked to format another. Then it ends.  I would like =
=3D
to be able to skip all that.

I know it seems silly but my users are older and extremely intimidated =
=3D
by technology.  I have to break everything down to extremely basic =3D
levels.


Thanks!

Greg

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

==================================
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: