Back ground: I work for a medical software/transcription company. A fairly large clinic wants to use a format our software does not support the transfer of, we do have a proprietary ftp program but our web based program runs much smoother. So I write up a batch file that will change the extension to wav (which will allow it to upload), at the end of the batch file I have it open internet explorer. The batch file looks like this. My question is, is there any way I can open a specific site other than their home page from DOS, if so can you please relay the command?
Thanks in advance.
Clever Hans
@Echo Please wait while your voice files are being copied…
@echo off
@h:
@echo off
@cd dss_flda
@echo off
@rename h:\dss_flda*.dss *.wav
@echo off
@cd…
@echo off
@cd dss_fldb
@echo off
@rename h:\dss_fldb*.dss *.wav
@echo off
@cd…
@echo off
@cd dss_fldc
@echo off
@rename h:\dss_fldc*.dss *.wav
@echo off
@move h:\dss_flda*.wav c:\dict
@echo off
@move h:\dss_fldb*.wav c:\dict
@echo off
@move h:\dss_fldc*.wav c:\dict
@echo off
@C:\PROGRA~1\INTERN~1\iexplore.exe