Glyph Posted December 12, 2007 Posted December 12, 2007 (edited) It shows up any folders with a folder inside of its folder, but if it is its own folder with no folders inside it won't show up.(It will show up as a sub-folder, only if it has another sub folder inside...)second problem, I need a way to get to browse the application, or folder once clicked on it.I've tried using an array, but I don't know how to put the individual menu items into thier own variables...Like:$File1 = $1$File2 = $2 etc...$s_Command="dir """&@HomeDrive&"\Program Files\Ethernet\EServer\*"" /ad /s /b >"&@HomeDrive&"\EserverDir.txt" RunWait(@ComSpec & ' /c ' & $s_Command, '', @SW_HIDE)MMM... filewrite, then read!-Resolved!- Edited December 12, 2007 by BackStabbed tolle indicium
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now