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 files
Name: vallegowni Date: June 3, 2009 at 21:50:55 Pacific OS: Windows XP Subcategory: Batch
Comment:
Currently im facing a issue with batch script while creating new folder. Ex., set foldername1= C:\BI_Reports\%date:~4,2%-%date:~10,4% md %foldername1% The above batch script will create new folder called "06-2009". We are not able to create a new folder under this location--> set foldername1= C:\BI Reports\%date:~4,2%-%date:~10,4% md %foldername1% (Using Space inbetween "BI Reports"). Is it possible to create a new folder using above script? If YES, then please advise.
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...