Jump to content

ident

Experienced Members
  • Posts

    1,627
  • Joined

  • Last visited

Everything posted by ident

  1. Option Explicit 'Constents Private Const CCleanerLocation = "C:\Program Files\CCleaner\CCleaner.exe /AUTO" Private Const SystemStartUpDelay = "120000" Private Const DelayBetweenApplications = "10000" 'Instance Varibles Dim objShell 'Declarations Set objShell = WScript.CreateObject("WScript.Shell") On Error Resume Next 'Delay StartUp Items WScript.Sleep(SystemStartUpDelay) 'Run CCleaner ObjShell.exec(CCleanerLocation) WScript.Sleep(DelayBetweenApplications) 'Next app
  2. or a good idea to have it as your user name lol
  3. you even understand what a back ground worker is???
  4. using a program to run a program, just use a script
  5. you just completly said what i said..... ccleaner has not been coded as back ground worker. why oh why would u try to create an app to run an app /me sighs
  6. how on earth did you make trhat from "It would be useful to keep Firefox open while CC is running " its cleaer what they ment
  7. ident

    FF4

    i get sick of re wrtinng the css
  8. err ccleaner has no ability to close ANY browser look i dont want to go into0 your post but what you have just said is 100% wrong
  9. Also might consider sitting down and spending some time restructuring your folders/file names
  10. Why on earth would you need to make a program to run ccleaner?
  11. No links come on people we need real reasons why "you" choosed it
  12. As said above its your company policy, Also how would this even be possible?
  13. There is no point to this idea. It serves no purpose
  14. The only way ccleaner could do this if you did in fact have wfs checked, download windirstat and see where the space is being taken up
  15. Seems like a lot of unnessery bloat
  16. (wanted, his, silver, clean) - what's the end of that sentence?
  17. People could be losing in use work
  18. Try revrting back to an older version. I'm sure the devs try to cater still for 98 users but reality is it's 12 years old os. edit: Just notice you tried this.
  19. In programming you have error handling. When doing a particular operation you should try to think what could be the poissible errors. For example if you was trying to delete a file what could be the poissible errors??? File is in use File is missing and so on. So you catch these exceptions. But there is a chance it could capture an exception that has not been declared. Hence unknown exception. Basically unknown error.
  20. ident

    Search engine

    have you tried unticking auto complete? tools - internet Options> Content> Autocomplete... search autocomplete would be forms so google tells me
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.