Showing posts with label besplatno. Show all posts
Showing posts with label besplatno. Show all posts

Monday, October 19, 2020

Antix kancelarija umesto Microsoft Office + Microsoft Windows

Prvo instaliramo Antix ---

Drugo instaliramo Synaptic ---

Treće instaliramo GDEBI --- 



Četvrto instaliramo OnlyOffice sa Only Office web sajta preuzmo deb fajl---


GDEBI nam treba za instalaciju preuzetih deb fajlova kao što je OnlyOffice or WPS Office.

SYNAPTIC nam treba za instalaciju Gimp, Inkscape, HPLIP-GUI, STEAM, LUTRIS, PlayOnLinux, Firefox, Google Chrome, Chromium, Opera, Libre Office, Blender, LibreCAD, Lazarus-IDE, Python, VSC, .net frameworka za Linux, itd.

Deb fajlovi su, za one koji ne znaju, isto što i instalacioni setup.msi ili setup.exe  fajlovi u Windowsu.

A Synaptic je pretraživač instalacionih datoteka na internetu, slično kao Windows Store ili Android Google Play prodavnica u koji unesete ime aplikacije koju želite da nadjete i instalirate, na primer Gimp, Inkscape, HPLIP-GUI, STEAM, LUTRIS, PlayOnLinux, neki drajver za grafičku karticu i slično. 

Kompletno ovo načertanije možete primeniti i na najbolji Linux ikada:

https://www.linuxliteos.com/

https://www.autohotkey.com/

Znamo da smo najbolji blog o programiranju ikada, ono čime se bavimo i šta proučavamo je esencijalno bitno svakome ko se bavi programiranjem.

Teme koje obradjujemo su vrh vrhova u svakom pogledu u IT, ostali nisu ni čuli za mnoge od njih, a savremene aplikacije ne bi postojale bez ovih smernica.


++



xrandr
cvt 1200 500 60
~
xrandr --newmode ~
xrandr VBOX0 1200x500_60.00
xrandr --output VBOX0 --mode 1200x500_60.00
xrandr

Thursday, April 11, 2019

Ulogujte se bez prethodne registracije i postavite svoj mali besplatni oglas

http://knjigovodstvo.eu5.org/xxpregled.php

BRZI BESPLATNI MALI OGLASI

1) registracija nije potrebna, samo se ulogujete i unesete "Ime i prezime", "nadimak", "naziv firme" ili nešto slično.

2) Zatim unesete tekst oglasa i to je sve.

3) Ostalo je istorija.



Budite anonimni !

[]

Thursday, October 18, 2018

Biznis na internetu WooCommerce

https://woocommerce.com/posts/woocommerce-requires-wordpress-account/

Ву комерц + Вордпресс 

Ву комерц ради слично као Вордпресс, па ако знате да радите у Вордпрессу, знаћете да уређујете стране и у Ву комерцу. Ву комерц је идеалан за електронске продавнице које се у све већем броју отварају на виртуелном тржишту Србије.

MORE TIPS:

https://sourceforge.net/projects/alphaos/files/

Probajte AlphaOS, s obzirom na autora koji je poznat kao kreator Slax-a, ovaj live distro je nastao od A linuxa.




Алфа ОС

Алфа ОС је једноставан и минималистички лајв ЦД линукс који је настао на Арк платформи, а један од аутора је и чувени Tomáš Matějíček, који је направио предивни Слакс лајв Цд линукс.

То све пуно обећава, тако да нећете погрешити ако почнете да користите овај оперативни систем као додатну брзу замену за гломазни Виндовс, при чему не морате да га се одричете.

Као и све лајв линукс дистрибуције и ова функционише без ангажовања хард диска, тако да је главни оперативни систем који користите апсолутно сигуран, а Алфа ОС не морате да инсталирате, једноставно га бутујете и користите, а после рестарта уколико није убачен његов ЦД бутује се нормално Виндовс матични ОС.


