Search found 1 match

by arjun4356
15 May 2010 09:38
Forum: DOS Batch Forum
Topic: modify batch script for extrating two files
Replies: 1
Views: 3184

modify batch script for extrating two files

can anyone help me modifiying the batch script: SETLOCAL SET PGM=WTX SET SYSNAME=G1234W SET TRANSET=PS SET Fltr="TLUS*.*" . . IF [%PGM%]==[WTX] ( SET LPath="%LDrv%\WTXDTA\\DAT\ZIP\" SET APath="%LDrv%\WTXDTA_ARC\DAT\ZIP\" SET TPath=!LPath:"=! . . . . . >"%Scrip...