Jump to content
UBot Underground

Legend

Fellow UBotter
  • Content Count

    1372
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Legend

  1. Legend

    Add cells to list

    you can download the file and do something like this: add list to list(%new list, $list from text($list from file("C:\\Users\\ubot\\Desktop\\App submit Form - Submissions.csv"), ","), "Delete", "Global") that what you're looking to do?
  2. For the del command you can mix and match any of these attributes: /p : Prompts you for confirmation before deleting the specified file. /f : Forces deletion of read-only files. /s : Deletes specified files from the current directory and all subdirectories. Displays the names of the files as they are being deleted. /q : Specifies quiet mode. You are not prompted for delete confirmation. /a : Deletes files based on specified attributes.
  3. shell("cmd.exe /c DEL /F /S /Q C:\\Users\\UBOT\\Desktop\\Boxfile.txt") worked for me... but leaves the command window open on the taskbar...
  4. That command clears out the $Recycle.bin folder from the C:\ partition. It permanently deletes all files and folders which are in the Recycle Bin (from all user accounts in the system) and cannot be recovered.
  5. Then there's always something like this: http://duaneflowers.com/recommends/days-between-dates.exe
  6. First convert the date/time to seconds and then $eval subtract the results... http://www.ubotstudio.com/forum/index.php?/topic/6646-howto-convert-date-time-to-seconds/ might help...
  7. congrats! looking forward to seeing it...
  8. easily done with the new windows commands...
  9. Submit a support ticket... my guess is that two licenses would be needed...
  10. Not exactly sure what you are looking for... can you elaborate? Are you looking for JVs? Areas of expertise?
  11. The maximum variable length for UBot is 2,147,483,647 characters... Chances are, any limitations you reach are going to be site based, not UBot based.
  12. You could have a separate bot whose sole function is to periodically make sure the other one is running... if not, you would have to find out why and remedy it. Eventually you will have all the remedy's in place and you will have a bot that NEVER stops as long as NOTHING ever changes...
  13. To my knowledge, although they seem to control everything else on the Internet (further evidence that they are a government run operation), Google has no control over what happens on the LinkedIn site...
  14. try: change proxy("None") http://ubotstudio.com/forum/public/style_emoticons/default/smile.gif
  15. ubot works on browsers, not software... unless the software is controllable through shell commands (which most SEO softwares are not)...
  16. right... that is basically what is suggested in the alternative I posted...
×
×
  • Create New...