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 SkipVought 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
  • 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

    Thanks for the response. Twin Paradox is releasing a USB adapter that should connect directly to the PDA next month, but like you stated, I still need to write a driver. Thanks again
  3. k33

    connecting external device to HP IPAQ

    OK, HP states that you can only connect USB using the cradle, which constantly needs an external powersource. Does anyone know of a handheld that handles USB?
  4. 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...
  5. k33

    automatically replace duplicate files

    I ended up changing FOF_FILESONLY to FOF_NONCONFIRMATION. This appears to have solved the problem, as would adding a 16. Thanks for all your help.
  6. k33

    automatically replace duplicate files

    Sorry, I reread my subject heading. The only files that have duplicate file names, are indeed duplicate files and should not be replaced or renamed, any duplicate files should automatically be disregarded. I tried adding the 16 to the end, but I still get a pop-up window asking if I would...
  7. k33

    automatically replace duplicate files

    Do you need examples of appending the duplicate files? if so, it can be as simple as abc.txt / abc_1.txt or I can have the duplicate files sent to a folder "duplicates". There should never be a duplicate file name, but I need to have this feature built in, just in case (it has happened...
  8. 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...
  9. k33

    script to check drive space on removable drives only

    Thanks!! That worked.
  10. 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 =...
  11. k33

    how to turn off T1 internal clocking

    Thanks!!
  12. 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?
  13. k33

    adding dates to an existing filename

    thanks!!
  14. k33

    adding dates to an existing filename

    I am working on your suggestion, thanks. However, the DateCreatedObject also includes the time. Is it possible to have it only display the date?
  15. 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...
  16. k33

    vbscript to burn data files

    Thanks for the information. I was looking at NERO SDK, but plans have changed, so I won't have to resolve this problem for awhile. Thanks again!!
  17. k33

    vbscript to burn data files

    Thanks for your quick response. That takes care of checking the file size, but how do I break the data into 650MB sections? I thought I might be able to use a DoWhile filesz > 650MB, however, I can't figure out how to keep the data together so that the user only has to click once to get all...
  18. 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...
  19. 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
  20. 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