Saved Bookmarks
| 1. |
Solve : FINFO - A easy to use program for batch? |
|
Answer» And heres the NEW version of FINFO, with error checking, not hidden 'setvars.bat', and redited Read-Me My computer might be stupid... No utilities I've tried so far work... As my PvP did not work for you either. yeah that too. But some things like timestreamer and EDS work. doesn't make sense if you ask me.gamer, you had to put the path in quotes like so Code: [Select]finfo "C:\Temp\test.txt" /R and the variables are returned to a batch file in the current DIRECTORY of the batch file or Command PROMPT, so get those variables with Code: [Select]call "setvars.bat" of course this isnt needed if no switches are used. and after you call setvars.bat, you can echo the variables, the variables are as follows: %size% is the variable when the /S SWITCH is used %createdate% is the variable when the /D switch is used %readonly% is the variable when the /R switch is used and only one switch may be used at a time hope this helps ,Nicki got it. if i dont use a switch it works fine. otherwise nothing. |
|