Book a Demo

Author Topic: Relative path in package control options  (Read 11177 times)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Relative path in package control options
« Reply #15 on: January 22, 2015, 05:31:56 pm »
You should ask on StackOverflow: How can I decode %appdata% using JScript. Maybe if you type that into Google it will give you an answer.

q.

lmgtfy: http://stackoverflow.com/questions/3624482/how-can-i-get-the-value-of-appdata-using-jscript
« Last Edit: January 22, 2015, 05:34:20 pm by qwerty »

Aswin Krishnan H

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Relative path in package control options
« Reply #16 on: January 24, 2015, 02:30:39 am »
Quote
You should ask on StackOverflow: How can I decode %appdata% using JScript. Maybe if you type that into Google it will give you an answer.

q.

lmgtfy: http://stackoverflow.com/questions/3624482/how-can-i-get-the-value-of-appdata-using-jscript

Thanks !  I got the same, just after posting the question.

I did
Code: [Select]
echo %appdata%
Cheers !