Summary: I am trying to copy every file and folder from a usb drive to my computer. I believe I need to use the xcopy command. So then how do I get the source ...
Summary: Hi, I want a shell script which is used to copy a file from a local drive to unix server. I want to ignore the username and password of local host. pl...
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: HI, I need to write a batch script which will unzip all the .Zip files from a folder XYZ. Inside the folder XYZ there are multiple .Zip files I need t...
Summary: The following command, inserted in a batch, copies all the files from the D: drive to C:\Stuff (D: assumed to be the CD drive and C:\Stuff the hard di...
Summary: Hey guys, Im using vb.net, im trying to enumerate all files (only files) from a folder and any sub folders it may have. I want this to happen one by o...
Summary: I have a compiled executable program placed on a network drive. The compiled program is about 12MB big. I thought that then I start the program, the w...
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: 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: Is there a way i can copy/ move the files from a specific directory which have been modified on a particular date i was able to get a list of files us...
Summary: The following program will read the files in a directory and list the file names. It does not differentiate between files and directories and lists bo...
Summary: Ok here is my question is there a way to access a read-only version of say a Javascript file from a server. I'm talking about of the net not on a netw...
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 need to delete files from a ftp box via a batch script...i will have a .txt file ( generated by our source system) which will have a list of fil...
Summary: I run batch files on 19 different computers from the scheduled tasks. Each one is set up with the same permissions and types of users. Only one will...
Summary: Hi I just need to separate(move) one file from a folder containing n (n>=1) number of files to a different folder eg: Folder A has I1.txt I2.txt I3....
Summary: So I have an odd problem, and a less than easy way of doing it. Our organization has some house keeping that needs to be done, and I would like to use...
Summary: I'm launching an MS Access .mde file from a .bat script by coding... FileName.mde ...in my script. The problem is the script halts at that line until...
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: I'm moving a text file from a network drive and inserting it into an access database. Is there anyway to say go and grab the file with the most recen...
Summary: Hi , I have to delete files from a network drive..(which is accessible from my system)via a batch script, that are older than 3 days...the file name i...