theninjamanz 29 Posted May 25, 2016 Report Share Posted May 25, 2016 I'd really like to know if there is a way I can trigger a button in the UI to open a speciifc folder. It would save heaps of clicking around to just be able to open the results folder! Ninjamanz. Quote Link to post Share on other sites
HaHaItsJake 25 Posted May 25, 2016 Report Share Posted May 25, 2016 To open a folder/file with a UI button, Aymen's File Management Plugin http://network.ubotstudio.com/forum/index.php/topic/13237-free-file-management-plugin-multiple-commands-and-functions/ ui button("Open File") { OpenFile()}ui button("Open Folder") { OpenFolder()}define OpenFolder { plugin command("File Management.dll", "open file", "{$special folder("Application")}\\Config\\")}define OpenFile { plugin command("File Management.dll", "open file", "{$special folder("Application")}\\Config\\Hello.txt")}Hope this helps. 1 Quote Link to post Share on other sites
theninjamanz 29 Posted May 26, 2016 Author Report Share Posted May 26, 2016 Thanks. Is there no way I can trigger the folder through SHELL & Variables or Javascript? I hate using dependencies? Ninjamaz. Quote Link to post Share on other sites
abbas786 78 Posted May 26, 2016 Report Share Posted May 26, 2016 Thanks. Is there no way I can trigger the folder through SHELL & Variables or Javascript? I hate using dependencies? Ninjamaz. Hey Ninjamaz, try these commands 1) How To Open A Particular Folder using Shell Command explorer "c:\some\folder\path" 2) How To Open Shell Folders Directly You can easily get to various shell folders: start shell:AddNewProgramsFolder start shell:Administrative Tools start shell:AppData start shell:AppUpdatesFolder start shell:CD Burning start shell:CSCFolder start shell:Cache start shell:ChangeRemoveProgramsFolder start shell:Common Administrative Tools start shell:Common AppData start shell:Common Desktop start shell:Common Documents start shell:CommonDownloads start shell:CommonMusic start shell:CommonPictures start shell:Common Programs start shell:Common Start Menu start shell:Common Startup start shell:Common Templates start shell:CommonVideo start shell:ConflictFolder start shell:ConnectionsFolder start shell:Contacts start shell:ControlPanelFolder start shell:Cookies start shell:CredentialManager start shell:CryptoKeys start shell:Default Gadgets start shell:Desktop start shell:Downloads start shell:DpapiKeys start shell:Favorites start shell:Fonts start shell:Gadgets start shell:GameTasks start shell:Games start shell:History start shell:InternetFolder start shell:Links start shell:Local AppData start shell:LocalAppDataLow start shell:LocalizedResourcesDir start shell:MAPIFolder start shell:MyComputerFolder start shell:My Music start shell:My Pictures start shell:My Video start shell:NetHood start shell:NetworkPlacesFolder start shell:OEM Links start shell:Original Images start shell:Personal start shell:PhotoAlbums start shell:Playlists start shell:PrintHood start shell:PrintersFolder start shell:Profile start shell:ProgramFiles start shell:ProgramFilesCommon start shell:ProgramFilesCommonX86 start shell:ProgramFilesX86 start shell:Programs start shell:Public start shell:PublicGameTasks start shell:Quick Launch start shell:Recent start shell:RecycleBinFolder start shell:ResourceDir start shell:SampleMusic start shell:SamplePictures start shell:SamplePlaylists start shell:SampleVideos start shell:SavedGames start shell:SearchHomeFolder start shell:Searches start shell:SendTo start shell:Start Menu start shell:Startup start shell:SyncCenterFolder start shell:SyncResultsFolder start shell:SyncSetupFolder start shell:System start shell:SystemCertificates start shell:SystemX86 start shell:Templates start shell:TreePropertiesFolder start shell:UserProfiles start shell:UsersFilesFolder start shell:Windows Hope It hleps 1 Quote Link to post Share on other sites
theninjamanz 29 Posted May 26, 2016 Author Report Share Posted May 26, 2016 Thanks mate, I knew there had to be an easier way. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.