version 13.00.21 Windows XP Pro SP3
start IDE (no parameters)
type in this script
Start the debugger then single step through. When I step into the alias definition line IDE exits immediately, and I'm back into the console window where IDE was started. There are no error messages; the console just echos the four lines that were stepped through.
start IDE (no parameters)
type in this script
PHP:
setlocal
option //localAliases=Yes
setdos /X-4
alias action=`%cp% "%1" "%2"`
action nul nul
endlocal