Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
batch file?
Name: hukre Date: October 14, 2004 at 19:31:47 Pacific OS: ME CPU/Ram: 512
Comment:
Is there a way to write a batch file or script which would bring the contents of a folder on the screen in Windows Explorer? My new camera software puts all the pictures in a remote folder and to go to it, I have to make 11 clicks on the folder tree.
Name: melee5 Date: October 14, 2004 at 20:21:40 Pacific
Reply:
Yes, but a better solution would be to make a Windows shortcut to explore.exe and use the switches as outlined in this KB article to make it open where you want it to. Command-Line Switches for Windows Explorer http://support.microsoft.com/?kbid=130510
Other wise use the same switches in your batch file. Default switch string is C:\WINDOWS\EXPLORER.exe /n,/e,C:\
0
Response Number 2
Name: wizard-fred Date: October 15, 2004 at 02:22:23 Pacific
Reply:
It might be faster to make a shortcut to the folder where the pictures are stored. Clicking on it will start explorer there.
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...