Jarobata Posted August 3, 2008 Posted August 3, 2008 Can someone give me a step by step on this or point me towards one because I can't make this work.
Bert Posted August 3, 2008 Posted August 3, 2008 #include Look this up in the helpfile. It will show you how to do it. When you compile your script, it will include the files you want. The Vollatran project My blog: http://www.vollysinterestingshit.com/
ProgAndy Posted August 3, 2008 Posted August 3, 2008 #include is NOT for Sound Files You have to use FileInstall. *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
zFrank Posted August 3, 2008 Posted August 3, 2008 (edited) for including sound file use FileInstall("source+FileName+extenstion", "destination+FileName+extenstion" 0) for example like this: FileInstall("D:\New Folder\Sound.Mp3", "E:\Music\NewSound.mp3") and for including a new script you can use #include "FilePath+FileName.au3" for example like this: #include "C:\MyScript.AU3" look at #include , #include-once & FileInstall in helpFile to get all info onto it. Edited August 3, 2008 by zFrank [font="Georgia"]GSM Expert[/font] but not AutoIt :DProud to be Admin Of : http://www.gsmhosting.net/visit my Forum... http://www.gsmhosting.net/vbb/index.php$Life = "Happy" If @Error Then $Life = "Risk"
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