Per l'Aiuto in ITALIANO, clicca qui.

 aWriter 5

   For Windows XP, Vista, Windows 7, Windows 8 Pro (desktop environment), 10 or compatible.

   Also compatible with Linux Debian and other distro (Ubuntu, Mint) with Wine support.

 


 Home

 Instructions

 Comments

 Sentence

 Variables

 Variables Random

 Random Sentence

 Item

 Date and Time

 Alert

 Input

 Close

 Concatenator

 Rnd and IF

 Include

 aWriter Setting

 Demo Vs PRO

 Contacts

 Important / Legal


 


Tables of Instructions


 4 Spaces

Random Word o Phrase in Single Line
 { ...|.... } Random Word in Sentence
 \s\ Space
 \b\ New line
 \v Variables
 \i Item
 \date\ Date
 \time\ Time
 \msg\ Alert
 \inp\ Input
 \end\ Close the Windows Preview
 \^\ Concatenator
 \rnd\ + \if\ Open a random file with script
   

Comments


 !  = Comments

 

Ex:

 ! This is a comment. aWriter will ignore this line.

 

 


Sentence


\s\  = A Space

 

Ex (2 spaces):

Hello Peter! \s\\s\ How are You?

 

Result:

Hello Peter!     How are You?

 

 

\b\  = New Line

 

Ex

Hello Peter!\b\How are You?

 

Result:

Hello Peter!

How are You?

 


Variables


\v  = Variables

 

Ex:

\v Friend1 = Emily

\v Friend2 = Jack

 

My friend \Friend1\ and my friend \Friend2\

 

Result:

My friend Emily and my friend Jack

 

Note:

It is case sensitive. Variable Friend1 is differtent than variable friend1.

 

 


Variables Random


\v  = Variables Random

 

Ex:

\v Friends = Emily|Jack

 

My friend \Friends\

 

Result:

My friend Emily

or

My friend Jack

 

Note:

It is case sensitive. Variable Friend1 is differtent than variable friend1.

 

 

 


Random Sentence and Words


4 Space = A Random Line

 

Ex:

I and my friend

    Emily

    Jack

    Peter

 

Result:

I and my friend Emily

or

I and my friend Peter

or

I and my friend Jack

(It is random)

 

 

{...|...}  = A Random Word in Sentence

 

Ex:

Today is a {beautiful|fantastic|wonderful} day.

 

Result:

Today is a beautiful day.

or

Today is a fantastic day.

or

Today is a wonderful day.

(It is random)

 


Item


\i N \ = Item  Number_Frame

 

Extracts the content from a random line.

 

Ex:

 

!1

I and my friend

    Emily

    Jack

    Peter

 

!2

You and Your friend

    Ros

    Jack

    Peter

 

 

I and my friend \i1\

 

Result:

I and my Friend Emily

or

I and my Friend Jack

or

I and my Friend Peter

 

 

You and Your friend \i2\

 

Result:

You and Your Friend Ros

or

You and Your Friend Jack

or

You and Your Friend Peter

 

 


Date ad Time


\date\ = Show Date

 

Ex:

Today is \date\

 

Result:

Today is 26-03-2020

 

 

\time\ = Show Time

 

Ex:

It is \time\

 

Result:

It is 10.22

 

 


Alert


\msg\ = Show a message

 

Ex:

\msg\ End the script.

 

 


Input


\inp\ = For insert a text

 

Ex:

\inp\ 0 _ What is your name? _ Name

\inp\ 1 _ What is your name? _ SurName

 

Your name is \Name\

Your surname is \SurName\

 

Note:

It is case sensitive. Variable Name is differtent than variable name.

 


Close


\end\ = Close the Window Preview

 

Ex:

\msg\ Hello World!

\end\

 

 


Concatenator


\^\ = Separates 2 different elements

 

If there are elements that are close, but different from each other, you can separate them with \^\

 

Ex:

It is

    a beautiful

    a wonderful

\^\

    software.

    program.

    tool.

 

 


Rnd and IF


\rnd\ = Generate a Random Number

\if\ = If condition equal to  \rnd\  then...

 

Ex:

\rnd\ 2

! Create a variabile with 2 random value: 1 and 2.

\if\ 1 = File1

\if\ 2 = File2

 

Another example:

\rnd\ 3

! Create a variabile with 3 random value: 1, 2 and 3.

\if\ 1 = File1

\if\ 2 = File2

\if\ 2 = File3

 

In this case you must create 3 projects with name:

  File1

  File2

  File3

 

If value of RND is equal to 1, then run script of the Project 1 (File1)

If value of RND is equal to 2, then run script of the Project 2 (File2)

If value of RND is equal to 3, then run script of the Project 3 (File3)

 

Note:

If you create a EXE file, also copy all files in the compiled folder.

 

 


