Ok I see now why trying to save moeny buy home edition as w huge mistake. I was not involved in the decision
anyway I am hoping to get around it.
Someone created a bat file that connects them but the shared folder says empty contents nothing shows up.
If I click the start button and type \\servername in the search box, an explorer window pops up and shows everything just fine.
So can I make some type of bat file or scrip that does the same thing as typing \\servername in the search box?
then perhaps cd foldername\foldername2 etc
so I can create a few of these for the teachers to get directly.
the following does not work, if I name it go.bat and double click it it justs open notepad in edit mode
like so
DougP
anyway I am hoping to get around it.
Someone created a bat file that connects them but the shared folder says empty contents nothing shows up.
If I click the start button and type \\servername in the search box, an explorer window pops up and shows everything just fine.
So can I make some type of bat file or scrip that does the same thing as typing \\servername in the search box?
then perhaps cd foldername\foldername2 etc
so I can create a few of these for the teachers to get directly.
the following does not work, if I name it go.bat and double click it it justs open notepad in edit mode
like so
Code:
\\servername
cd folder\folder2
DougP