Recent content by Jakov

  1. J

    VB Script: vbs to move selected files and folders in the current folder to a new custom folder by input box

    This is the reason for input pox appear according to the number of selected files or folders.
  2. J

    VB Script: vbs to move selected files and folders in the current folder to a new custom folder by input box

    Thanks for reply, No no I didn't type the file names in the input box, to clarify the condition, I made vbs script and added it to context menu, so I select files by mouse, Ctrl, Shift, then right click -----> Move to custom folder, then input box appear to type the desired folder name, type and...
  3. J

    VB Script: vbs to move selected files and folders in the current folder to a new custom folder by input box

    Hi, I made this code with the assistance of Ai, to move selected files and folders in the current folder to a new custom folder by input box Dim objFSO, objShell, destinationFolder, currentFolder, newFolderName Set objFSO = CreateObject("Scripting.FileSystemObject") Set objShell =...
Back
Top Bottom