Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Nemesiss

    VBA & batch files

    Actually, I think I was trying to over simplify this for users. Instead, I'm just going to call the above sub mulitple times with the filedirectory and folder strings as need with each call; really its' the same thing anyway. Thanks for the help.
  2. Nemesiss

    VBA & batch files

    Maybe the way I'm doing this isn't the best ideal. I have many batch files that I'm trying to get rid of, but within those batch files they copy and move files that are different names to different directories, but they must be done at the same time. For example, this batch file backsup a file...
  3. Nemesiss

    VBA & batch files

    Thanks very much for the response. Ok, so heres the thing, the multiple files that are getting copied will be very specific. So in the batch file I would have had: copy c:/documents and settings/temp/file1.txt copy c:/documents and settings/temp/AnotherFile.txt copy c:/documents and...
  4. Nemesiss

    VBA & batch files

    Sorry for not being more clear on the subject. I've since went away from the batch files and decided to create the same tasks within VBA itself as to the functions that were happening in the batch files. The functions were simple, copy and pasting of files from different locations and folders...
  5. Nemesiss

    VBA & batch files

    Hi, I was wondering if anyone else has done what I need. My vba app has alot of batch files within it. Problem is, they run in the background and the user doesn't know if a part of that task the batch file executes fails or not. Is there is a way to track if something fails and to give the...

Part and Inventory Search

Back
Top