Куриозитет Алфа ОС оперативног система је да се учитава у простор у РАМ меморији који износи симболично минорних 70 мегабајта, при чему цео оперативни систем на ЦД-у заузима само 200 мегабајта, па може да стане на Мини ЦД.




Ukoliko Vi imate da reklamirate neki svoj proizvod ili slične sadržaje, blogove i sajtove slobodno me kontaktirajte.








AlphaOS is a simple and minimalistic Linux distribution for the x86-64 architecture, built using Linux Live Kit set of scripts developed by Tomáš Matějíček, the developer of the popular Slax Linux distribution. But, unlike Slax, alphaOS is based on Arch Linux and uses pacman as the default package manager. This operating system features highly configurable and lightweight Openbox window manager. Modular by design, alphaOS makes it easy to add desired functionality.

Features

  • Standard iso image in about 200 MB
  • Full access to additional software packages from Arch Linux
  • Openbox window manager
  • Lightweight, on boot uses only 70MB of RAM
  • *

Tuesday, October 16, 2018

Java is to JavaScript what Car is to Carpet

Why Use JavaScript If It Cannot Be Relied On?

As I just mentioned, just because it may not always be available doesn’t mean that JavaScript
shouldn’t be used at all. It should simply not be the only means of user interaction.
The merits of using JavaScript are
• Less server interaction: You can validate user input before sending the page off to the
server. This saves server traffic, which means saving money.
• Immediate feedback to the visitors: They don’t have to wait for a page reload to see if
they have forgotten to enter something
• Automated fixing of minor errors: For example, if you have a database system that
expects a date in the format dd-mm-yyyy and the visitor enters it in the form dd/mm/yyyy,
a clever JavaScript script could change this minor mistake prior to sending the form to the
server. If that was the only mistake the visitor made, you can save her an error message—
thus making it less frustrating to use the site.
• Increased usability by allowing visitors to change and interact with the user interface
without reloading the page: For example, by collapsing and expanding sections of the
page or offering extra options for visitors with JavaScript. A classic example of this would
be select boxes that allow immediate filtering, such as only showing the available destinations
for a certain airport, without making you reload the page and wait for the result.
• Increased interactivity: You can create interfaces that react when the user hovers over
them with a mouse or activates them via the keyboard. This is partly possible with CSS
and HTML as well, but JavaScript offers you a lot wider—and more widely supported—
range of options.
• Richer interfaces: If your users allow for it, you can use JavaScript to include such items
as drag-and-drop components and sliders—something that originally was only possible
in thick client applications your users had to install, such as Java applets or browser
plug-ins like Flash.
• Lightweight environment: Instead of downloading a large file like a Java applet or a
Flash movie, scripts are small in file size and get cached (held in memory) once they
have been loaded. JavaScript also uses the browser controls for functionality rather than
its own user interfaces like Flash or Java applets do. This makes it easier for users, as they
already know these controls and how to use them. Modern Flash and Macromedia Flex
applications do have the option to stream media and—being vector based—are visually
scalable, something JavaScript and HTML controls aren’t. On the other hand, they
require the plug-in to be installed.

Christian Heilmann
Foreword by Simon Willison,
Technology Development at Yahoo!


***



There has never been a more exciting time to learn JavaScript. It may be a cliché, but it’s
certainly true. After years spent banished in a wilderness of browser wars and false promises,
JavaScript has finally emerged as an essential part of any web developer’s toolbox. No longer
just a vehicle for ads and annoyances, it is now a valuable component of the next generation of
web applications.

What has caused this sudden rush of interest? The first reason is purely practical: browser
improvements have finally made it viable to write cross-browser JavaScript with some certainty
that it will actually work. The second is more revolutionary: Ajax, an old technique with a new
name that enables client-side code to communicate directly with a server without refreshing
the whole page. This simple ability has thrown web application development wide open,
enabling new, innovative interfaces and dramatically altering user expectations of how web
interfaces can behave.

