Search found 1 match
- 16 Jan 2009 03:47
- Forum: DOS Batch Forum
- Topic: Passing argument to DOS script containing a quote
- Replies: 1
- Views: 6932
Passing argument to DOS script containing a quote
I am trying to test LDAP entry and passwords. The password may contain the quote character. I am trying to call my .bat file by: d:\misc>Mytest.bat "Test Person" <password> My script expects two arguments.. Name and Password. Let's say that Test Person has the password ABV9"cc1 What m...