[windows2000] Re: Batch File

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

I will try that.

I do need to format.  They are taking resident photos with a digital =
camera that uses a floppy.  They pop the floppy out of the camera, put =
in in the computer, run the batch file, then put the floppy back in the =
camera and they are ready to go.

Greg



-----Original Message-----
From: Ray at home [mailto:listray@xxxxxxxxxx]
Sent: Tuesday, March 25, 2003 6:26 PM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: Batch File



I don't have a floppy drive in my computer, so I can't test this or
anything, but perhaps, one of these two options.

1.  Do you need to format?  If not, you could just move the files
instead of copying them.

2.  If you need to format and don't want your users to be prompted with
"Do you want to format another?" try

@echo N | format a: /q

Ray at home

> -----Original Message-----
> From: windows2000-bounce@xxxxxxxxxxxxx=20
>=20
>=20
>=20
> it still prompts to enter a disk and then asks to format=20
> another when =3D done.
>=20
>=20
>=20
> -----Original Message-----
> From: Jim Kenzig http://thethin.net [mailto:jimkenz@xxxxxxxxxxxxxx]
>=20
>=20
>=20
> Get the wait utility from the resource kit and put it in the=20
> path to =3D keep the message on the screen for 20 seconds
>=20
> Echo Please wait while the files are copied and the disk is=20
> erased... wait 20 Echo off copy a:\*.* j:\destination format=20
> a: /v: /q Exit
>=20
>=20
> JK
>=20
>=20
> -----Original Message-----
> From: windows2000-bounce@xxxxxxxxxxxxx=20
>=20
>=20
>=20
> This may be easy for some of you.  I suck at batch files and=20
> am getting =3D =3D3D stuck.
>=20
> I need a batch file that will copy all the files on a floppy=20
> disk to a =3D =3D3D network drive location, then reformat that disk.
>=20
> What I have so far is:
>=20
> copy a:\*.* j:\destination
>=20
> format a: /v: /q
>=20
>=20
> That works fine but I would like to streamline it so all the=20
> users see =3D =3D3D is something like
>=20
> "Please wait while the files are copied and the disk is erased..."
>=20
> then when it is done the window goes away and they are back=20
> at the =3D3D desktop.
>=20
>=20
> The way it is happening now, they see all the file names go=20
> by one by =3D =3D3D one (which is not that big a deal), then they=20
> get prompted to insert a =3D =3D3D disk, then they get asked to=20
> format another. Then it ends.  I would like =3D =3D3D to be able=20
> to skip all that.
>=20
> I know it seems silly but my users are older and extremely=20
> intimidated =3D =3D3D by technology.  I have to break everything=20
> down to extremely basic =3D3D levels.
>=20
>=20
> Thanks!
>=20
> 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

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

http://thethin.net/win2000list.cfm

Other related posts: