DD Upload Processor: Better more werkens for teh Linux.
2 unresolved threads
2 unresolved threads
Compare changes
+ 53
− 40
@@ -16,6 +16,9 @@
@@ -43,8 +46,8 @@ gStartupPath = backslash(gStartupPath.replace(/[\/\\][^\/\\]*$/,''));
@@ -65,13 +68,13 @@ if (argv.length > 0)
@@ -99,7 +102,7 @@ if (gFileToScan.length > 0)
@@ -116,26 +119,26 @@ var configFileRead = ReadConfigFile(gStartupPath);
@@ -149,12 +152,12 @@ exit(main());
@@ -162,15 +165,15 @@ function main()
@@ -240,14 +243,14 @@ function processFile(pFilename)
@@ -281,11 +284,14 @@ function processFile(pFilename)
@@ -294,7 +300,7 @@ function processFile(pFilename)
@@ -303,15 +309,15 @@ function processFile(pFilename)
@@ -319,7 +325,7 @@ function processFile(pFilename)
@@ -331,7 +337,7 @@ function processFile(pFilename)
@@ -341,7 +347,7 @@ function processFile(pFilename)
@@ -351,7 +357,7 @@ function processFile(pFilename)
@@ -366,7 +372,7 @@ function processFile(pFilename)
@@ -375,7 +381,7 @@ function processFile(pFilename)
@@ -996,7 +1002,8 @@ function runExternalCmdWithOutput(pCommand)
@@ -1019,21 +1026,27 @@ function runExternalCmdWithOutput(pCommand)
\ No newline at end of file
Octal constants are supported in JS:
Just FYI.