This adoption has been helped by the growing realization that JavaScript is not a toy
language. 

Despite its numerous warts, beneath its deceptively simple exterior lie a host of
powerful features not seen in many mainstream languages: closures, prototypal inheritance,
and extensive support for the functional programming style. That such a flexible language is
now installed on hundreds of millions of computers is a cause for celebration in itself.

Just because you can do something doesn’t mean that you should. Not all browsers are
born equal, and accessibility (both for people and for alternative devices) remains an essential
aspect of developing for the Web. Understanding the issues and techniques around progressive
enhancement is an important part of the JavaScript learning curve.

The set of challenges posed by JavaScript development is huge.

Browsers frequently deviate from what standard specifications there are, and pseudostandards
are common and frequently unavoidable.

Ambitious new applications are uncovering browser bugs that have laid dormant for years.

The complexity of those applications is itself a problem, introducing new problems related to
maintaining large code bases.

Thankfully, the global JavaScript community has risen to the challenge. A wealth of
code and resources awaits the intrepid developer, but the value of this treasure trove can be
unlocked only through a solid understanding of the underlying platform. This book will provide
you with that knowledge.

As a long-standing teacher and leader in that community, Christian is the ideal guide to
this intricate world. This book comprises accumulated wisdom obtainable only through years
of experience.

Christian will teach you to apply JavaScript tastefully, responsibly, and elegantly in a way
that will delight your users and impress your peers.

Simon Willison

Technology Development at Yahoo!



The different layers of web development

• The behavior layer: Is executed on the client and defines how different elements behave
when the user interacts with them (JavaScript or ActionScript for Flash sites).

• The presentation layer: Is displayed on the client and is the look of the web page (CSS,
imagery).

• The structure layer: Is converted or displayed by the user agent. This is the markup
defining what a certain text or media is (XHTML).

• The content layer: Is stored on the server and consists of all the text, images, and multimedia
content that are used on the site (XML, database, media assets).

• The business logic layer (or back end): Runs on the server and determines what is done
with incoming data and what gets returned to the user.



PREDIVAN ODLOMAK IZ KNJIGE:


Beginning JavaScript
with DOM Scripting
and Ajax
From Novice to Professional
■ ■ ■
Christian Heilmann

Ono što mnogi previde je da JavaScript funkcioniše prvenstveno na klijentskom kompjuteru u browseru, ali mnogi ne znaju da postoji verzija ovog jezika koja radi na serveru i u poslednje vreme su ovi programeri posebno traženi (Vue, REACTJS, Angular...)

Ukoliko Vi imate da reklamirate neki svoj proizvod ili slične sadržaje, blogove, knjige i sajtove slobodno me kontaktirajte.



***



Thursday, October 11, 2018

Softver za interaktivnu tablu

http://www.starboard-solution.com/

Poseduje softver koji može da prikazuje Microsoft Office dokumenta i još mnogo toga za potrebe prezentacija i predavanja.

https://www.bcgroup-online.com/projekciona-platna-i-oprema/hitachi-trauboard-fx79e2_tb-45321



Kvacilo za moj autic





Ukoliko i Vi imate da reklamirate neki svoj proizvod ili slične sadržaje, blogove, knjige i sajtove slobodno me kontaktirajte.

Wednesday, October 10, 2018

Ultimate Performance plan @ Microsoft Windows 10

Да извучете максимум из Вашег компјутера:
On some systems (mostly on laptops, but also on some desktops), you might not see the Ultimate Performance plan in your settings app. If you don’t, you can add it with a quick Command Prompt or PowerShell command. The command is the same for either shell, so use whichever one you want.
You’ll need to open the Command Prompt or PowerShell with administrative privileges. For Command Prompt, hit Start, type “cmd” into the search box, right-click the Command Prompt result, and choose “Run As Administrator.” For PowerShell, hit Windows+X and choose the “Windows PowerShell (Admin) option.”
At the prompt, type (or copy and paste) the following command and then hit Enter:
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61






