This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 253412 - Crash on IDE startup when DOSKEY alias are defined
Summary: Crash on IDE startup when DOSKEY alias are defined
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-11 06:54 UTC by gimmi
Modified: 2015-09-11 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gimmi 2015-07-11 06:54:52 UTC
I have setup my Windows command prompt to have some alias defined by using DOSKEY command. Netbeans keep crashing on startup, if i remove DOSKEY aliases then Netbeans start normally.

### Steps to reproduce

* Create a file "C:\cmdrc.cmd" with this content

    doskey ls=dir /O:GN /D $*

* Open regedit and set this registry key
  * Key: HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun
  * Value: "C:\cmdrc.cmd"
* Run Netbeans

### Expected behavior

Neteans should start normally

### Actual behavior

Netbeans crash on startup