home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Business
/
DR_BUSINESS.BIN
/
TC_DOCS.EXE
/
DEL_SMPL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-10-05
|
412b
|
29 lines
CLS
@ECHO OFF
DEL tim.dbf
DEL shft_rpt.dbf
DEL txn_temp.dbf
DEL retry.dbf
DEL shf_arc.dbf
DEL dept.dbf
DEL export.dbf
DEL error.dbf
DEL clk_txns.dbf
DEL com_arc.dbf
DEL employee.dbf
DEL clk_recs.dbf
DEL txn.dbf
DEL emp_arc.dbf
DEL excp_rpt.dbf
DEL raw_recs.dbf
DEL tim_arc.dbf
DEL company.dbf
DEL dept_rpt.dbf
DEL labor.dbf
DEL status.dbf
DEL dep_arc.dbf
DEL shift.dbf
DEL *.ntx
CLS