Ukoliko i Vi imate da reklamirate neki svoj proizvod ili slične sadržaje, blogove, knjige i sajtove slobodno me kontaktirajte.


Tuesday, October 2, 2018

Korisne aplikacije

app 4 U:
AplikacijaNapomena
Opera browserNajbolji besplatni program za pregled Internet stranica kojeg oduvek kopiraju svi ostali. Ima nebrojano mnogo dobrih mogućnosti koje će Vam olakšati i ubrzati upotrebu Interneta.
OpenOfficeFenomenalan paket besplatnih kancelarijskih programa, pandan Microsoft Office paketu, otvara Word, Excel, Powerpoint i Access fajlove, plus ima program za vektorsku grafiku, i postoji verzija na srpskom.
Ubuntu LinuxOperativni sistem u klasi Windows-a 7/10, brz, bezbedan, lak za upotrebu, a još je i besplatan! Uz njega dolazi i komplet programa, a možete ga i isprobati direktno sa CD-a, bez instalacije.
Win PatrolBesplatan program za zaštitu sistema od virusa i trojanaca, bez puno pitanja. Program ne dozvoljava nikakve bitne izmene u sistemu bez Vašeg odobrenja.
Avast antivirusJedan od najboljih antivirus programa, još na srpskom, potpuno besplatno za kućnu upotrebu.
Paint .NetFenomenalan mali besplatni program za obradu slika, ima podršku za slojeve (layers), kao i standardne efekte i alatke. Sa ovim programom možete napraviti kompletan dizajn web sajta i slično.
BS PlayerJedan od najboljih besplatnih video player-a.
Foxit ReaderAlternativa programu Adobe Acrobat Reader (sa mogućnošću izmene fajlova ako ga kupite). Vrlo mali i brz besplatni program za razliku od glomaznog Acrobat Reader-a.
Windows Live Mail 2012 OfflineOdličan program za e-mail, teško se nalazi instalacija pa smo je postavili ovde za vas. Delite na društvenim mrežama, hvala!
7zipJedan od najboljih ali i najjednostavnijih besplatnih programa za rad sa zip, rar i drugim arhivama, još na srpskom!
Ashampoo Burning StudioVeoma kvalitetan i brz besplatan program za snimanje CD/DVD diskova, lak za upotrebu.
BitTorrentIzvanredan besplatan program za razmenu fajlova preko interneta (filmovi, muzika, programi, igrice).
Draft SightBesplatan program za 3D projektovanje (osim za firme), pandan AutoCAD-u, ali mnogo brži i jednostavniji, podržava 3D štampače i DWG fajlove.
Pazera Free FLV to AVI ConverterBesplatan konvertor videa sa YouTube-a (FLV ilil SWF u AVI ili MP4)! Dobijeni video možete gledati na bilo kom portabl DVD uređaju!!!
Video & Audio kodeciSvi video i audio kodeci na jednom mestu! Ako neće da Vam radi neki film, ovo je sajt za Vas. Skinite besplatan K-Lite codec pack.
Latinica za Windows XPSrpski dodatak za promenu Windows XP okruženja na srpsku latinicu, besplatno!
HD SentinelProvera ispravnosti hard diska

**
Source:
http://www.xelart.com/besplatni-programi.php

http://www.besplatniprogrami.org/





ANDROID i iOS programeri:

Svi programeri moraju da poštuju i pravila za Android platformu Developer Program Policies (uključujući pravila Android Market Developer Distribution Agreement i dr), koja se mogu naći na adresi: https://play.google.com/about/developer-content-policy/#!?modal_active=none, kao i pravila koja važe za App Store, a koja se nalaze na adresi: https://developer.apple.com/terms/



Besplatne aplikacije

МУЛТИМЕДИЈА

Видео плејер: POT Player
Аудио плејер: AIMP Player
Прегледач слика: Fast Stone Image Viewer
Скриншот алат: Screenshoter.Mail.Ru
Видео едитор: Avidemux
Напредније едитовање фотографија: GIMP
Векторска графика: Inkscape

