Summary: Hi, I receive a file that contains the following: \direcotry1\directory2\directory3\file1 \direcotry1\file2 \direcotry1\directory2\directory3\directo...
Summary: I'm passing an absolute path (e.g. c:\folder\file.txt) as a variable to my batch script. Is there a way to get just the filename (file.txt) from this...
Summary: Hello! I have a text file that contains a single line of words. I am trying to make a batch file that will get the contents of that file and set it as...
Summary: hello- i would like to create a scheduled task with a batch file. i have used schtasks correctly but whenever it creates a task it wont run. if i ins...
Summary: After M2's comment, I decided to take a closer look into the details of the get command. I ran a search on my system for get.exe and the only thing t...
Summary: Hello all I'm trying to put together a batch file that will help update specific files in multiple computers. Specifically, I want the batch file to d...
Summary: Hi, I have created a batch files to search for files from an external list.txt. But now I want to generate a list.txt from all the files that are in a...
Summary: Hi, I’m stuck on part of a batch file I’m working on. What I’m trying to do is copy all files with the extension JPE in a directory to another directo...
Summary: So I figured out how to add a menu when someone right clicks on a .mov or .avi and then they can click and it runs a batch file. That works great but...
Summary: A couple possibilities. C:\programfiles\blah\blah.exe may be a wrong path. If it's actually: C:\program files\blah\blah.exe you will need to put it in...
Summary: So I've pretty much gotten everything working in my batch file as described above, but I think I'm making an amateur mistake. Unfortunately, our "bat...
Summary: yup, thanks for your abswer !!! but actually I don't know VBScript at all !! what is this script supposed to do ? if it is to be run from my HDD, tha...
Summary: Hi all, I have a string containing a complete path of a file in my BATCH file . I would like to extract only the path leaving the file name and previo...
Summary: I need to create a batch file, which locates all files with a particular extension and moves them several levels up in the folder structure. Here is t...
Summary: I have absolutely no experience writing Batch files but I learnt how to open a program using the: START /MAX IEXPLORER.exe I want to open 5 applicatio...
Summary: Hi, having abit of trouble with making a batch file. All I want to happen is for a prompt to come up asking for the pc name, I hit return and then it ...
Summary: Hi, So far I have a batch file that creates a set of nested folders within a specified folder. So far so good. Then I want to create a file by using i...
Summary: hi, need help again.. how can i create a batch file which gets the exact active path (maybe the preaent location of the batchfile) >store the path in...
Summary: I think the value of my %homepath% is ok. When i write %homepath% on MSexplorer path it returns C:\Documents and Settings\MyName\ and when i use, xco...
Summary: I'm wondering if there is a way to create a batch file that opens a network drive. Here's my situation, I have a user that is connecting to our netw...
Summary: i have a batch file which backs up info from a folder on the computer to a share on another computer. but, when i try to make a batch file to create a...
Summary: I'm writing a batch file to install a program and need to add a path statement. Under older versions of Windows, I could append to the end of Autoexe...
Summary: I have created a batch file to install updates from a mapped drive as follows: :start CLS ECHO Please enter correct update... ECHO. ECHO 1: Update 1 ...