kurt godel wrote:
> If I want to delete/overwrite files from a script(batch), then either 
> way, it will interogate me:"are you sure?y/n";
> but I want the script to run unattended; is there a way to make it 
> fully 'hands free'?,
The following example works fine from a .BAT file in unattended mode:

COPY C:\IN-TRAY\D*.* C:\LASTRUN
COPY C:\IN-TRAY\*.FIN C:\LASTRUN

DEL C:\IN-TRAY\D*.*
DEL C:\IN-TRAY\*.FIN

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to