ЗАШТИТА

Антивирус: 360 Total Security
Malware скенер: MalwareBytes Anti-Malware
Родитељска заштита деце: K9 Web Protection
Firewall: Comodo Firewall

ИНТЕРНЕТ

Интернет прегледач (browser): Firefox
Имејл клијент: Mozilla Thunderbird
Cloud белешке: Evernote
VOIP: Skype или Viber
FTP клијент: Filezilla
Бекап фајлова на клауд (cloud): Cloud.Mail.ru и Yandex.Disk
БитТорент клијент: qBittorrent

СИСТЕМСКИ АЛАТИ

Registry Cleaner: Wise Registry Cleaner Portable
Шифровање података на диску: VeraCrypt
Брзински опоравак обрисаних фајлова: Recuva
Емулатор DVD-ја: Virtual Clone Drive
Мониторинг процеса на рачунару: Process Explorer
Управаљање партицијама: EASEUS Partition Master (Home Edition)
Бекап партиција: CloneZilla (а требаће вам и TuxBoot да га инсталирате на USB флеш)

ОСТАЛИ АЛАТИ

Архивер: 7-zip
Чување лозинки и поверљивих података: KeePass Password Safe
CD/DVD резач: CDBurner XP
Канцеларијски (office) алат: LibreOffice
PDF čitač: Sumatra PDF
Деинсталиер програма: Revo Uninstaler Free
Скидање видеа са YouTube: Flash Video Downloader plugin for Firefox
Провера заузетости хард диска: WinDirStat
Снимање екрана: ActivePresenter
Провера програма и сервиса који је покрећу са Windows-ом: Autoruns
Масовна обрада фотографија: Fast Stone Image Resizer
PDF креатор: PDF Creator
Telnet/SSH клијент: mRemoteNG
SFTP и FTP клијент: WinSCP
VPN клијент: OpenVPN client
Текст едитор: Notepad++
Remote desktop: TightVNC
Webserver All-In-One: WAMP
Виртуалне машине: VirtualBox
По потреби: JavaFlash Player
Комуникација са телефоном: Pushbullet
Контрола компјутера преко телефона: Unified Remote

Windows 10 специфичан софвер

Деинсталација Windows 10 блоутвера (bloatware): 10AppsManager
Уклањање Мајкрософтовог шпијунског софтвера: O&O ShutUp10
_______________________________________________
Овај списак је жив и мењаћу га како се шта појави боље од програма који су на овом списку. Као што рекох, списак је доста користан приликом чисте инсталације оперативног система где на једном месту имате све потребно и довољно за даунлод.
SOURCE:

Tuesday, May 9, 2017

Lazarus String To Hex and vice versa

function StringToHex(S: String): string;
function HexToString(H: String): String;



function StringToHex(S: String): string;
var I: Integer;
begin
  Result:= '';
  for I := 1 to length (S) do
    Result:= Result+IntToHex(ord(S[i]),2);
end;

function HexToString(H: String): String;
var I: Integer;
begin
  Result:= '';
  for I := 1 to length (H) div 2 do
    Result:= Result+Char(StrToInt('$'+Copy(H,(I-1)*2+1,2)));
end;




procedure TForm1.Button6Click(Sender: TObject);
var a,b: string;
begin
 a := Edit1.Text;
 b := StringToHex(a);
 Edit2.Text := b;
end;

procedure TForm1.Button7Click(Sender: TObject);
var a,b: string;
begin
 a := Edit1.Text;
 b := HexToString(a);
 Edit2.Text := b;

end;

Tuesday, April 25, 2017

VBS tut

set shellobj = CreateObject("WScript.Shell")
shellobj.run "cmd"
wscript.sleep 100
shellobj.sendkeys "shutdown"
wscript.sleep 20
Shellobj.sendkeys " /s"
wscript.sleep 20
shellobj.sendkeys [ENTER]

