Jump to content

I want a small program


Guest adel

Recommended Posts

Hello,I'm new in javascriptI want a small program that helps me to search a specific folder that contains alot of filesthese files are two types: the source file with extension (.fmb) and the executable file with extension (.fmx)what I have to do is to put the name of a specific file (e.g add.fmb) and the size and the modified date of this file in an excel sheet file, then I have to search the folder that contains (add.fmb) for the executable file that belongs to which name is (add.fmx), if it is found then I have to put it in the same excel sheet file and if it is not found I have to search for it in other folder that I know it.I hope to give me the code of this program,pleaseit's urgent

Link to comment
Share on other sites

You might also think about looking into VBScript. I would normally not recommend VBScript because it doesn't work in all web browsers, but it sounds like you are trying to write a script that runs on your own computer to search for files in your computer rather than over the web.Besides, VBScript is pretty similar to VBA (at least in 1998 it was) which you can use to automate tasks in Microsoft Office applications.VBScript and Excel:http://support.microsoft.com/kb/198703http://www.activexperts.com/activmonitor/w...msoffice/excel/VBScript and the FileSystemObject:http://www.computerperformance.co.uk/Logon...Windows_fso.htmhttp://www.planet-source-code.com/vb/scrip...mp;txtCodeId=44VBA:http://www.mindspring.com/~tflynn/excelvba.htmlhttp://www.vba-programmer.com/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...