I am trying to write a little script that will help my office automate the uploading of zips and self extractors to a ftp site. They have to create several zips/se's and name them various different things etc.
My idea is for them to have a little table they could type in (i.e. the name they want the file to be called, the location of the upload, where they want it to extract to etc) and then my program would handle it effectively (so when they want to upload that 'row of data' they just select via a GUI and run the script).
I am new to batch files and programming in general. Just wondering if anyone has a tip for having a batch file read in data from a table somewhere?