Link to home
Start Free TrialLog in
Avatar of NotSoShabby
NotSoShabby

asked on

Bat File \ SQLEXP Password Question

Thanks in advance.

I was supplied a bat file to grant new permissions to a Progress user. However, the password for our sysprogress account contains a dollar sign and will not connect to the db. Is there a way to escape the dollar sign (I've tried ^ and \). Or have the password pulled from a text file?
call c:\epicor\oe101b\bin\sqlexp mfgsys -H localhost -S 8350 -user sysprogress -password pa$sword -infile C:\epicor\odbctableList400.txt -outfile C:\epicor\odbcresults.txt -sqlverbose

Open in new window

Avatar of tillgeffken
tillgeffken

Poking around in the dark here: try using double dollar sign as in pa$$sword
ASKER CERTIFIED SOLUTION
Avatar of NotSoShabby
NotSoShabby

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial