Summary: Is there a script or batch file I can run to do the following: I have several folders, all of which have 1 subfolder in each named 001. Files are cont...
Summary: I would like to write a batch script to find all .pst (Microsoft Outlook 2003) files that exceed the size of 1 G. The .pst files reside on a network ...
Summary: Hello, Hope you can help me. I learned basic DOS 15 years ago and haven't used it at all in the last 10 years. I need a batch file to MOVE a single fi...
Summary: Not quite clear on where which files are to go but I guess the short answer is to: pkunzip -d the.zip then use a script to move them where you want th...
Summary: Hi, i want to rename all the files in my directory by stripping out the first 3 chars of the file. My files are of the type C:\01 file1.jpg C:\02 file...
Summary: i need to move files from one folder to another using a batch file. the files all have different names with the same extesinon. i can use "move c:\1\*...
Summary: I'm in need of a .vbs that will copy a .xml file from a network share and place it to a local directory. Over writing the current .xml. It would go ...
Summary: I just acquired a new computer with XP. My old one had Windows 2000 on it.I needed some of the files from the old one so I put the hard drive in as a ...
Summary: @echo off set destdir=c:\temp\temp\temp\ for /F "tokens=2,4 delims=/ " %%f in ('date /t') do ( set mm=%%f set yyyy=%%g ) set yyyy=%yyyy% if %mm%==02...
Summary: I've filled up my hard drive with files and am adding a new one. My plan is just to move "My Documents" folder to the new drive and change the pointe...
Summary: Hi all, I have the following requirement. I need to look into a directory every 5 minutes in one server.Ftp the files created in last 5 minutes to an...
Summary: Hey guys I'd like a script that scans a folder (and all subfolders) for video files and creates an ASX playlist of the results. Alternatively a script...
Summary: Hi Thanks for your reply. Could yopu please help me more on this. I am new to batch file. Actually first I need to check whther the file is created wi...
Summary: Hello, I have a problem that I my limited knowledge of command line can't solve. I need to create a batch file that will do the following. In directoy...
Summary: Requirement Details: -------------------- PART ONE: --------- I need a Windows script that helps me in unzipping the files: NEW.PROD.RW9210M.CLI561.WK...
Summary: I am trying to move files for example 20090925_DOE_J_CB006584 from a mass scan folder called support (\\Server2\apps\USERS\SCANS\Support) to an indiv...
Summary: I accidently deleted a user file that I thought I could still access by using the administrator account so I need help to recover the files. ...
Summary: I have a program on my pc that creates .old files every 2-7 days on random. I would like to move the newly created .old files so they don't get overwr...
Summary: HI - I need help. I am trying to amend our login script so that when users log on a drive will be mapped for them. I also need to add a username and p...
Summary: I have seen a couple of posts over the last 5 or 6 days asking about moving, (not coping) files using the Send To option in the context menu. Sorry to...
Summary: I need to get rid of all the subfolders within a lot of folders. This means moving files from thousands of subfolders into their parent folders. Is t...
Summary: I posted this over at the programming section with no luck, so I thought I'd try here - can any script gurus tell me why my VBS script doesn't work? ...