76
Find And Run Robot / Re: Latest FARR v2.00.59 ALPHA PREVIEW Release - MARCH 14, 2007
« Last post by cnewtonne on March 15, 2007, 10:45 PM »what is the +sall modifier! ?
| action | v2.00.48 | v2.00.56 |
| typing 'vi' | shows alias results as defined | shows nothing |
| typing '+vi' | initiates a search immediately even if you type nothing afterwards | does not initiate a search immediately. You have to follow it with some path |
| selecting a file from search resutls | shows results as defined by alias along with selected file name as an argument | launches the file |
| Search String | Action | Comments |
| c:\program files | show all subfolders listed. | I think this is the intended behavior since we did not end the path with '\' |
| c:\program files\ | showed defined aliases, No folders or files showing | not sure if ending string with '\' has any effect. |
| c:\program files\\ or C:\program files\. | still shows aliases. | should've shown dirs or files only respectively |