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 IamaSherpa 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. hudradgs

    Setting file attributes

    Still get the same problem. Here's the code: <% objFSO.MoveFile pathsrc,pathdst set f=objFSO.getfile(pathdst)f.attributes f.attributes = 1 fileattributes=f.attributes %>
  2. hudradgs

    Setting file attributes

    I get an &quot;Expected end of statement&quot; error at this line: Set f = fso.GetFile(PathTofile)f.attributes and 32 Then Any ideas why?
  3. hudradgs

    Setting file attributes

    I have written some script which uses the file system object to move files within a server. Some of the files are Office documents which are viewed using IE5.5. The problem is when more than one person tries viewing the file it excludes the second person. The only way round it seems to be...
  4. hudradgs

    Using URL in vbscript variable

    I have a page written in vbscript which has a lot of variables tagged on the end of the URL. I need to go to a second page where some hidden variables are set and then return to the previous page. Really, I need to capture the current address into a variable and pass that to the next screen. Is...

Part and Inventory Search

Back
Top