GAM Posted May 28, 2009 Posted May 28, 2009 Hi, I have a long text in the RUN command (given below), I would like to put this long command in multiple lines in the script. What is the character that should be at the end of the line?help please. Run ($logman & " " & """" & $Path & "(" & $Process & ")\" & $PrivateBytes & """" & """" & $Path & "(" & $Process & ")\" & $PrivateBytes & """" & """" & $Path & "(" & $Process & ")\" & $PrivateBytes & """" & """" & $Path & "(" & $Process & ")\" & $PrivateBytes & """" & " " & $LogFileType & " " & $TimeInterval) Neil
torels Posted May 28, 2009 Posted May 28, 2009 same as vb $LongText = "here some text " & _ "some other text in the same line." this won't create a line feed though Some Projects:[list][*]ZIP UDF using no external files[*]iPod Music Transfer [*]iTunes UDF - fully integrate iTunes with au3[*]iTunes info (taskbar player hover)[*]Instant Run - run scripts without saving them before :)[*]Get Tube - YouTube Downloader[*]Lyric Finder 2 - Find Lyrics to any of your song[*]DeskBox - A Desktop Extension Tool[/list]indifference will ruin the world, but in the end... WHO CARES :P---------------http://torels.altervista.org
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now