Summary: Closer! I've altered the paths just a little to test since g:\logs\iis has gigs of logs. I placed two site ID folders from g:\logs\iis under "g:\tes...
Summary: Does anyone know how to copy files from multiple subfolders (under the same parent folder) to another directory using DOS commands? For example, ...
Summary: I need to get a .bat file to copy fonts from a cd to the "C:\windows\fonts" folder on my client's PC. I do not know the config of their computer but ...
Summary: I would like to copy files from multiple sub directories to one folder so I used; FOR /R "%1" %%G IN (*.JPG) DO COPY %%G C:\TEST\ However, if files of...
Summary: I am looking for help with a script that will copy files from a folder on a share on the server to a folder on many workstations. The script needs to...
Summary: I am trying to write a DOS (Windows command shell) script that copies files from one folder hive (several folders on DriveA) to another (several folde...
Summary: Hi all- Using a batch file, I'd like to copy text files from a folder named for the previous month into a folder named for the current month. For ex...
Summary: If you don't follow through on your thread you will soon wear out the patience of those best able to help. From your new thread: "I need to write a ba...
Summary: now it does not copy the files from the subdirectories, but if I assign to $srcdir an absolute path (like "my $srcdir = 'C:/src';") then it works (app...
Summary: I would like to click on a command1_click button on a form and paste previously copied text from/in memory into a text1 textbox on the same form? usin...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...
Summary: 1- They offer zero support and have no support FAQ or even general support area. They have no control panel and the file manager doesn't even work. 2-...
Summary: Hi , I'm A beginner with VB and im writing my first prog. while writing it , i bounced into a problem. how can i copy a file from HTTP to my system ,...
Summary: Hey Guys I am looking to see if Xcopy can give me a log or file that tells me how long it took to run the Xcopy batch script. I have created just a si...
Summary: I want to copy files from multiple directories without creating the directory tree. XCOPY /S gets all the files I need, but creates the tree as well. ...
Summary: I am very new to VBS scripting and would like some help to create a vbs logon script to check and make sure that the file does not exsist on the local...
Summary: Hi, I don't know how to really work DOS but I really need help! I would need a bat file that can copy 1 specific line from each one of a number of txt...
Summary: Hi, I am a newbie to VBA. Need help in macros. In my sheet1, this has the data. Now I have renamed other sheets to months, say, Jan, Feb, Mar, Apr.......
Summary: HI , I have to copy some files from a folder which has a nested folder structure i.e the main parent folder will have some child folders and inside th...
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: My name Is Michael i'm writing you with the hope that you'll be so kind to give me some advice or just to direct me to the place that someone can help...
Summary: I would like to write a batch file that would copy files from one directory to another but not overwrite OR abbort if a file already exists with that ...
Summary: I was trying to write a simple batch file to copy files from my main OS to a backup drive so that when I rebuilt my machine i could then restore them ...