Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Help! (Batch File Programming)

Ju1ivgar

Novice
Advanced Member
Messages
40
Reaction score
0
Points
26
Does 32 bit operating system have the "Program Files x86" folder or not?

gusto ko sanang malaman ng batch file and Architecture ng pc (32 or 64 bit). ask ko lang if valid ba tong code ko sa baba.

Code:
@echo off
cls
if exist "%systemdrive%\Program Files x86" echo OS Architecture: 32 Bit
if not exist "%systemdrive%\Program Files x86" echo OS Architecture: 64 Bit
echo.
pause

Thanks in advance!
 
:hi: :book: Hindi po ako Architect pero, ang alam ko po walang Program Files 86x ang OS na 32-bit lang :book: :hi:
 
Last edited:
Back
Top Bottom