Summary: Hello, Does anyone have a VBScript that will go to a directory and prompt to rename a folder that already exists? Example: I have a folder named "Test...
Summary: From Nilesh.David 05:55:17 10/31/2009 (reply). Hi Razor, I read your post about using VBScript to start a website and logonto it using the usernames a...
Summary: hi im wondering hw to open a folder. i knw hw to create a folder using system()but i dont knw hw to open it cos i want to put another folder in it. ex...
Summary: I have a standing problem: Under a directory, I have many files with similar names for example 1998.EEO.SAC 1999.OTT.SAC 2000.CRLO.SAC . . . I want to...
Summary: My question is this: Does anyone know of an easy way in AppleScript to add a folder to the Dock for a user? I'm working on trying to add some aliases ...
Summary: Is there any way to replace the spaces in folder names with an underscore? For example, given these directories: C:\MainFld\Folder 1\001\ C:\MainFld\F...
Summary: Hey again. This time I would like to be able to search a file name for a certain value. I'm using a for loop to check each file in a folder and would ...
Summary: hi, I need to create a folder with the following format: Foldername:[VariableName]_[Timestamp]. I am providing the variable name as a parameter. Can u...
Summary: Maybe it's my lack of knowledge of batch syntax, but I need some help figuring this out: I have a folder with a bunch of subdirectories and this bat...
Summary: I have been using the code below to rename a folder character. The problem is the folder contains the "&" (Ampersand) I have used the caret ^ symbol i...
Summary: Hi i Need help to make this script work. It supposed to copy a folder from documents and settings based on the date it was modified. So what i want it...
Summary: I was wondering how to make and rename a folder in batch. I want it to make a folder on the desktop called folder1, and then rename it to folder2, and...
Summary: trusp, set /p takes the input from user. so set /p folder="c:\t system" is waiting for you to enter the folder name. set folder="c:\t system" is abso...
Summary: Dear Sirs, I want to display the folder name and number of files in that folder in one line, using dos batch commands. Like this I want to display th...
Summary: Dear Razor2.3, thanx for your fast reply and for your help,, but i'm sorry to say that didn't work :( any other ideas ??? here what i did to the batch...
Summary: I'm trying to set up a php script that runs via crontab on a Linux server. I've never done anything like this before. If you can offer any help, pleas...
Summary: i am taking backup from psftp using the batch file,i used the psftp -pw password username@ip_address -b file_name in the file name i am givin the com...
Summary: Hi I downloaded the VBscript file to create folders for my users in AD, but I am not a VBS programmer, can anybody help me in changing it so I can use...
Summary: While using XCopy to move a folder full of files, I'd like to prompt the user of a batch file to rename the folders to the job name. Is this possible ...
Summary: Hello, I’m trying to make a bat file that will delete all files in the My Pictures and the My Music folders for a particular user. This should work...
Summary: I need help with vbscript. I have a folder which holds .Tif or .jpeg. After user is done with those pic's he/she is suppose to delete pic's in that fo...
Summary: Hello. How do I use a batch file to rename all files placed in a folder with the name of the folder. For example... If I have a folder named C:\Turt...
Summary: I got a main folder named as Q---_main. Inside that folder, I have more sub folders named: Q---_sub01, Q---_sub02, Q---_sub03, etc... I wanted to repl...