Jump to content

Brubaker

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Brubaker

  1. That works great. Thanks.
  2. I've searched for ways to control the text & background colors in a SplashText, and the best answer appears to be a 9/11/2008 comment by Martin that, in pertinent part, instructs to download _SplashTextWithGraphic.au3. Unfortunately, I have not been able to locate the file in the download area or elsewhere on the site. Is the function no longer supported by AutoIt? If so, is there a replacement function? Or is the answer simply that I am not looking in the proper place?
  3. That works perfectly! Thanks.
  4. I'm trying to script Windows Sysinternals secure delete utility, Sdelete. It works fine so long as the target filename does not contain spaces, but I'm unable to find a way to deal with names that contain spaces. For example: Run ("Sdelete -p 5 filename.txt") works fine. Run ("Sdelete -p 5 file name.txt") does not work. When running Sdelete from a command prompt, I place the filename in quotes: Sdelete -p 5 "file name.txt" but I haven't found a way to pass the file name (with space) variable in a script. How's it done?
×
×
  • Create New...