Formatting a floppy using the system command

Kenneth Brody kenbrody at bestweb.net
Mon Oct 31 12:57:47 PST 2005


Quoting Don Coleman (Mon, 31 Oct 2005 15:47:39 -0500):

> Why can't I format a floppy from within fP such as:
>
> System "format a:";end
>
> Also tried:
>
> AA(10,*)="FORMAT A:"
>
> System AA;end
>
> Tested in conjunction with @KEY in *clerk.  If this works successfully I
> will ultimately be used in *report.  fP v5.0.14RN9 Network Native on WIN
> XP Professional.
>
> Nothing happens other than the clerk screen moves up 1 row.  Have I
> broken one of the cardinal rules by attempting this?  I also know this
> is so 80-ish but if it helps my client is a mullet-aficionado(sp?)

"Works fine here."

What happens if you try:

    system "format a: & pause"

This will give you the "press any key to continue" prompt after running
the format command.  Do you get any error messages?

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list