Summary: Well I did it myself I was wondering for 2 days whether 2 cycles for...each could be implemented in one another What this code does- copies files from...
Summary: I was trying to look at a method to copy (not move) 10 files from 1 directory to another to then wait 1 minute and then copy the next 10.It would do t...
Summary: Ricardo You are a star! ...it works perfectly... you are correct, I was confused by the string "Copied Files" Could I possibly ask for an additional r...
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: the foll. might work (not complete, just working segment) setlocal enableDelayedExpansion for /f "tokens=*, delims=" in ('dir /s /tw') do ( set c=%%a ...
Summary: IVO, Thanks, that works great. The only other thing is that I have to run this command from the C:\ResultsLog folder otherwise the files aren't foun...
Summary: Depends upon how many, how often, how big, how far, what for and what facilities does each computer have? In approximate order of size and speed - [Re...
Summary: Stuart, If we're only talking about editing static HTML files prior to uploading them to the server, then I'd agree with your scripting approach, but ...
Summary: Hi, In the program I'm making I scan in a salesperson ID and an amount. This is done 20 times, each time being a transaction that a salesperson has ma...
Summary: I am exectuing a Shell function from VBA that executes a .bat file which issues a java call. START "CSV Loader" javaw -DINSTALL_DIR="C:\Program Files...
Summary: Hello , I modifying program to Chek User Name and password if it it true Show User profile , This is writen with C and Compile on Linux C Program lan...
Summary: Hi I need a batch file checking for the most recently created directory. I have this code made to chech for files but I need it for directories: @echo...
Summary: Thanks for your reply. What I really need is to copy a value on sheet1, say cell A2 and paste it into sheet2 F5 for example. There will be roughly ...
Summary: Hi Machanix2Go :) Maybe you could give me a batch example, which could compare files from two directories and if some of the files don't exist in the ...
Summary: Sorry to be long in getting back to you, just noticed your post...I have not worked with data reports as I prefer Crystal Reports...CR gives me a grea...
Summary: I did a quick search and could not find what I need. I have tried this on my own and came very close... but no cigar! Here is my scenario: I have...
Summary: Hi could someone please help me. I'm doing my thesis and have some hefty Excel calculations. I have about 100 sheets (50 gragh, 50 data). All data she...
Summary: I got a backup script running right now. I didn't not create it, I'm just using one that I found. I have a vbs file & a xml file that contains the des...
Summary: Hi - I wish to create a page where a user can select links to tiff image files using checkboxes and then print the pages (one or all or a multiple aco...
Summary: Use an FTP client. Connect to your current webspace and copy the whole directory onto your hard drive. Connect to your new webspace and copy the dir...
Summary: Hi JJ, [1] you need: goto :eof NOT: goto eof OR goto eof: [2] You don't need: goto :menu goto :eof because it will never get to the 2nd line [3] If t...
Summary: Does anyone know how I could this in VC++: Read a directory name and output the files names in it to another file, i.e. I need to look inside the dire...
Summary: Lets say I have a folder or a directory full of .zip files. Maybe it's C:\usr\ron\. I want to make a list to say exactly what is in that directory o...
Summary: At it's simplest: Dim FSO Set FSO = CreateObject("Scripting.FileSystemObject") FSO.CopyFile "\\file to be copied path", "\\destination directory" But...
Summary: WinIo - This library allows direct I/O port access...can be used from non-administrative accounts under Windows NT/2000 and XP. http://www.internals.c...