Jump to content

Read and write files from a server


Erik.
 Share

Recommended Posts

Hi again :P

I am making a script that can read and write files on a server.

De server is called "my"

How can i write a inifile or read a file or make a folder on the server?

do you just need to add \\my\ where you want to write or how does it work?

I little problem, hard to find and fix

Link to comment
Share on other sites

I am still stucked.

I have tried to use an ip adres and network path:

$ip = 111.111.111.111

Or

My networklocations\\emp\\C:\

Both do not work

i need to read/write many files on the server how to make it goes fast whitout any problems?

We have a network here so it must be no problem, but i do not know how to let it read a file can someone give me a code line?

Hope you can help me

I little problem, hard to find and fix

Link to comment
Share on other sites

I am still stucked.

I have tried to use an ip adres and network path:

$ip = 111.111.111.111

Or

My networklocations\\emp\\C:\

Both do not work

i need to read/write many files on the server how to make it goes fast whitout any problems?

We have a network here so it must be no problem, but i do not know how to let it read a file can someone give me a code line?

Hope you can help me

If you type "\\emp\" or "\\my\" in the Run dialog, does it open the folder without further input? If not, you can't reach, or are not authenticated to, the server. In that case, you might use DriveMapAdd() first to get properly connected and authenticated to the share.

:P

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Hi,

I have tested the read and write file on an server/network and it works pretty good! much faster then i thougt

now i am looking how to rename a file:P it is not included into autoit:(

Like rename a dir you need to use move dir

Thanks for you help

I little problem, hard to find and fix

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...