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: jrjacobs
  • Order by date
  1. jrjacobs

    Error: File already exists

    copy and delete would take to long and reading the "FileExists Method" only seemed to verify if file exists which it does. i'm looking for the code that allows this to just rename the first three characters in the name as the "game" always plays in alpha-numeric order and it gets repetitious...
  2. jrjacobs

    Error: File already exists

    i was already pushing my knowledge of VBScripting and had to get help. what is the "the fileExists method
  3. jrjacobs

    Error: File already exists

    ffilact.move(fold.path & "\" & string(3-len(cstr(num)),"0") & cstr(num) & right(ffilact.name,len(ffilact.name)-3))
  4. jrjacobs

    Error: File already exists

    since i updated to XP SP3 and the updates since then. it runs, returns the error, then does not continue line 63 character 1 error File already exists code 800A003A I am just trying to have a script that randomly renames the first three charachters of files to allow a random play order.
  5. jrjacobs

    Error: File already exists

    Code 800A003A I have a script that randomly renames the first three charachters of files to allow a random play order. It worked before the latest updates but does not now. Can anybody help? --------------script below---------------- const FilesSubFolders="samples\Music" Napis = "Run...
  6. jrjacobs

    PC hanging when using a Ghost boot disk

    there is sometimes an issue with ghost 7.5 and VPartition.dll Try going to symantecs web site, do a search of the kb, and try downloading the NEW VPartition.dll
  7. jrjacobs

    Reformatting the Hard Drive before re-installing Windows XP

    we ALWAYS debug the hard drive before we put on a new OS... this prevents problems in the MBR from carrying over. for an explanation of "how" and "why" go to http://www.firmware.com/support/bios/hdclear.htm
  8. jrjacobs

    PC hanging when using a Ghost boot disk

    Ran into a similar problem. turns out intel ndis doesn't always like pc-dos so... on a win98 computer format a floppy and check the add system files option on the floppy attrib the command.com so it is NOT hidden [-h] under the ghost boot disk wizard when it gives you the option of ms-dos - feed...
  9. jrjacobs

    from OurITEmail.com on behalf of SPAMERSNameHere

    How do I filter out Spoofed SPAM? Someone forwarded one of out IT Dept emails to a friend, who forwarded it to a friend... etc. Now a SPAMER is using our IT Department address against us. They are sending SPAM from "OurITEmail.com on behalf of SPAMERSNameHere" to...
  10. jrjacobs

    Outlook "on behalf of" SPAM

    How do I filter out Spoofed SPAM? Someone forwarded one of out IT Dept emails to a friend, who forwarded it to a friend... etc. Now a SPAMER is using our IT Department address against us. They are sending SPAM from "OurITEmail.com on behalf of SPAMERSNameHere" to...
  11. jrjacobs

    Still confused on scripting..

    Here's my experiances 1) the login.bat needs to be in the Netlogon folder 2) unless you want to install ifMember.exe on ALL your computers ifMember.exe must ALSO be in the Netlogon folder. 3) if in a DOMAIN this must be included in the IfMember statement [i.e. \\DC1\Netlogon\IfMember.exe...

Part and Inventory Search

Back
Top