Aegis Posted September 3, 2005 Posted September 3, 2005 (edited) For those of you who prefer using a command-line shell, here are some helpful cmdlets .eval.bat %1: Evaluates an equation (%1)schedule.bat %1: Text reminder at specified time (%1=xx:xx:xx.xx)time.bat: Reports the time and dateMore to come soon! Please post some suggestions of some tools you would like to see.Download:tools.zip Edited September 3, 2005 by Aegis
gdogg Posted September 3, 2005 Posted September 3, 2005 heheh, nice , i cant imagine a use for it yet, but i will find one no doubt
Aegis Posted September 3, 2005 Author Posted September 3, 2005 Hmm...your MicroWinX install can lose some more fat using a command shell .
Aegis Posted September 3, 2005 Author Posted September 3, 2005 lolbut thats not windows anymore is it?<{POST_SNAPBACK}>It's still Windows if you're just using a different shell.
matthewk Posted September 3, 2005 Posted September 3, 2005 I tried finding a command line shell, but I can't find one; suggestions, Aegis? Thanks for these tools
Martin Zugec Posted September 3, 2005 Posted September 3, 2005 Hi Aegis! If I could, I will try to give you a hand on this Maybe you will found interesting this code:rem Setting external (provided) variables:BeginningOfScriptIf "%1" EQU "" Goto EndOfBeginningFor /f "usebackq delims=: tokens=1,2" %%i IN (`echo %1`) Do ( If /i %%i EQU /Operation Set SDS.OperationType=%%j If /i %%i EQU /Storage Set SDS.DestinationStorage=%%j If /i %%i EQU /Machine Set SDS.RawRemoteMachine=%%j If /i %%i EQU /Job Set SDS.JobContainer=%%j If /i %%i EQU /Execution Set SDS.ExecutionSide=%%j If /i %%i EQU /Automated Set SDS.AutomatedMaster=%%j If /i %%i EQU /Restart Set SDS.AutoRestart=%%j)Shift /0Goto BeginningOfScript:EndOfBeginningIt allows you to provide parameters in format /parameter:value...So test.cmd /operation:installation /job:Office2003is the same as test.cmd /job:office2003 /operation:installation
Martin Zugec Posted September 3, 2005 Posted September 3, 2005 BTW About time.bat, use this:Echo %date:~3,11% %time:~0,5%
gdogg Posted September 3, 2005 Posted September 3, 2005 yes, i will try to different shell, if it actually does use less memorybut it still has to have a start menuand a desktop
Martin Zugec Posted September 3, 2005 Posted September 3, 2005 There was Run! shell, I will try to ask guy who created it if it is still available... Simple, fast...
HyperHacker Posted September 4, 2005 Posted September 4, 2005 I made a crapload of useful command line programs. They're here.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now