I am trying to write a small script that will help my office automate uploading zips and self extractors to an ftp site. They should create some zips / se and call them different things, etc.
My idea is that they have a small table into which they can enter (i.e. the name that they want the file to be called, the download location, where they want to extract it, etc.), and then my program will handle this efficiently (so when they want to load this "data string", they simply select through the GUI and run the script).
I am new to batch files and programming in general. Just wondering if anyone has a hint that a batch file is being read in data from a table somewhere?
James source share