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 dencom 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. shabbarankers

    Powershell script with menu\console - struggling with the code

    Hi, Im trying to build a menu system within powershell to do various functions and Ive hit a bit of a stumbling block. I was wondering if someone could assist me with it and say where Im going wrong please? $MainMenu= wrte-host ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++...
  2. shabbarankers

    Check if folder(s) exist - if not make them

    Hi guys, Im trying to create folders and copy files to a users appdata folder but Im not getting very far. Can someone please put me out of my misery - here is where I have got to Dim objFSO, objWsh, appDataPath, pathToCopyTo, plainTextFile, plainTextFilePath, htmlFile, htmlFilePath Set...
  3. shabbarankers

    Using an SQL Query to get field\table info

    Hi, Am I correct in thinking that I should be able to either create an SQL Expression Fields "value" which contains my SQL code and then use this on a report? Also are the joins in my tables relevant to the SQL query if the statement contains the join criteria? For example I have tried to...
  4. shabbarankers

    Delete local IP based printers with a VB Script

    Hi All, I'm trying desperately to delete a local IP based printer from some workstations. I don't want to delete ALL local IP printers just one that's been replaced. When I call up WshShell.Run ("rundll32 printui.dll,PrintUIEntry /q /dl /n " & chr(34) & "Printer Name Here" & chr(34)) It...
  5. shabbarankers

    Formula to work out user ID based

    Hi, Im trying to work out how I can get an user ID onto a report. The relationships on the tables have been setup and Im confused how to create the formula. I've created a FullName formula and what I would like to do based on the result of that formula is look up Text1 value on table...
  6. shabbarankers

    Help Needed - PDF Printing via command line

    Hi..... I was wondering if anyone could assist? I am trying create a VB Script which will print a file to a pdf printer. I am currently using PDFCreator but can change and I am not getting very far at all... Any help is greatfuly appreciated.
  7. shabbarankers

    Mapping Drive based on group membership

    Hi, I am extremely new to VBS scripting and would like some help if anyone's up for it? I would like to map drives based on users group membership. I kinda get how its done but would need some pointers. Can anyone guide me through the process? Im keen to learn and understand vbs scripts as it...

Part and Inventory Search

Back
Top