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: Dgates Date: January 22, 2009 at 08:55:11 Pacific OS: Windows Vista CPU/Ram: Core 2 duo 2gb ram Product: Toshiba / P200 Subcategory: Batch
Comment:
I am trying to create a batch file to sign into a wireless network, i have created one which lets me sign into a wired one using a program called hallsnet. The batch file code is as follows : Code: Select all NET USE R: \\ufs.stx\Username Password /USER:Username /PERSISTENT:NO
This works well, i now want to make one which will do the same thing for the wireless network which opens up using .jnlp. I have no idea how to this or what the code will look like.. Any ideas..?
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...