Search found 1 match

by banderasxp
02 Feb 2023 18:59
Forum: DOS Batch Forum
Topic: How to input datat in the next column of csv using batch
Replies: 0
Views: 30623

How to input datat in the next column of csv using batch

Hi good day. I created this bat file (namely 21.bat) that input data to db.csv column 1. Now, I need this code for 22.bat to enter data to the next column (B2, B3,B4,B5 etc...) of db.csv Hope you can help me. @echo off echo 21st of the month. echo Input "8" if present. "Enter" if absent. echo. set /...