Include


\inc\ = Include a external file

 

Ex:

\inc\ c:\Test.txt

 

 


aWriter Default Setting


[aWriter 5 Setting]
  # -------------------------------------------------- #
  # HINTS #
  # -------------------------------------------------- #
  # Note: Colors by HTML color code #
  # !For the new Setting reboot aWriter #
  # !For a Color Map in HTML go on #
  # https://www.w3schools.com/colors/colors_picker.asp #
  # -------------------------------------------------- #
  # Setting #
  # -------------------------------------------------- #
  # Show Main Bar
  # 0-No 1-Yes

  Show_Main_Bar = 1

  # Backcolor Main Bar
  Color_Main_Bar = #404040

  # Background aWriter
  Background_Color = #202124

  # Backcolor Editor
  Bc_Color_Editor = #FFFFFF

  # Text Color Editor
  Text_Color_Editor = #000040

  # Font Editor
  Font_Editor = Courier New

  # Font Size Editor
  Font_Size_Editor = 11

  # Backcolor Windows Preview
  Bc_Color_Preview = #FFFFE8

  # Text Color Windows Preview
  Text_Color_Preview = #000040

  # Font Windows Preview
  Font_Preview = Courier New

  # Font Size Windows Preview
  Font_Size_Preview = 11

  # Save Project and Doesn't Ask To Saving On Preview.
  # 0-ASK A1-Doesn't Ask

  DNAsk = 1

  # Use Editor
  # 0-aWriter Editor 1-External Editor

  Editor = 0

 

[/aWriter 5 Setting]

 

 


DEMO Vs PRO Version


 Function  DEMO  PRO
 Limit of Number for Random Items  35  No Limit
 Create a EXE file  No  Yes
 \rnd\ function  No  Yes
 \if\ function  No  Yes
 All Instructions  Yes  Yes
 Create a New Project  Yes  Yes
 Delete Projects  Yes  Yes
 Rename Project  Yes  Yes
 Open Multi Projects  Yes  Yes
 Explorer Projects  Yes  Yes
 Open Multi Projects  Yes  Yes
 Close all Projects  Yes  Yes
 Windows Cascade  Yes  Yes
 Windows Vertical  Yes  Yes
 Windows Horizontal  Yes  Yes
 Traybar menu  Yes  Yes
 Quick Bar  Yes  Yes
 Setting and Custom Program  Yes  Yes
 Load last project  Yes  Yes
 Copy text generated  Yes  Yes
 Export to HTML Code  Yes  Yes
 Export to HTML Web Page  Yes  Yes
 Export to TXT File  Yes  Yes
 Document Statistics  Yes  Yes
 Use External Editor  Yes  Yes
 Tool for Import from text  Yes  Yes
 Examples  Yes  Yes
 Email Support  Yes  Yes

 Price  Free  Buy Online

 


Contacts


Web Site:

    www.teletec.it

    www.pcguida.com

    www.beliceweb.it

 

Email:

    info@beliceweb.it

    rosario@beliceweb.it

 


Important


Contents:

- aWriter System Requirements

- How to launch aWriter

- How to uninstall aWriter

- Legal


aWriter System Requirements:

The minimum system requirements for aWriter are:


Computer

 IBM PC or compatible, Pentium 133 MHz CPU or better.

 

Memory:

64MB RAM and 30MB hard disk space.

 

Monitor:

256 colors or better ("True Color" mode is highly recommended).

 

Interface:

Mouse and keyboard.

 

Operating System: For Windows XP, Vista, Windows 7, Windows 8 Pro (desktop environment), Windows 10, or compatible.

 


How to launch aWriter:

Double Click on "aWriter5".

 


How to uninstall aWriter:

Select "aWriter" folder and click "Remove".

 


Legal:

By installing or using the software you consent to be bound by and to be a party to the license agreement. You should carefully read all its terms and conditions before using the software. If you do not agree to all of the terms of the license agreement (including the copyright notice, the warranty disclaimer, and all the other paragraphs), do not install or use the software.

This software is provided "as-is" and without warranty of any kind, expressed, implied or otherwise, including and without limitation, any warranty of merchantability or fitness for a particular purpose. the author is under no obligation to maintain, correct, update or change this software.


The author makes no representations or warranties relating to and expressly disclaims all liability for any infringement of patents, copyrights or other intellectual property right of any party which may arise through the use of this software. In no event shall the author be liable for any special, incidental, indirect or consequential damages whatsoever (including, without limitation, damages for loss of profits, business interruption, loss of information, or any other loss), whether or not advised of the possibility of damage, and on any theory of liability, arising out of, or in connection with, the use or inability to use or install aWriter or the projects created with aWriter.
 

Copyright (c) Rosario Sancetta

All Rights Reserved.