Jump to content

Recommended Posts

Posted (edited)

look at this

run, notepad.exe

sleep, 1000

Iniread, result, C"\\ab\\ag\\test.ini, info, name

send, %result%

adn in the ini it says this

[info]

name=blabla

but how do i get it to typ blabla in notepad ?? cuz it always typs ERROR :S

edit: the path normaly looks good :whistle: just changed it because dont want every1 to know what im making ;P

Edited by dazzyreil
  • Developers
Posted

Are you sure the original path is ok ?

This example has C"\\ab\\ag\\test.ini and should be C:\\ab\\ag\\test.ini

Also make sure that Notepad has the Focus or else the send command sents the info to the wrong application...

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

yeah the path was ok

i just typed C"\\ab\\ag\\test.ini fast

I solved my prob anyway B)

still dont know why it didnt work before :S

works fine now :whistle:

  • Recently Browsing   0 members

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