Summary: I am writing a batch file to create some secondary files but the ampersand (&) symbol is giving me some problems in the following line, echo MbeSetApp...
Summary: I need a batch script that will remove a string of content out of a txt file? For example: In between <MRU_FILES>’this is what I want to removeâ€...
Summary: HI All, I have to rename a filename as below in win xp dos mode. actuall files i receive sample_2008_01_02.csv sample_2008_02_02.csv i need to rename ...
Summary: Do you mean remove the directory from the PATH environment variable? It can be done, but it's not trivial. You also need to specify whether you want i...
Summary: I need help with a batch file, i need it to delete all folders, subfolders and files from C:\Documents and Settings except for five folders named: Adm...
Summary: Hi Reno, wow, it seems you guys really eat and sleep with batch files! lol. I just woke up over here so I missed your replies but thank you for reply...
Summary: Hi Judago and Reno So close! I tried it with the echo to check the newfile$$$$$.txt files and there are a few issues. Firstly the rest of the data in ...
Summary: I wrote a batch file that reads in a text file which contains a list of file name, and then delete and rename them one by one. I did this by using a f...
Summary: hiya guys... well i have 2 combo boxes. start_time and end_time. They both contain 26 times starting from 09:00:00 to 22:00:00. Depending on what tim...
Summary: Please don't be too harsh as I am very new to batch. I xcopy using /d switch. I am trying to delete files that are not needed any more. eg have been r...
Summary: Editing files from a batch script has been somewhat neglected, there are 3 main choices, running the whole file through a for loop and into a new file...
Summary: I have created a batch file I am ruuning the batch file from N:\FILE_PROCESSING But I need the batch file to look up the files in this dirctory Z:\Cho...
Summary: How to call one batch file after completing of another batch file. i am having one batch file to run the jboss server,after the server started.Then on...
Summary: I look for a batch file which can set a file to 0 byte,while maintaining the creation timestamp. (mod time should be the time when set to zero). I wou...
Summary: I have a collection of files (pictures) that are named: p12312321.jpg p23423232.jpg p555... you get the idea.jpg basically, it is an ID number prefi...
Summary: This is what I have...I have an existing .bat file on a system that backs up a folder lets call it C:thisfolder. For some though it may be D:thisfold...
Summary: Hi I can set yesterday date into an environment variable, but how will the filename be given to the batch file, from the command line. And the date va...
Summary: How would i read text from a certin file, and then echo it back to dos. I know the way u can echo to dos is something like echo bla bla >> Bla.txt. ...
Summary: I don't do C. Here's a solution in PowerBASIC compiler (QBASIC) ---------------- rem delvowel.bas 2004-03-13 wizard-fred aa$ = command$ if (aa$ =...
Summary: I do hope I'm posting in the right place, (this type of forum is new to me) If so, I have an XP batch file prob. I'm trying to delete this from a text...
Summary: I'm pretty new to Perl programming. I've written a script that will run a proprietary command line app via file handle, absorb that app's output int...
Summary: Hi Guys, Please help me to create a batch file. I'd like to run a batch file from "server1". If I run the batch file, it rename the file in the \\serv...
Summary: Using Wise, I have created an msi package to install a few applications. My problem is in regards to using the 'Remove' button for my installation on...
Summary: The \\ is basically because the folder is on a network drive, apdprint being the server. The file is not actually generated in a random location, the ...
Summary: I am not sure on how to strip all HTML tags from a file using VB in a single line of code (unless you want to run it through a Sed or Awk process ;)) ...