Summary: I'm trying to find a batch script that will modify the default location of My Pictures, My Music and My Video. I know it can be done under regedit but...
Summary: Hi, I am new to scripting so excuse me if I am anything silly. I need a batch script and my requirement is as follows: I have some file names (around ...
Summary: Hello, I need some help here ;D I have two types of files in my dir, movies > .avi subtitles > .srt But for the player to show the correct subtitles, ...
Summary: What is it that you are trying to do? Are you trying to make an install program? Then yes you could do it with Batch Scripting but this would be very ...
Summary: Hi, i want to rename all the files in my directory by stripping out the first 3 chars of the file. My files are of the type C:\01 file1.jpg C:\02 file...
Summary: hi i have prepare a batch script for pinging my all devices. for /f %%I in (ping) do (ping -n 1 %%I | find "Reply" >> result.log if errorlevel 1 e...
Summary: I have this script to take out the spaces from a date in a batch script: set dt = %date%: =% But when I echo %dt% I only get: =: = Any thoughts? ...
Summary: Basically my batch script has to do a line count of a file (.txt) and append the value of the result to the end of the following (in parameter file): ...
Summary: Hi Guys, Am new to this forum and new in writing batch scripts. Need some help to the below - Need to create a .bat [schedule task] file for performi...
Summary: I am using Windows XP and have a need for something similar to DOS batch files. Some of my software is old but runs well. I want to be able to run a ...
Summary: i just got a new mp3 player that can read m3u playlists all i want to do is make a playlist with an appropriate title for every folder in my mp3 playe...
Summary: Hello! I need to make a .bat, that process a text file. The text file name is the first parameter of the batch file call. If no parameter is presen...
Summary: You need to enable the "delayed expansion of variables" to modify values inside a block sequence of a composite statement as For is, otherwise the var...
Summary: I would like to write a batch script to find all .pst (Microsoft Outlook 2003) files that exceed the size of 1 G. The .pst files reside on a network ...
Summary: Hi all, I need to ftp a file (with a variable filename) to a remote server. I can automate this process with a constant filename, but how do I pass i...
Summary: Hi there, I need some help where I want to create a small batch file that will search inside all the text files (email files to be precise - *.eml) in...
Summary: hello evebody! i need a batch to install a program (flash player active x) AFTER the user's first log in....i mean,i want to run it automatically afte...
Summary: Hi, I need to know how to make a batch file that installs itself and then starts at startup (systray). I would like to use the batch file on my startu...
Summary: I need to write a script to start a service and another one to stop a service. What would be the command to stop a service in the command prompt as w...
Summary: Hi, I have several batch files that I need to create for school that I am having problems with I was wondering if anyone would be able to help. 4. Cre...
Summary: Why don't you have your script do something like this... Read the contents of FolderX and put the current list into a text file somewhere. Have the sc...