i use console as a gui replacement for "cmd.exe" but in order 4 console 2 work, since its just a shell, it needs 2 launch cmd first how can i make a script so it runs hidden instead of flashing up then hidden.. im kinda autoitscript novice i need 2 pass "directory" parameters 2 it.. ;Part Of Console.inf HKCR,Directory\Shell\ConsoleHere\command,,,"%01%\console.exe -c ""/k cd /d """"%1""""""" AutoIT Script Run("console.exe", "", @SW_HIDE)so now when i compile my script, my problem is i need 2 run Autoitscript.exe -c ""/k cd /d "%1" if this doesnt make sense its cuz im tired & cant explain myself verywell