Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch file
Name: blessonin Date: July 7, 2009 at 02:02:43 Pacific OS: Windows XP Subcategory: Batch
Comment:
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 command lcd/path of the backup folder cd /server path mget -r now i need to create a folder name on the particular date which i am taking the backup.I tried the lcd/md d:\%date:~7,2%_%date:~4,2%_%date:~10,4% but it is not working...can any body suggest me a way ..
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it should return 3. ...
Summary: I want to make a batch file that takes a file as a parameter, then connects to a predetermined FTP server and uploads the indicated file, then quits. The only problem is, the commands within the batch...
Summary: Does anyone know how to create a batch file that will automatically get the current date in the format year month day eg. 20060206 (using todays date as an example) Can this be done using dos batch f...