Hello, when i load Atmel Studio 7 command prompt the default drive/folder path starts in(on my machine): C:\Users\draftting 1\Documents>
Is there a way to change the default path at startup?
cd\ command will clear to c:\> which is desirable, or also typing my way to the folder i need.
The issue is i am trying to put batch files in the default loaded folder and hex files one folder down to be used and i would like control over that without typing in manually.
I believe the space in "draftting 1" is causing issues with atprogram saying unrecognized or ambiguous command right after draftting.
I will rename the machine if i have to :) Other than wanting load up path control, iv tested my batch and hex file in other folder paths without spaces in the folder name and it works fine.
Batchfile:
atprogram -t atmelice -i isp -d atmega128a write -fs --values 2f97ff program -c -fl -f C:\Users\Draftting 1\Documents\17360PGM\magsensor.hex