Jump to content
UBot Underground

Search the Community

Showing results for tags 'getfiles'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Okay so I have my script moving the 2 CSV files from the Download folder to Desktop. After I run my Batch command it merges the 2 files. Where I'm stuck is I need to delete the %OriginalFiles now living on the Desktop but leave the new CSV alone. Here is the part of my code that works. Cheers Jason clear list(%OriginalFiles) wait(2) set(#DownloadFolder,$replace($special folder("Desktop"),"Desktop","Downloads"),"Global") wait(2) add list to list(%OriginalFiles,$get files(#DownloadFolder,"Yes"),"Delete","Global") wait(2) set list position(%OriginalFiles,1) wait(2) loop(2) { move file(
×
×
  • Create New...