In a windows batch file: REM Batch File to map network drive NET USE H: \\server\share REM Disconnect a mapped
View and Clear Task Scheduler History Log
Run Eventvwr.msc Navigate to Event Viewer (Local) > Applications and Services Logs > Microsoft > Windows > Task Scheduler > Operational
Schedule a Powershell Task
To Check Powershell version, use the built in variable: $PSVersionTable. Don’t use Get-Host. It just shows you the version of
PHP Connection Handling
From php.net: Internally in PHP a connection status is maintained. There are 4 possible states: 0 – NORMAL 1 –
Open Data Sources
Here are some sources on open datasets for app developing: www.data.gov City of Phoenix Open Portal
Entity Xml Data Resource Exemple
From https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data Use XML Import web tool in Ofbiz to execute the script. The available actions are: create, create-update (the
Prevent auto page refresh after a form submit
I have a simple HTML form such as follows: Catalog: I want to capture and process the submit event of
Foxpro ODBC Driver set up
Locate a copy of SBT. Make sure file ODBCJT32.DLL is included. Run setup.exe Go to control panel->Administrative Tools->Set up ODBC
OfBiz Notes
Where things are: Derby run time data: ${OFBizDirectory}\runtime\data\derby\ofbiz Web Server work files that records session information are located in
Java Programs View in Windows Process Explorer
How to find Java Programs started by batch file in Windows Process Explorer. Download and unzip Windows Process Explorer from