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 Wanet Telecoms Ltd 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: *

  • Users: k33
  • Content: Threads
  • Order by date
  1. k33

    DSL line simulator

    I need to test a VPN connection over DSL and I am looking for a recommendation on a good DSL line simulator. Ordering an actual DSL line is not an option for now. Thanks.
  2. k33

    connecting external device to HP IPAQ

    I have an external devices that currently connects to a pc and runs off of a 3rd party application. The application will run on Windows 95/98/2000/XP. I want to connect the device to a handheld (HP IPAQ) and run the application. The device connects via USB. Will I need to completely rewrite...
  3. k33

    automatically replace duplicate files

    I have a script that moves data from one file into several other files. Once in awhile, the script displays a dialog box stating that a file with the same name already exists and do I want to replace it? I do not want this window to come up. If their is a duplicate file, I would like to have...
  4. k33

    script to check drive space on removable drives only

    The following code is provided by Microsoft scripting. I want to modify to check for low disk space ONLY on specified drives via user input OR only on removable drives. Either would work. Any suggestions? Const CONVERSION_FACTOR = 1048576 Const WARNING_THRESHOLD = 100 Computer =...
  5. k33

    how to turn off T1 internal clocking

    I have two routers directly connected via a T1 cable. I issued the following command service-mod T1 clock source internal What is the command to turn this off?
  6. k33

    adding dates to an existing filename

    I have a vbscript that checks one file and pulls any data out of that file into a new file and adds the current date to the filename. If the files are not downloaded everyday, the date needs to be modified to show the date range of the files. example: c:\test file\20030525-20030528. Any...
  7. k33

    vbscript to burn data files

    Does anyone know of a simple code that can check to see if file size > 650MB and if so, keep breaking the data into 650MB 'chunks' so the data can be burned to a cd. The data needs to remain together because the user will only select an option to burn data, but will not have to select the data...
  8. k33

    Can you create a 'browse' button using vbscript?

    Can you create a 'browse' button in vbscript? Browse for drives, folders and files. I cannot find any online examples. Thanks
  9. k33

    how do I display a list of files that I have copied/moved

    I am just learning vbscript. I have a script that will copy and move files. I need to display to the user (maybe in a message box) a list of the files that were successfully moved/copied and the size of each file.

Part and Inventory Search

Back
Top