News

programmatically access the file system and create, modify, delete, open, and close files for different purposes. To open/create a file in VBScript, you must create a handle on the FileSystemxxx ...
Simply create a new AutoHotkey script and add something similar to the following line, substituting your preferred folder as the argument. #e::Run explorer.exe {FolderPath} ...