Search found 2 matches
- 22 May 2007 14:51
- Forum: DOS Batch Forum
- Topic: Windows XP Batch File with User Input question
- Replies: 2
- Views: 10657
well, here is what I figured out by myself. It is probabky not the best way, however... set CmrNum= set varb2=_lexall.txt cd "C:\Temp Data Files\Raw Data" set /p CmrNum=Enter the Cmr Number: set line= CmrNum varb2. call set line=%CmrNum%%varb2% echo.%line% REM echo.%line%>>usernames.txt del lexall d...
- 22 May 2007 09:57
- Forum: DOS Batch Forum
- Topic: Windows XP Batch File with User Input question
- Replies: 2
- Views: 10657
Windows XP Batch File with User Input question
I am trying to write a batch file for use in Windows XP. Here is the current Batch file (9005.bat) I need to modify: CD\ CD.. cd Temp Data Files cd Raw Data del LEXALL del LEXALL.out rename LEXALL.txt LEXALL. 9005LEX.EXE We have re-written our download programs to add a number in-front of the file n...