Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to save web command output to file?
#1
How would one save the result of this code execution to file:
Code:
Copy      Help
web "http://www.quickmacros.com"
#2
Macro Macro2720
Code:
Copy      Help
int w
web "http://www.quickmacros.com" 1 "Internat Explorer" "" 0 w
act w
key Cs ;; Ctrl+S
wait 15 "Save Webpage"
0.1
key Y ;; Enter
#3
Thank you! (I refuse to divulge the amount of time I wasted before asking.)


Forum Jump:


Users browsing this thread: 1 Guest(s)