Question : Batch file path issue - URGENT

Hi there,

Thanks once again.

Issue is my PLUSales files are inside the StoreFiles(Directory).  IMy Productcatalog is working fine but PLUSale need some changes

FileSystem Struture:
 
StoreFiles(Directory) --> ProdcutCatalog.csv
StoreFiles(Directory) --> PLUSales(Folder1) --> PLUSales1.csv
StoreFiles(Directory) --> PLUSales(Folder2) --> PLUSales3.csv
StoreFiles(Directory) --> PLUSales(Folder2) --> PLUSales4.csv

Solution Required:

OsPos(Directory) --> BUNDABERG (With all Zipped files in this folder)


Script:
 
set SSIS_FTPFILE_ORG=I:\Information Technology\Retail\Durga\OsPos\Store Files\
set SSIS_FTPFILE_DEST=I:\Information Technology\Retail\Durga\OsPos
set LOGFILE=%SSIS_FTPFILE_DEST%zbatlog%curdate%.txt
 
 
"C:\Program Files\7-zip\7z.exe" a "%SSIS_FTPFILE_DEST%\BUNDABERG.zip" "%SSIS_FTPFILE_ORG%\ProductCatalog*.csv" >>"%LOGFILE%"
"C:\Program Files\7-zip\7z.exe" a "%SSIS_FTPFILE_DEST%\BUNDABERG.zip" "%SSIS_FTPFILE_ORG%\..\PluSales*.csv" >>"%LOGFILE%


Please help me its urgent

Thanks,



Thanks for the help,

D

Answer : Batch file path issue - URGENT

It seems your styles.css is a bit confusing the picker CSS as well as a z-index issue.

For instance setting a higher z-index than what you use shows up the picker box, but then you'll have to figure out the box CSS as well as it seems it also needs some work

Try adding z-index:9999 to the .calendar class in pick_date_cal.css as below
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
.calendar  {
background:none repeat scroll 0 0 #C8D0D4;
border-color:#FFFFFF #000000 #000000 #FFFFFF;
border-style:solid;
border-width:2px;
color:#000000;
cursor:default;
display:none;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
position:relative;
z-index:9999;
}
Random Solutions  
 
programming4us programming4us