------------------


x=msgbox("Would you like to open the Windows folder?" ,4, "Question:")

If x = vbNo Then Wscript.Quit(0)

If x = VbYes Then

Set WshShell = CreateObject("WScript.Shell")

X = WshShell.run("cmd /c explorer.exe ""C:\Windows""",0, true)

End If

------------------------

strMB = inputbox("Please enter your message here:")

Set WshShell = CreateObject("WScript.Shell")

WshShell.run "cmd /c @echo msgbox " & """" & strMB & """" & ",4096,""VBS2CMD2VBS:"">C:\Message.vbs",0, true

WshShell.run "C:\windows\system32\wscript.exe C:\Message.vbs",0, false

Wscript.Quit(0)


-----------------------------

strMB = inputbox("Please enter your message here:")

msgbox strMB, 4096, "Message"

------------------------


(A)

x=msgbox("Would you like to continue?" ,4, "Question:")

If x = vbNo Then MsgBox "You selected 'No'", 4096, "No:"

If x = VbYes Then MsgBox "You selected 'Yes'", 4096, "Yes:"

(B)

x=msgbox("Would you like to continue?" ,4, "Question:")

If x = vbNo Then

MsgBox "You selected 'No'", 4096, "No:"

Wscript.Quit(0)

End If

If x = VbYes Then

MsgBox "You selected 'Yes'", 4096, "Yes:"

Wscript.Quit(0)

End If

(C)

x=msgbox("Would you like to continue?" ,4, "Question:")

If x = vbNo Then

MsgBox "You selected 'No'", 4096, "No:"

Else

MsgBox "You selected 'Yes'", 4096, "Yes:"

End If

Wscript.Quit(0)


-------------------------


x=msgbox("Would you like to continue?" & VbCrLf & "If you select No, you will see NO" & VbCrLf & VbCrLf & "If you select Yes, you will see YES",4, "Question:")

If x = vbNo Then

MsgBox "NO", 4096, "No:"

Else

MsgBox "YES", 4096, "Yes:"

End If

--------------------------------------


Set WshShell = CreateObject("WScript.Shell")

x = WshShell.Popup("Would you like to continue?",5,"Title:",4)

If x = vbNo Then Wscript.Quit(0)

If x = VbYes Then

'Your script goes here

msgbox "you selected YES!", 4096, "Yes"

End If


--------------------------------------------



'************************************************
' File:    Input.vbs (WSH sample in VBScript) 
' Author:  (c) G. Born
'
' Retrieving user input in VBScript
'************************************************
Option Explicit

Dim Message, result
Dim Title, Text1, Text2

' Define dialog box variables.
Message = "Please enter a path"           
Title = "WSH sample user input - by G. Born"
Text1 = "User input canceled"
Text2 = "You entered:" & vbCrLf

' Ready to use the InputBox function
' InputBox(prompt, title, default, xpos, ypos)
' prompt:    The text shown in the dialog box
' title:     The title of the dialog box
' default:   Default value shown in the text box
' xpos/ypos: Upper left position of the dialog box 
' If a parameter is omitted, VBScript uses a default value.

result = InputBox(Message, Title, "C:\Windows", 100, 100)

' Evaluate the user input.
If result = "" Then    ' Canceled by the user
    WScript.Echo Text1
Else 
    WScript.Echo Text2 & result
End If

'*** End

'result = InputBox(prompt[, [title], [default], [xpos], [ypos]])
'The InputBox function has the following parameters:
'prompt A required parameter that defines the message shown in the dialog box. In Figure 8-1, this is the string Please Enter A Path.
'title An optional parameter that defines the title bar text for the dialog box.
'default An optional parameter that specifies the default value shown in the text box.
'xpos and ypos Optional parameters that define the position of the upper left corner of the dialog box.
'InputBox("Hello", "Test", , 100, 200)
'If result = "" Then    ' Test for Cancel.
'    WScript.Echo "Canceled"
'Else 
'    WScript.Echo "You entered: " & result
'End If
---------------------------------------

