from: Marco Panzanella
marco@gore.afep.cornell.edu
to: VRF
date: Tue Nov 25 16:16:57 EST 1997
Hello,
Does anyone know how to do some DOS file manipulations in VEE? I am
interested in: deleting and renaming files mainly. I guess a DLL could be
written but that would take time.
Thanks.
Marco.
------------------------
From: marco@gore.afep.cornell.edu
Subject: Vrf - DOS functions in VEE
Date: Tue, 25 Nov 97 16:18:37 -0500
To: hpvxd_xc@hpislsup.lvld.hp.com
>
> from: Marco Panzanella
> marco@gore.afep.cornell.edu
> to: VRF
> date: Tue Nov 25 16:16:57 EST 1997
>
> Hello,
> Does anyone know how to do some DOS file manipulations in VEE? I am
> interested in: deleting and renaming files mainly. I guess a DLL could be
> written but that would take time.
> Thanks.
> Marco.
>
---------------End of Original Message-----------------
Marco,
Use an "Execute Program(PC)" from VEE. command.com is used in Windows 3.1 or Windows 95 and cmd is used in NT. For
example:
Windows 95: command.com /c rename oldfile newfile
Windows NT: cmd /c rename oldfile newfile
If you want to get a directory list or any other command you will need to redirect the output to a file then read the file
from VEE: cmd /c dir mydir > empdirlisting
--------------------------------------------------------
Tom Sanders <toms@symca.com>
Symtx, Inc. 408-343-3610 fax:408-343-3616
Date: 11/25/97 Time: 13:44:08
--------------------------------------------------------