Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. AppleScript guy asks "Can VB.NET --------?"

AppleScript guy asks "Can VB.NET --------?"

Scheduled Pinned Locked Moved Visual Basic
csharpsysadminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    largeinsd
    wrote on last edited by
    #1

    OK, So I seem to be one of those rare people that actually converts *back* from Mac to PC. But, what the heck, ya gotta make a living, right? :) Over in Mac-land I used to enjoy using Applescript as a way to write simple programs that could automate a lot of mundane tasks. Wondering if it's possible to do some of the same stuff on my new PC. Specifically, is it possible to: 1) Automate Explorer (or Firefox) to browse the web and download weather images so they're on my machine when i wake up in the morning? 2) Create back ups of specific local folders and ftp them to my web server? Any suggestions on where to start - books/web sites/etc.. appreciated. Thanks!

    G 1 Reply Last reply
    0
    • L largeinsd

      OK, So I seem to be one of those rare people that actually converts *back* from Mac to PC. But, what the heck, ya gotta make a living, right? :) Over in Mac-land I used to enjoy using Applescript as a way to write simple programs that could automate a lot of mundane tasks. Wondering if it's possible to do some of the same stuff on my new PC. Specifically, is it possible to: 1) Automate Explorer (or Firefox) to browse the web and download weather images so they're on my machine when i wake up in the morning? 2) Create back ups of specific local folders and ftp them to my web server? Any suggestions on where to start - books/web sites/etc.. appreciated. Thanks!

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      @largeinsd wrote:

      1. Automate Explorer (or Firefox) to browse the web and download weather images so they're on my machine when i wake up in the morning?

      You don't need a browser application to request files from the web. Use the WebClient class and the DownloadFile method to download images.

      @largeinsd wrote:

      1. Create back ups of specific local folders and ftp them to my web server?

      That depends on how you want the backup. If you just want to copy the files, that's easy using the File class. Use the WebClient class and the UploadFile method to send the files over ftp.

      --- single minded; short sighted; long gone;

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups