Jump to content

Recommended Posts

Posted

Im all new to functions etc and need some help....

Basically i roll software out via sms, and cause its not too reliable on reporting, i want to create a txt file once the script has run so that i can check for that txt file before running the rest of the script...

Posted

Im all new to functions etc and need some help....

Basically i roll software out via sms, and cause its not too reliable on reporting, i want to create a txt file once the script has run so that i can check for that txt file before running the rest of the script...

<{POST_SNAPBACK}>

oops sorry for the 3 new topics - damn internet connection is timing out
Posted

whats your problem with it

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Posted

example of creating a file called CreatedFile.txt

#include <File.au3>
_FileCreate ( "CreatedFile.txt" )

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...