; ----------------------------------------------- Opt("MustDeclareVars", 1) ; ----------------------------------------------- _LaunchTextListing() ; ----------------------------------------------- Func _LaunchTextListing() Local $sSrcFileListingPath = "I:\Live_Rig\Scripts\Development\_RenameAudioData\FileListing.txt" If Not FileExists($sSrcFileListingPath) Then Return ; ----------------------------------------------- ShellExecute($sSrcFileListingPath) ; ----------------- WinWaitActive($sSrcFileListingPath, "", 2) ; ----------------- WinMove($sSrcFileListingPath, "", 400, 100, 550, 650) ; ----------------------------------------------- EndFunc ;==>_LaunchTextListing ; -----------------------------------------------