Summary: looking for help with a batch file, what i need to do is run it in a folder and have it get all the different names of the files and then output the n...
Summary: I have a list of websites. I want a batch file which will open only first website in the list when i execute the bat file for first time and when i ex...
Summary: I need a batch file that changes the following .txt file located in “C:\Program Files\Adobe\temp\a001day\cram32\index.txt” the batch file will be ...
Summary: I have been working with this assignment for afew hours and I am having trouble getting it to work right..... I am fairly new at cmd. Help would get ...
Summary: I need a batch file to loop through a list of jpgs in a folder, & move them to folders created based on their file names in the following convention: ...
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: Ok so heres the problem. I am trying to make a batch file that will autorun on a cd and delete a text file I have on my desktop. The autorun works and...
Summary: I am trying to use the hostname as a conditional in a batch file. I would like to use the alias (not %COMPUTERNAME% mind you) I added to the hosts fi...
Summary: Hello all. I v got a lot of T*a.log files in my c drive. like T0001a.log T0002a.log T0003a.log I just need a batch that can assign the size...
Summary: I need a batch file to copy files from 1 location to another on a network daily. The only problem I have is I dont know the exact folder the files are...
Summary: I am unable to pipe\rediret text within a single batch file with the intention that all text lines are available to ECHO and located at the end of the...
Summary: on XP Pro I have written a batch file to pen several different programs. I want to be able to open 2 or 3 internet explorer screens going to different...
Summary: I need to create a batch file that adds text to the last line in an .ini file. The .ini file is C:\boot.ini which usually looks like: [boot loader] ti...
Summary: You don't need a batch script, just type at prompt in the directory where files are stored for /f %i in ('dir /b /a-d *.txt') do @ren %i 1%i and you a...
Summary: I need a batch file that will open a telnet conenction to the specified server ip address. It would be of great help if you can suggest a way I can de...
Summary: Hi, Does anyone know of a way to make print screens through batch files ? I would like to take a print screen and save it to a picture format through...
Summary: Your help will be deeply appriciated and many thanks--- Hi I need help writing a batch file. I have a text file which contains usernames of all the u...
Summary: Hi!! I need to write a batch file to run an Integration scenario. I am going to explain you better about my problem: your solution is highly apprecia...
Summary: I need a batch file script which delete a file within D:\NEW\MINE\K based on the modified date.if the modified date is older than 3 months then the fi...
Summary: I need a batch file that will: 1. add the prefix: http ://www.onlinesuperbargainmall.com/goto.html?url= to the first column 2. delete everything befor...
Summary: Hi, FYI, I have a txt file(abc.txt) that contains a column of logon names. I need to create a batch file that read that file and then for each of the...
Summary: what i need is an example please.. i want a batch file to create a file.. c:\test.txt Prompt user for there name and place that inside the text.txt fi...
Summary: I'm trying to create a batch file that will ask a user for a drive letter and then it will run 2-3 commands on the specified drive. I can't figure out...
Summary: Hello, I need a batch file to list all directories which are 30days old in a specified path. Example C:\Sample\ Here all the directories which are...
Summary: thanks Batchfreak, call a batch file like this: test.cmd C:\sample batch file: echo %~z1 It just shows the file Size. But i need a batch file ...