How can you write "batch files" that will run within the Windows environment, as opposed to via the cmd window?
Simple stuff, like copying, renaming, deleting files... Vbasic?
??
Regards,
Chuck Billow
How can you write "batch files" that will run within the Windows environment, as opposed to via the cmd window?
Simple stuff, like copying, renaming, deleting files... Vbasic?
??
Regards,
Chuck Billow
-------------------------------------------------
"Good judgment comes from experience, and experience - well, that comes from poor judgment."
~ A(lan) A(lexander) Milne (1882-1956)- "House at Pooh Corner"

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
You can write VBScript files, i.e. text files with extension .vbs.
However, VBScript is harder to debug than the closely related Visual Basic for Applications, so you may want to become familiar with VBA before attempting to create VBScript.
Hans:
I've been starting VBA... As it happens, the book I got is real hard for me to read with my (poor) eyes... But I'm getting' there...
At least I know I'm on the right track then... The focus of this book is on VBA with Access as opposed to with WinXP...
I'll poke around...
Regards,
Chuck Billow
-------------------------------------------------
"Good judgment comes from experience, and experience - well, that comes from poor judgment."
~ A(lan) A(lexander) Milne (1882-1956)- "House at Pooh Corner"
there are many websites around that have source code that you can use for free. you could try googling visual basic or VBA to find these sites, then search for "batch" or whatever it is you are looking for. you should come up with a few relative results to help you on your way.
<img src=/w3timages/blueline.gif width=33% height=2>
<big>John</big>
John:
Good idea... I'll look at some of Google's feeds this eve...
Regards,
Chuck
-------------------------------------------------
"Good judgment comes from experience, and experience - well, that comes from poor judgment."
~ A(lan) A(lexander) Milne (1882-1956)- "House at Pooh Corner"