Summary: hi, so 'im trying to run a batch script. its not supposed to be very difficult. i run an encoding machine for audio at the company i work at. it i...
Summary: I found a batch script to search all drives and delete the autorun.inf file on this forum I want that method but change it up a bit. I would like to S...
Summary: Why to code a C++ program when a straightforward batch script suffices? @echo off echo.product,text,price,qty> header.csv type file.csv >> header.csv...
Summary: I am trying to rename files in a batch. But I want to use special characters in the file name like these ==> ♥♦♣♠ ascii code 3,4,5 and 6 Is t...
Summary: Directory can contain between 1 and 7 files. I need to rename oldest by creation date filexxx.txt to file1.txt, next oldest filexxxx.txt to file2.tx...
Summary: Hi, 1. gtaion did what you asked. You didn't originally specify that you wanted to search for substrings i.e. part of a directory's name. You just sai...
Summary: Hi, Im trying to create a simple batch script which i can leave running as a scheduled task and will build an output file containing a list host names...
Summary: I have a file runContractExports.xml which is as below ***************************************************************** <REQUESTS ServiceName="E...
Summary: Hey everybody im looking for a vbs script to open a popup message, and when a certain button is clicked it will tell the batch file to do somethin...
Summary: I have a 431 .tif files with matching .tfw files that I need to rename while increasing the image number by 1. Files are named redrock-001.tif and r...
Summary: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
Summary: Hi, I want create a batch file to copy some specific(variable) text from a file A.txt to another file B.txt's specific location (in between a line...
Summary: HI, I have about 400 xml files that have error in the productID line: <Product productID="0001"> the 0001 needs to be replace with another value w...
Summary: Hello experts, i hv a problem now. Hope someone help me I need to create a batch script that compare two text files (lets say test1.txt and test2.txt...
Summary: hello experts, i need your help to rename a folder in batch script with time and date for example MyFile__22_05_2009__6_20 ren C:\amab_fin\temphold M...
Summary: hi , i have many folders called LIB in my drive say it can be as LIB_data,lib,lib_ac anything that starts with lib or LIB... i want to list all these ...
Summary: "if it finds it it should start a sql job immediately." Does the script get the file or simply start the sql if the file is there? ==================...
Summary: Modern batch scripting allows this: if not defined missing set missing=data In most cases it's also possible to use: if "%missing%"=="" set missing...
Summary: Remove (if any) the @echo off initial statement and insert a pause command after the indicted one. Examine carefully what is displyed and report if yo...
Summary: Hi Razor2.3, this works fine in xp but does not in windows7 64bit. Can you explain how I do that. I am a complete beginner with respect to scripting. ...
Summary: You can just echo it to the console if you like(just remove ">> "newfile""), but don't expect to merely edit a file with batch script. for /f "usebac...
Summary: Thanks for the quick reply. This has given me the required output but the result is being repeated within the file? Status: OK TestStep: CancelPnr - C...
Summary: I have a problem. I use this code: del "%userprofile%\Local Settings\Application Data\Activision\CoDWaW\players\profiles\\con fig_mp.cfg" after pro...