This simple utility allows to start/stop Windows 9x build-in dial-up remote access server from the command prompt. Using it together with system scheduler you can force dial-up server to accept incoming only at specified time periods. The utility works on Windows 95/98/ME only. More detailed information is available at: http://triton.itep.ru/~lyosha/DialServ/ (in Russian only, sorry)
More detailed information is displayed on the "showstatus" command
/T switch was added. It allows to select devices of specified type.
Disconnect user command was added.
DialServ [command] [device_name]
or
DialServ [command] [/N:device_number] [/T:device_type]
startserver
- start dial-up serverstopserver
- stop dial-up serverdisconnectuser
- break connectionshowstatus
- (the default) display device list and their statushelp
or ?
or /?
- show brief helpdevice_name
– modem name. If device_name
not specified, the command is performed on all available devices. If the name contains spaces, put it in double quotes.
/N:device_number
– You can select device by it's order in device list
instead of its name. Note, that using modem name is preferable. If your hardware configuration is changed, the device list order may be changed too.
/T:device_type
– show only devices of the specified type.
DialServ startserver "Lucent Win Modem" DialServ stopserver /N:1 DialServ showstatus /T:modem
device_name
completelyIf you have any questions, suggestions, you can email me.