Search found 3 matches
- 26 Jan 2017 17:42
- Forum: DOS Batch Forum
- Topic: IPO - batch
- Replies: 5
- Views: 5237
Re: IPO - batch
thx for the input rodrigolima beside the fact that Aacini already solved my problem the easiest way possible your code will not work for me because i've got an alphanumerical code in the middle the 10 symbols in the middle are numbers AND characters so i cant delete only numbers that would make my c...
- 26 Jan 2017 04:40
- Forum: DOS Batch Forum
- Topic: IPO - batch
- Replies: 5
- Views: 5237
Re: IPO - batch
You said the code you need to keep is alphanumeric meaning it contains numbers and letters. How are we supposed to know where to start and stop? Regardless you are inside a code block so you need to use delayed expansion. ok maybe it wasnt clear enough the syntax is everytime the same 12 numbers th...
- 25 Jan 2017 18:26
- Forum: DOS Batch Forum
- Topic: IPO - batch
- Replies: 5
- Views: 5237
IPO - batch
Hi guys, i've got a little problem and i dont know where i failed cuz every tutorial i read didnt answer my specific question everything works alone but together only the first part works the plan: take file 1 (file.txt) read the lines cut them write them in file 2 (file_2.txt) line syntax 123456789...