Summary: need help, what i want to do is store an input into an log.txt file then recall the info based off today date. so set /p test=something: set /p tes...
Summary: I need a batch file that will scan multiple subfolders in one folder, look for the most recent modified file in the subfolders, and set the subfolder...
Summary: Hi, I'm hoping someone can help me b/c I've been working on this for awhile, and for the life of me cannot solve this problem. I'm working on a C p...
Summary: I have to write a program in C that will be some kind of small compiler. It has to write down the lines in which auto variables are declared and where...
Summary: Hi, iam trying to use the variable declared in jsp tags in the scipt. both exists in the same jsp page. I need to access the jsp variable in script fu...
Summary: Hey, I'm relatively new to batch file programing and I am tearing my hair out over this. I want to be able to set the results of a command as a variab...
Summary: Anyone know a simple batch script that can list a directory of variable folders, then change to that variable? Example user names in documents and set...
Summary: Let's see how well I can explain this. Here is my situation I work in a retail evironment with 70 + stores and continuing to grow. Instead of adding...
Summary: Hi I'm trying to pass a vaule from a file in to a variable and it seems not to work, is this possible in win 2000 any help would be very much apprieca...
Summary: I was wondering if there was a simple, one lined command to set the first (or last) line of a text file as a variable. "If it jams, force it. If it br...
Summary: Hi Im executing an Insert SQL statment (using DoCMD.RunSQL) into an Access database from VBA. The table that it inserts the data into has an Autonumb...
Summary: Hi, I am new to Python and have an interactive script going. I can't figure out how to get a variable passed to an outside command with os.system modu...
Summary: Ok so i need to get the prior days date into a variable in order to automate a few zip files. So far i have the date being echoed into a text file i.e...
Summary: Folks: In my impression back in the old days when I was at college that I needed to declare all th variables at the top of the block. However, I recen...
Summary: I am programming a process in IDL that will alow me to do a loop (for do begin) with a variable that is bigger than 60,000, but since it is too long, ...
Summary: I have a registry exported file, wherein I changed a few of the output formats to use the variable %username% instead of the actual username for an Ex...
Summary: I need some help with programmatically setting environment variables using C#. I can obtain them easily using System.Environment...but how can I write...
Summary: i am having to learn DOS and batch programming in a crash-course style, in trying to automate a series of installs i need to do whenever creating a ma...
Summary: I need help with a batch file in XP. I have a series of variables with the same prefix and an ascending suffix, like arg1, arg2, arg3 etc I'd like to ...
Summary: I am writing a software program in VB 6.0 that accepts input from a user and stores it to an Access database - both text and numeric. How do I declare...
Summary: I would like to know how to declare variables for arrays when the size of the array is not known, thus it is event- controlled (ex. sentinel vaue of 0...