They now have a new version of Autoit, and it's a lot more user friendly as well as has more features to it. It also now has the capability to create shortcuts.

The format of the scripts are slightly different, but it includes a tool to convert scripts to the v3 format. It seems to work fine converting the defrag.aut file, except the %systemdir% gets replaced with a variable that points to the system subdirectory in windows.

So old defrag.aut:
Run, %SystemRoot%\\system32\\mmc.exe %SystemRoot%\\system32\\dfrg.msc

new defrag.au3
Run ( @SystemDir & '\mmc.exe ' & @SystemDir & '\dfrg.msc' )



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to