Summary: Hi I have to rename a lot of files (GIS raster format) to new names. Is this what you would call Batch renaming? I have a database of all the old name...
Summary: Please help! I want to rename hundreds of files from my local directory by getting a string of text from the file. For example: Filename: 00401420.l...
Summary: Please help! I want to rename hundreds of files from my local directory by getting a string of text from the file. For example: Filename: tsa0128351...
Summary: I'm rolling out a new part of our system to 150 users who use Lotus Notes on a mixture of Windows 98 & Windows XP. (Those are our officially supported...
Summary: Hi Razor Thank you veru much. As you can see from my script, I am a bigginer, but getting there:) This is the script: 'import text file into excel Con...
Summary: I have batch file that renames files based on system date: set dd=%Date:~8,2% set mm=%Date:~5,2% ren "c:\temp\ms2008*.xls" ms%mm%%dd%.xls so that ms20...
Summary: hi all, have got a java application (java 1.4.2) which writes data to a MS excel (2003) file and asks the user if he would like to open the file or sa...
Summary: rename files and folder to lowercase with batch codes ================================================ hi guys i searched this site and found a ba...
Summary: Hello, I have 3500 HTML (plain text) files that I want to rename according to the content in line # 4 inside each file from position 30 to 47. Any he...
Summary: Can anyone help me with batch file code for the following scenario? I need to copy *.JPG files from 4 removable drives F:\ , G:\ , H:\ and I:\ to a si...
Summary: Mechanix2Go, Well it does rename more than 100 files now but the problem is that its adding extra zeros where not needed. Files 1 to 9 are 3 digits lo...
Summary: Ok, I am having one bit of trouble wiht this. When the export file from the registry is made, it has the values for the path like this: C:\\Folder\\Su...
Summary: I haven't used Access in a LONG time, but I seem to remember that it knows how to import Excel files directly. Try going to Access and using the menu...
Summary: HI, Having this problem. Does anyone knows how to read latest updated file from excel macro. eg. File1 reads formula from FM03 and if I add FM04(whic...
Summary: I have a directory in which I need to rename files, somedays there may be 5 files with different filenames otherdays there may be 15 files with differ...
Summary: I need to import some data from excel into an access database. In the excel document i have a 'PanelId' column and a 'RegNumber' column. I have the sa...
Summary: im scripting some programs that need to open some files from a certain url in java so it downloads the file and after that it opens it can someone hel...
Summary: Hi, how can I call from a batch an html file that is stored locally and have it come up with the default browser ? My plan is to create a CD that ca...
Summary: Hi there. I have just recently found myself in the realm of writing batch files, so bear with my in my ignorance. I am currently attempting to write a...
Summary: Could anyone tell me how to read a file from subroutine in c++?. I can read a file in main program,but i just can't figure out how to do it from subro...
Summary: I created this batch file (XP Cleanup.bat) to faster automate deleting temporary files. I currently have the batch file logging the user, start, and ...
Summary: Mark: Some assembly code could do it. I show the code and you enter it using debug.com. Here's my idea: You will still be using "Find" but in stead of...