Building on what we Learned exporting to a CSV file

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • I n this post we are going to expand on what was done before.
    We will start build a batch file that will take input data and assign it to a variable.
    The first step is typing "@echo off" and then placing a reminder of what we are trying to do.
    From there we will set an input prompt each numeric value we want to set up.
    The same process is done for string values.
    The special sauce is the following echo statement.
    Here is where all the numeric and string variables are saved to a CSV file.
    The end result isn't perfect but it does demonstrate a proof of concept that can be worked on.
    Hope this is helpful to those of you working on your own projects.
    :)

Комментарии •