http://wsh2.uw.hu/ch08b.html

http://www.instructables.com/id/How-to-Make-a-message-box-using-VBScript/


---------------------


Set objFSO=CreateObject("Scripting.FileSystemObject")

' How to write file
outFile="c:\test\autorun.inf"
Set objFile = objFSO.CreateTextFile(outFile,True)
objFile.Write "test string" & vbCrLf
objFile.Close

'How to read a file
strFile = "c:\test\file"
Set objFile = objFS.OpenTextFile(strFile)
Do Until objFile.AtEndOfStream
    strLine= objFile.ReadLine
    Wscript.Echo strLine
Loop
objFile.Close

'to get file path without drive letter, assuming drive letters are c:, d:, etc
strFile="c:\test\file"
s = Split(strFile,":")
WScript.Echo s(1)

------------------------------

Option Explicit

Const fsoForReading = 1
Const fsoForWriting = 2

Function LoadStringFromFile(filename)
    Dim fso, f
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set f = fso.OpenTextFile(filename, fsoForReading)
    LoadStringFromFile = f.ReadAll
    f.Close
End Function

Sub SaveStringToFile(filename, text)
    Dim fso, f
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set f = fso.OpenTextFile(filename, fsoForWriting)
    f.Write text
    f.Close
End Sub

SaveStringToFile "f.txt", "Hello World" & vbCrLf
MsgBox LoadStringFromFile("f.txt")

------------------------------------


'You can create a temp file, then rename it back to original file:

Set objFS = CreateObject("Scripting.FileSystemObject")
strFile = "c:\test\file.txt"
strTemp = "c:\test\temp.txt"
Set objFile = objFS.GetFile(strFile)
Set objOutFile = objFS.CreateTextFile(strTemp,True)
Set ts = objFile.OpenAsTextStream(1,-2)
Do Until ts.AtEndOfStream
    strLine = ts.ReadLine
    ' do something with strLine 
    objOutFile.Write(strLine)
Loop
objOutFile.Close
ts.Close
objFS.DeleteFile(strFile)
objFS.MoveFile strTemp,strFile 


'Usage is almost the same using OpenTextFile:

Set objFS = CreateObject("Scripting.FileSystemObject")
strFile = "c:\test\file.txt"
strTemp = "c:\test\temp.txt"
Set objFile = objFS.OpenTextFile(strFile)
Set objOutFile = objFS.CreateTextFile(strTemp,True)    
Do Until objFile.AtEndOfStream
    strLine = objFile.ReadLine
    ' do something with strLine 
    objOutFile.Write(strLine & "kndfffffff")
Loop
objOutFile.Close
objFile.Close
objFS.DeleteFile(strFile)
objFS.MoveFile strTemp,strFile 


------------------------------

http://stackoverflow.com/questions/1142678/read-and-write-into-a-file-using-vbscript

http://stackoverflow.com/questions/2198810/creating-and-writing-lines-to-a-file


--------------------------------------


The File System Object, generally used by VBScript developers to read and write text files, can read only ASCII or Unicode text files. You cannot use it to read or write UTF-8 encoded text files.

But, if you can use Microsoft ActiveX Data Objects (ADO), you can read UTF-8 encoded text files like this:

Dim objStream, strData
Set objStream = CreateObject("ADODB.Stream")
objStream.CharSet = "utf-8"
objStream.Open
objStream.LoadFromFile("C:\Users\admin\Desktop\test.txt")
strData = objStream.ReadText()
If you want to write a UTF-8 encode text file, you can do so like this:

Dim objStream
Set objStream = CreateObject("ADODB.Stream")
objStream.CharSet = "utf-8"
objStream.Open
objStream.WriteText "The data I want in utf-8"
objStream.SaveToFile "C:\Users\admin\Desktop\test.txt", 2


--------------------------------------


http://developer.rhino3d.com/guides/rhinoscript/read_write_utf8/