Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bluray

    How to programmatically encrypt

    Yes exactly! I've got the script working, but I'd like to find a better way to encrypt the files than using WshShell.Run and CIPHER.EXE. Here's the first attempt to put everything together. This script takes a folder name as parameter, encrypts everything inside it and all subfolders, but...
  2. bluray

    How to programmatically encrypt

    Hello again, I would like to know if it is possible to programmatically encrypt files (with EFS) with vbscript - set the 'encryption flag'. I've tried to search in this forum and elsewhere, but can't find any mention of any methods anywhere. I'd be really grateful for help or pointers to...
  3. bluray

    How to touch file

    That worked like a charm! Stars goes out to both of you! :-)
  4. bluray

    Running VB Scripts

    my suggestions: either 1) create a group with the single purpose to run the script. Add the users to the group. Give the users rights to *remove themselves* from the group. At the end of the script, include code to remove the user. 2) run sysinternals' psexec to execute the script remotely...
  5. bluray

    How to touch file

    Hello all, Is it possible to 'touch' a file programmatically with vbscript/wsh? - that is, change the accessed/modified date of the file? I know there are tools avaibable to do this, (http://downloads.pcworld.com/pub/new/utilities/file_management/wtouch.zip) - but I'd like to have a stand...
  6. bluray

    resize objects by clipping mask

    Yes, that what I usually do! However this problem turns up quite often, e.g. when receiving some artwork cropped to non-standard sizes, and with lots of objects partially outside of the crop area. So, when resizing, I have to whip up the old calc.exe, find the ratio to the current size to the...
  7. bluray

    resize objects by clipping mask

    Hi, how can I resize a group of objects by resizing the clipping mask? The objects extend beyond the clipping mask, and the width and height of the group is given as the *total*. However, I would like to enter new width and height values for the clipping mask *only*, and have the masked objects...
  8. bluray

    Brush tool in illustrator

    Hi, Using a brush with a fairly wide stroke seems to work, and then using Object->Path->Offset path to create the brush stroke into fill.
  9. bluray

    Brush tool in illustrator

    Thanks, but I'm not sure if iot makes it possible to emulate Flash? What I want to draw, is a vectorized 'blob' by 'painting' an area with color, however the only way to achieve this with illustrator is do draw its outline. Illustrator newbie here, thanks for all help!
  10. bluray

    Brush tool in illustrator

    Hi all, Does anyone know of a similar tool in illustrator like Flash's brush tool? I'm looking for something to create broad strokes and fill effects. Illustrator's painbrush just make a tangle with lots of anchor points. I like the way Flash lets you fill and paint in a semi-bitmap kind of...
  11. bluray

    selectively apply anti-aliasing

    Thanks apepp!
  12. bluray

    selectively apply anti-aliasing

    Hi all, Is it possible to selectively apply anti-aliasing to my artwork when saving for web (gif/png) I'd like to anti-alias all shapes and larger text, but I do not want smaller fonts (<10pt) anti-aliased, because they tend to get blurry. Is it possible?

Part and Inventory Search

Back
Top