MobiControl Helpdesk - Remote DOS/Scripting previous index next

The MobiControl Remote DOS Box allows users to open a DOS style window into the mobile device file system, and execute DOS style commands.


MobiControl Remote Control Session with Remote DOS Box pane displayed

Note: The Remote DOS Box Tool shows the file system of the mobile device that it is connected to as the 1:\ drive.

Scripting
The Remote DOS Box Tool additionally allows DOS style scripts to be remotely executed.

The following script copies files from the C drive of a desktop computer to the mobile device, pauses for user input, then reboots the mobile device, and finally exits the MobiControl remote control session:

@echo off
echo Copying files to mobile device ...
copy c:\*.cmd 1:\
pause
reset /S

previous index next