ANN: Classic Shell - start menu and other features

Page 19 of 19 FirstFirst ... 9171819

  1. Ivo
    Posts : 398
    Windows 7 Home 64, Vista Ultimate 64
    Thread Starter
       #181

    OK, the problem is with the quotes. Since %3 may contain spaces, you should use "%3" in the command line. However inside the BAT file %1 must have no quotes. Here's an improved version of the BAT file:
    set list=%1
    set list=%list:"=%
    for /F "delims=" %%i in (%list%) do del "%%i"
    del %1

    The first line will assign the filename to list, the second line will remove the quotes from list, and then it can be used in the for command.

    Assuming your DeleteOK.vbs is more powerful than the del DOS command (maybe it takes care of read-only files, or UAC protection), you may use this line:
    for /F "delims=" %%i in (%list%) do G:\...\DeleteOK.vbs "%%i"
      My Computer


  2. Posts : 52
    Windows 7 Ultimate x64
       #182

    Works with files, but with folders nop :) No way to delete even single folder.
      My Computer


  3. Ivo
    Posts : 398
    Windows 7 Home 64, Vista Ultimate 64
    Thread Starter
       #183

    Well, the del command deletes only files. If your DeleteOK.vbs can delete folders, you may try using that instead (as I suggested at the bottom of my previous post)
      My Computer


  4. Posts : 52
    Windows 7 Ultimate x64
       #184

    I have tryed both ways, same.
      My Computer


  5. Ivo
    Posts : 398
    Windows 7 Home 64, Vista Ultimate 64
    Thread Starter
       #185

    Oh, it probably should be:
    for /F "delims=" %%i in (%list%) do wscript.exe G:\...\DeleteOK.vbs "%%i"
      My Computer


  6. Posts : 52
    Windows 7 Ultimate x64
       #186

    THANK YOU very much :) It works :)
      My Computer


  7. Posts : 1
    Windows 7 Professional x86
       #187

    first of, thank you for this wonderful software, I've been searching ways to revert windows 7 start menu to classic or windows xp start menu theme....

    although i have so much to learn about this software of yours..

    is it possible to fix freezing start menu when there's no internet connection?
    its really weird when i have connection it runs well , but if i don't it freeze
      My Computer


  8. Ivo
    Posts : 398
    Windows 7 Home 64, Vista Ultimate 64
    Thread Starter
       #188

    If you are using the latest version, it may be checking for updates.
    Run Update Settings from the Classic Shell folder of the start menu and disable automatic checks.
      My Computer


 
Page 19 of 19 FirstFirst ... 9171819

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:09.
Find Us