Jump to content

Shark007

Banned
  • Posts

    3,135
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by Shark007

  1. yep, there is a double backslash in your command. shark
  2. batchfile example: I had some problems with commands for vbs scripts in batch files and found you must place 'wscript.exe' in front of the command to avoid these issues. Quote is editted with the new format, sorry if i caused anyone any problems. shark
  3. I'm glad you got it working. Just to present another possibility, you can execute a small VBS script to CREATE the shortcut instead of copying an existing shortcut. copy/paste the above into notepad and save as FlashFXP.vbs and execute it anytime AFTER the flashfxp directory actually exists. shark
  4. Is there a possibilty to place a link in your 1ST post to your posted script? Soon, it will be buried amongst 50 other pages and difficult to find. By the way, when i 1st came across your script, i tested it, and it worked fine. shark
  5. Paint.NET 2.5 Great little program, i recommend you try it if you havent already. shark
  6. try using this sites Unattended CD/DVD Guide Under the heading 'Reference' click 'Using CDIMAGE GUI" shark
  7. It would be nice if the PING documentation was downloadable instead of requiring the user to read several online pages. shark
  8. Most likely, if it worked without that folder, the folder contains a corrupt file. DONT MOVE the folder, COPY it elsewhere, and then try creating your image again. shark
  9. version 1.2.3 BETA b360 is available (updated Dec 9 '05) uTorrent Download Page shark
  10. I agree with the above statement 100%. If you want newly developed applications to run on your computer you will soon realize you will also need to install dotnet 2.0 to run them. shark
  11. Cd's and DVD's are usually the culprit here. Removing the media from optical drives should solve this problem. shark
  12. @ Crash&Burn, some enlightenment ... Spyware: Any software that covertly gathers user information through the user's Internet connection without his or her knowledge, usually for advertising purposes. Once installed, the spyware monitors user activity on the Internet and transmits that information in the background to someone else. I'm quite sure that UserImages.bmp isnt qualified to be defined as spyware. shark
  13. How did you come up with this issue being spyware?? Its simply a poorly written function of the newly released Nero 7 program. shark
  14. Show your support for a fix from microsoft to get this installed from SVCPACK. PLEASE visit this MSDN Product Feedback page and place a VOTE. thanks. EDIT as of 7am EST 11/22/05, Out of 347 bugs filed in the last week this bug is already rated 8th from the top. YOUR VOTE COUNTS. shark
  15. Use these in a *.reg file ..... To remove an entire key place a minus symbol in front of the key path eg. To remove a value from a key place a minus symbol after the equals symbol of the value eg. alternately, you can do it from a *.cmd file..... To remove an entire key: To remove a value: "show folder contents while dragging" ??? doesnt XP do this by default? If not, i have no idea how to set it, most likely a reg tweak though. shark
  16. maybe try *.LNK used caps for clarity. its a link, not an ink using a *.cmd file ... for the all users profile: DEL /F /Q "%AllUsersProfile%\desktop\*.lnk" for the current user profile: DEL /F /Q "%UserProfile%\desktop\*.lnk" both of these profiles place items on the desktop concurrently shark
  17. @BoardBabe, nice research, that file was annoying me also. @fly2279, nice find. easy fix. thank you. shark
  18. Yep. Thats how i do it. Identify the DVD decoder files, place them in system32, and run regsvr32 on them. shark
  19. one other point concerning ... This error can occur if there is a corrupt file within the source files. The easiest way to eliminate this possibility is to copy the source files to a different location (diff hdd preferable), and recreate the image from there. shark
  20. I realize you want to use your modified bootfile. I'm surprised that you cant use the GUI and point the program to your modded file. your modded bootfile.If all this fails.. i suggest you give up on the modded bootfile and use boot.img provided in that guide. shark
  21. 1. Top of this page: click Unattended CD/DVD Guide 2. look for 'Reference' upper right 3. Under Reference click Using CDIMAGE GUI I think you'll figure it out from here ... shark
  22. These aren't beta's. These are full working versions. shark
  23. Visual Studio 2005 Express Editions free to download/use direct from Microsoft. No strings attached. READ THE INSTALL INSTRUCTIONS Visual Web Developer 2005 Express Edition - Size 449,848 KB Visual Basic 2005 Express Edition - Size 445,282 KB Visual C# 2005 Express Edition - Size 445,282 KB Visual C++ 2005 Express Edition - Size 474,686 KB Visual J# 2005 Express Edition Size - 448,702 KB Get them here: Visual Studio Express 2005 downloads Also available: Microsoft SQL Server 2005 Express Edition - Size 54,791 KB "as long as you download these products before November 7, 2006, they are free and you can use them forever" shark
  24. @cumminbk Microsoft .NET Framework 2.0 WILL NOT install @ T-13, T-12. or T-9. You must install 2.0 thru guirunonce or runonceex. shark
×
×
  • Create New...