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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bitflag

  1. bitflag

    VBS return code

    This worked for me to return the result of a call to the 'fc' command to compare two files. It captures the exit code from 'fc' as the return value from the call to wscript.run: function CompareFiles(file1, file2) Dim objWshShell ' Windows script host shell object dim nRetVal '...

Part and Inventory Search

Back
Top