karimsacre / google-shared-contacts-client

Automatically exported from code.google.com/p/google-shared-contacts-client
Apache License 2.0
0 stars 0 forks source link

Write a script without any warning #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I created a batch file like this ;

shared_contacts_profiles.exe --admin=admin@domain.com --password= --clear 
--import=C:\GAL\11.csv --output=C:\GAL\Global1.csv

What is the expected output? What do you see instead?

It asks Y or N for clear command. Is there any way to automatically select "Y" 
without an warning ? I want to write a script for update automatically GAL 
update script from active directory.

What version of the product are you using? On what operating system?

1.1.3

Please provide any additional information below.

Windows 7 SP1

Original issue reported on code.google.com by sars...@globalit.com.tr on 7 Apr 2011 at 5:02

GoogleCodeExporter commented 8 years ago
Have you find a workaround?

Original comment by frederic...@pimkie.com on 28 Dec 2011 at 2:17

GoogleCodeExporter commented 8 years ago
I find the solution:
try:
echo y| 
C:\google-shared-contacts-client-1.1.3-Win32\shared_contacts_profiles.exe 
--admin="email_admin" --password="admin_password --clear
Be careful, there is no space between y and |

Original comment by frederic...@pimkie.com on 28 Dec 2011 at 2:53