Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Did you read the remarks in the script that explain the actions? If so, what are you not understanding. The script is an example showing how to handle the logic involved in saving initialization values to a file for retrieval in subsequent executions. The save only happens if the required conditions are true, which are: they have not been saved previously, and the script has been provided enough arguments to store the expected number of variables.
    – T3RR0R
    Commented Nov 1, 2022 at 6:47
  • Thats all you get, if you cant take the time to integegrate it or ask specific questions, so be it. Every step is already explained in the remarks. If your still uncertain about a specific section or element, ask. Im not going to guess at what you do and dont understand or make assumptions about how much or little you know.
    – T3RR0R
    Commented Nov 1, 2022 at 19:23
  • Sounds very much like "write a script to solve my specific problem so I can just use it". If there's something specific your not understanding in the remarked example script, it's an easy thing to ask. What this script demonstrates is a solution to storing passed variables when first run so they are avialable for future use. The logic to store the variables only activates if the storage file does not exist, and only loads them if they have already been stored. A number of error checks are demonstrated that are advisable to use given you have stated 1st.bat will be deleted after the first run.
    – T3RR0R
    Commented Nov 6, 2022 at 11:04
  • The script contains explanations. If theres something your not understanding, it's for you to ask about said something. Do you need to have the basics of an If / Else statement explained? Do you know what && or || conditional oiperators do, or that %1 etc are arguments? Do use know that ">" writes to a file, and "<" reads from it? There is no way for me to know what you do and don't understand in the script, What if any level of understanding you have of batch scripting, hence why I very reasonably ask you to be specific - so I don't waste my time over-explaining basic batch ...
    – T3RR0R
    Commented Nov 7, 2022 at 17:25
  • commands that can be learned about by reading help output or doing even the slightest bit of research
    – T3RR0R
    Commented Nov 7, 2022 at 17:25