Hi,
I installed the program and I'm downloading the EPG just fine.
My problem is that every time before downloading the guide I need to run the CMD line, than type "net share admin$".
My question is how can I make that admin$ sharing stay for good, so I don't have to type the command every day?
Thanks'
Avi
Re: ADMIN$
Hmm..a share must stay there until deleted. Normally you don't have to type it every day. It seems like some prog deletes the share and you have to find which one does. Type "net share" at the command prompt to see the list of active network shares, ADMIN$ pointing to the C:Windows should be there. Try to catch the moment it disappears from the list.
Re: ADMIN$
Thanks for your reply.
I'm not sure I understand what you mean in "ADMIN$ pointing to the C: Windows".
Initially when i type at the prompt "net share", the ADMIN$ doesn't show up.
I then type "net share admin$" and that fixes the problem. now when I type "net share" the admin$ shows up.
The problem is that somehow the "sharing" of admin$ disappears. you suggest there might be a program that does it, and that I should find which program it is. Unfortunatley I don't know how to check it.
Thank you,
Avi
Re: ADMIN$
No, type the following:
net share ADMIN$=C:Windows
The windows directory is where the share with name $ADMIN should point to. From now on the share will persist.