Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
move files from client to network s
Name: Gauti Date: April 22, 2009 at 13:55:14 Pacific OS: Windows XP Subcategory: Batch
Comment:
Hello! Iam I beginner and need help .. I need to do a VBscript to move file from one directory in a Xp client to a networkshare and after copy file verfied it and delete the file, it are one directory and a lot of subdirs. I have fix the copy stuff but have problem with delete files after. Regards Gauti
Summary: Here's a little batch I've been using to move files with full paths specified in a txt list (filelist.txt) to a folder called "files" on the C drive: @echo off for /F "delims=" %%i in (filelist.txt) d...
Summary: I am trying to iterate through moveing files from diretory to another, I would like to move them in groups of 4, 5 or 10. I am using the system command to do this example: char file[245] = "MORE | MOV...
Summary: Basics: I want to know how to write a program that can move files from one directory to another automatically, without changing the files at all. More in Depth: I know how to program quite a bit in Ja...