iceangel89 Posted August 30, 2007 Posted August 30, 2007 i have alot of photos and software and i am thinking of making a VB or HTML+XML+JS file to run(exe), catalog and view themi have done part of my idea which is to have a XML file acting as a DB of my software and use JS to run them. but the problem i have is difficulty filling it up... like for photos, its tons of them, and software, i can don't really want to browse for the file and run it... easier to run from a central GUIfor photos ... kinda extra since there is other photo managing softwares out therei was also thinking of a VB/HTML app/page to help me do some of the XML creation? like add tags & attributes<Softwares> <SoftwareGroup name="Security"> <Software name="Software 1" path="..." ... /> <Software name="Software 2" path="..." ... /> <Software name="Software 3" path="..." ... /> </SoftwareGroup> <SoftwareGroup name="Tools"> <Software name="Software 1" path="..." ... /> <Software name="Software 2" path="..." ... /> <Software name="Software 3" path="..." ... /> </SoftwareGroup>Set WshShell = CreateObject("WScript.Shell")WshShell.run(program.exe)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now