How to import configuration file

I have a plain txt configuration file like:

jan/01/1988 01:49:08 by RouterOS 2.8.10

software id = BMDZ-NXT

/ interface ethernet
set internet name=“lan” mtu=1500 arp=enabled disable-running-check=yes
auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps
disabled=no
set hotspot name=“hotspot” mtu=1500 arp=enabled disable-running-check=yes
auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps
disabled=no
/ interface bridge port

… aso.

How can I import it?

I tried on console:

import config.rsc

The result was:

Opening script file config.rsc
Script file loaded successfully
ERROR: invalid item number

and nothing happend …

what to do?

Please help!

Susan

well just check the setting that has to do with selection of a particular option in the imported file and correct the error thats all or may be u should post the whole stuff, r u importing the script to the same system u created the export from or similar system with the same board configuration. if not then thats y ur getting the problem. just edit the script n u can get going