FHannes Posted November 26, 2012 Share Posted November 26, 2012 SCAR Divi 3.37.02 has been released! Some more bugfixes. Downloads: http://www.scar-divi.com/index.php?page=download Changelog: Bugfixes: - SortTPA(Ex) did not work properly for larger coordinate values - TPAEquals, TIAEquals and TEAEquals didn't work correctly Enjoy! ~Freddy Quote Link to comment Share on other sites More sharing options...
Janilabo Posted November 26, 2012 Share Posted November 26, 2012 Thanks a lot for releasing 3.37.02 with those fixes, Freddy! Cheers. -Jani Quote Link to comment Share on other sites More sharing options...
BlueFlare Posted December 4, 2012 Share Posted December 4, 2012 Hey Freddy, can you write a run function like in AutoIt ? for example: Run(notepad.exe); Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted December 4, 2012 Share Posted December 4, 2012 Freddy has written a plugin to provide this functionality: http://svn.scar-divi.com/scar_shellutils/ It implements the following functions: [sCAR]procedure Run(const Path: AnsiString); procedure RunEx(const Path, Params: AnsiString); function DeleteFile(const Path: AnsiString): Boolean;[/sCAR] Place the ShellUtils.dll in your SCAR Libraries folder, then you can do something like this: [sCAR]program New; {$L ShellUtils.dll} begin Run('notepad.exe'); end.[/sCAR] Quote Link to comment Share on other sites More sharing options...
FHannes Posted December 4, 2012 Author Share Posted December 4, 2012 Hey Freddy, can you write a run function like in AutoIt ? for example: Run(notepad.exe); I can and I have, but it's not included in SCAR for security reasons. You can get it in library form and include it with your script. http://svn.scar-divi.com/scar_shellutils/bin/ShellUtils.dll The functions are named Run and RunEx. EDIT: Bixby wins this round Quote Link to comment Share on other sites More sharing options...
Incommodious Posted December 5, 2012 Share Posted December 5, 2012 When you download any new version of scar why is it always a folder called "SCAR Divi" istead of (in this case) "Scar 3.37" and for betas or something "Scar 3.37 Beta" or whatever it is? Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted December 5, 2012 Share Posted December 5, 2012 To avoid cluttering up your drive with a dozen different SCAR folders if you upgrade, then upgrade again, then upgrade again, etc. Freddy is always pushing "use the latest version" so I don't see any incentive for him to not overwrite the older versions during the install. Quote Link to comment Share on other sites More sharing options...
Incommodious Posted December 5, 2012 Share Posted December 5, 2012 Ohh I see Quote Link to comment Share on other sites More sharing options...
FHannes Posted December 5, 2012 Author Share Posted December 5, 2012 Originally SCAR installed into a different folder each time, at a certain point (I think 3.25), I changed it by popular demand. Quote Link to comment Share on other sites More sharing options...