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.
can be find a file inside one folder and copy into one file.
let say.. ask user to enter filename.. check wether the file exist or not in C:\foldername.. if the file exist, copy into one new file.. if not, ask question again..
Summary: Hello.. need ur help. Every day at 8:00 we get one file in d:\tmp\ with file name as test1.dat*** (*** are some random numbers) now I want to search for a todays test1.dat*** file from that folder. Th...
Summary: can we write a program in java , which can move a file in the network one computer to another computer by specifying the ip address.. i doesn't need a server & client.... program, i need a only a pr...
Summary: Hi Thanks for your reply.. I run the following script, but the result is definitley not the oldest file in the folder: @echo off for /f "tokens=1-4 delims= " %%a in ('dir /a-d /od /tw ^| find ":"') d...