Summary: How can a rename a file (filename.ext) to "eaMMDDYY.txt"? I've tried some of the posts here, but I don't know scripting well enough to make them do wh...
Summary: I am trying to create a batch file that will move a file to 2 different places and then rename the file by the date and time it was moved. I can get i...
Summary: 1. I can't script. 2. I am using the Windows Backup utility to back up files on my server to an external Snap server. The Snap server is mapped to the...
Summary: I need to rename a file in a DOS Batch script but do not know how to handle the long file name. Filename: eop.test_BBB_2005052000000M07S.txt I want to...
Summary: Can anyone tell me how to use the Command line prompt to rename a file to filename.system_date... such as MSDOS> ren file1 file_Thu I need it to app...
Summary: Hi! I have a backup file written to a specific location on the file server written every day, e.g.: \\file\backup\backupfile.bkf Now I would need a l...
Summary: I am trying to write a batch file that will automatically rename a file called liberty.txt to lib(date).txt I am unable to find how to do this. Could...
Summary: Hi there. I may have posted this in the wrong topic area before, so I thought I would try moving it here. I have just recently found myself in the rea...
Summary: i use LMHOSTS over RoadRunner to map a drive at my server (actually several drives). If your server is WinNT or 2000 it is really easy. This avoids ...
Summary: Hi, a have a floppy drive problem. Every time i try to copy a file to my floppy i get an error message saying: "Cannot copy [file name]: The drive can...
Summary: When I copy all files from any cd to a folder in my lan 'server'running win2000pro the system immediatly reboots when I come back to desktop.When driv...
Summary: If you are on a network, you generaly have several choices. First, if you have any shared folders or drives, you can telnet to the computer and use a...
Summary: First back up all the files you're planning to rename to another folder and then go to the Win2k command prompt. Go to the folder that contains the fi...
Summary: Having completed numerous installs of the Win2K Pro and Advanced Server series here's what happened to you. You "aborted" the installation when you c...
Summary: Hi Igor, You can use this to generate a block with the the old and new filenames: @echo off > quit.bat :: This takes a filename as input and puts the ...
Summary: Hi, I read various messages/posts here but would like some help with a very simple requirement. My requirement is as under: Using a batch file I curre...
Summary: I need script for a batch file that copies a file with the most recent date-modified from a directory and renames it in a new directory. Please help ...
Summary: Weekly I receive a file with a name like this pmatXXXa.rvc. The XXX represents the day of the year which for today would be 118. I would like to renam...
Summary: I used to be able to right click on a file and view who created a file or folder on novell network with Novell network client. Now that I am controlle...
Summary: Login scripts should be in the WINNT\SYSTEM32\REPL\IMPORT\SCRIPTS directory. It will be a simple text file with the various mappings in there - just...