2.4 Creating NSN Scripts

NSN scripts have the file extension .bas. NSN does not provide an IDE for developing scripting applications; they can be created using any text editor such as NOTEPAD or WORDPAD. A basic IDE such as Visual Basic can also be used. Try creating your first script as follows:

  1. Map a drive from the client to the SYS volume of the server.

  2. Open NOTEPAD and type the following lines

    ’The first NSN script 
    Print "Hello world"
    
  3. Save this file as hello.bas under SYS:NSN\USER.

  4. Execute the script: